emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r111300: Remove hand-written node poi


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111300: Remove hand-written node pointers in doc/misc/widget.texi
Date: Sat, 22 Dec 2012 11:57:35 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111300
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2012-12-22 11:57:35 -0800
message:
  Remove hand-written node pointers in doc/misc/widget.texi
  Fix up sectioning
modified:
  doc/misc/ChangeLog
  doc/misc/widget.texi
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2012-12-22 19:49:54 +0000
+++ b/doc/misc/ChangeLog        2012-12-22 19:57:35 +0000
@@ -2,7 +2,7 @@
 
        * ada-mode.texi, ebrowse.texi, ediff.texi, ert.texi, eshell.texi:
        * eudc.texi, idlwave.texi, rcirc.texi, remember.texi, ses.texi:
-       * speedbar.texi, vip.texi: Nuke hand-written node pointers.
+       * speedbar.texi, vip.texi, widget.texi: Nuke hand-written node pointers.
 
        * Makefile.in (gfdl): New variable.  Use throughout where
        appropriate so that targets depend on doclicense.texi.

=== modified file 'doc/misc/widget.texi'
--- a/doc/misc/widget.texi      2012-12-22 16:25:40 +0000
+++ b/doc/misc/widget.texi      2012-12-22 19:57:35 +0000
@@ -31,8 +31,7 @@
 
 @contents
 
address@hidden Top, Introduction, (dir), (dir)
address@hidden  node-name,  next,  previous,  up
address@hidden Top
 @top The Emacs Widget Library
 
 @insertcopying
@@ -54,9 +53,8 @@
 * Index::
 @end menu
 
address@hidden  Introduction, User Interface, Top, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Introduction
address@hidden  Introduction
address@hidden Introduction
 
 Most graphical user interface toolkits provide a number of standard
 user interface controls (sometimes known as `widgets' or `gadgets').
@@ -135,9 +133,8 @@
 widget library will also use the new graphic features automatically.
 @end enumerate
 
address@hidden User Interface, Programming Example, Introduction, Top
address@hidden  node-name,  next,  previous,  up
address@hidden User Interface
address@hidden User Interface
address@hidden User Interface
 
 A form consists of read only text for documentation and some fields,
 where each field contains two parts, a tag and a value.  The tags are
@@ -183,7 +180,7 @@
 within a form, namely editing the editable text fields and activating
 the buttons.
 
address@hidden Editable Text Fields
address@hidden Editable Text Fields
 
 In the example, the value for the @samp{Name} is most likely displayed
 in an editable text field, and so are values for each of the members of
@@ -220,7 +217,7 @@
 Face used for other editing fields.
 @end deffn
 
address@hidden Buttons
address@hidden Buttons
 
 @cindex widget buttons
 @cindex button widgets
@@ -291,7 +288,7 @@
 it.
 @end defopt
 
address@hidden Navigation
address@hidden Navigation
 
 You can use all the normal Emacs commands to move around in a form
 buffer, plus you will have these additional commands:
@@ -308,9 +305,8 @@
 @end deffn
 @end table
 
address@hidden Programming Example, Setting Up the Buffer, User Interface, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Programming Example
address@hidden Programming Example
address@hidden Programming Example
 
 @cindex widgets, programming example
 @cindex example of using widgets
@@ -406,9 +402,8 @@
   (widget-setup))
 @end lisp
 
address@hidden Setting Up the Buffer, Basic Types, Programming Example, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Setting Up the Buffer
address@hidden Setting Up the Buffer
address@hidden Setting Up the Buffer
 
 Widgets are created with @code{widget-create}, which returns a
 @dfn{widget} object.  This object can be queried and manipulated by
@@ -460,9 +455,8 @@
 when not on a button.  By default this is @code{global-map}.
 @end defvar
 
address@hidden Basic Types, Sexp Types, Setting Up the Buffer, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Basic Types
address@hidden Basic Types
address@hidden Basic Types
 
 This is the general syntax of a type specification:
 
@@ -703,9 +697,8 @@
 * group::
 @end menu
 
address@hidden link, url-link, Basic Types, Basic Types
address@hidden  node-name,  next,  previous,  up
address@hidden The @code{link} Widget
address@hidden link
address@hidden The @code{link} Widget
 @findex address@hidden widget}
 
 Syntax:
@@ -728,9 +721,8 @@
 String to suffix links.
 @end defopt
 
address@hidden url-link, info-link, link, Basic Types
address@hidden  node-name,  next,  previous,  up
address@hidden The @code{url-link} Widget
address@hidden url-link
address@hidden The @code{url-link} Widget
 @findex address@hidden widget}
 
 Syntax:
@@ -743,9 +735,8 @@
 When this link is invoked, the @acronym{WWW} browser specified by
 @code{browse-url-browser-function} will be called with @var{url}.
 
address@hidden info-link, push-button, url-link, Basic Types
address@hidden  node-name,  next,  previous,  up
address@hidden The @code{info-link} Widget
address@hidden info-link
address@hidden The @code{info-link} Widget
 @findex address@hidden widget}
 
 Syntax:
@@ -757,9 +748,8 @@
 When this link is invoked, the built-in Info reader is started on
 @var{address}.
 
address@hidden  push-button, editable-field, info-link, Basic Types
address@hidden  node-name,  next,  previous,  up
address@hidden The @code{push-button} Widget
address@hidden  push-button
address@hidden The @code{push-button} Widget
 @findex address@hidden widget}
 
 Syntax:
@@ -782,9 +772,8 @@
 String to suffix push buttons.
 @end defopt
 
address@hidden editable-field, text, push-button, Basic Types
address@hidden  node-name,  next,  previous,  up
address@hidden The @code{editable-field} Widget
address@hidden editable-field
address@hidden The @code{editable-field} Widget
 @findex address@hidden widget}
 
 Syntax:
@@ -832,9 +821,8 @@
 @code{:action}.
 @end table
 
address@hidden text, menu-choice, editable-field, Basic Types
address@hidden  node-name,  next,  previous,  up
address@hidden The @code{text} Widget
address@hidden text
address@hidden The @code{text} Widget
 @findex address@hidden widget}
 
 @vindex widget-text-keymap
@@ -842,9 +830,8 @@
 fields.  The default @code{:keymap} is @code{widget-text-keymap}, which
 does not rebind the @key{RET} key.
 
address@hidden menu-choice, radio-button-choice, text, Basic Types
address@hidden  node-name,  next,  previous,  up
address@hidden The @code{menu-choice} Widget
address@hidden menu-choice
address@hidden The @code{menu-choice} Widget
 @findex address@hidden widget}
 
 Syntax:
@@ -883,9 +870,8 @@
 The list of types.
 @end table
 
address@hidden radio-button-choice, item, menu-choice, Basic Types
address@hidden  node-name,  next,  previous,  up
address@hidden The @code{radio-button-choice} Widget
address@hidden radio-button-choice
address@hidden The @code{radio-button-choice} Widget
 @findex address@hidden widget}
 
 Syntax:
@@ -950,9 +936,8 @@
 widget has been created will @strong{not} be properly destructed when
 you call @code{widget-delete}.
 
address@hidden item, choice-item, radio-button-choice, Basic Types
address@hidden  node-name,  next,  previous,  up
address@hidden The @code{item} Widget
address@hidden item
address@hidden The @code{item} Widget
 @findex address@hidden widget}
 
 Syntax:
@@ -965,9 +950,8 @@
 property.  The value should be a string, which will be inserted in the
 buffer.  This widget will only match the specified value.
 
address@hidden choice-item, toggle, item, Basic Types
address@hidden  node-name,  next,  previous,  up
address@hidden The @code{choice-item} Widget
address@hidden choice-item
address@hidden The @code{choice-item} Widget
 @findex address@hidden widget}
 
 Syntax:
@@ -982,9 +966,8 @@
 equivalent to activating the parent widget.  This widget will only match
 the specified value.
 
address@hidden toggle, checkbox, choice-item, Basic Types
address@hidden  node-name,  next,  previous,  up
address@hidden The @code{toggle} Widget
address@hidden toggle
address@hidden The @code{toggle} Widget
 @findex address@hidden widget}
 
 Syntax:
@@ -1015,9 +998,8 @@
 emacsen that supports this.
 @end table
 
address@hidden checkbox, checklist, toggle, Basic Types
address@hidden  node-name,  next,  previous,  up
address@hidden The @code{checkbox} Widget
address@hidden checkbox
address@hidden The @code{checkbox} Widget
 @findex address@hidden widget}
 
 This widget has two possible states, @samp{selected} and
@@ -1029,9 +1011,8 @@
 @var{type} ::= (checkbox address@hidden @var{argument}]...)
 @end example
 
address@hidden checklist, editable-list, checkbox, Basic Types
address@hidden  node-name,  next,  previous,  up
address@hidden The @code{checklist} Widget
address@hidden checklist
address@hidden The @code{checklist} Widget
 @findex address@hidden widget}
 
 Syntax:
@@ -1087,9 +1068,8 @@
 The list of types.
 @end table
 
address@hidden editable-list, group, checklist, Basic Types
address@hidden  node-name,  next,  previous,  up
address@hidden The @code{editable-list} Widget
address@hidden editable-list
address@hidden The @code{editable-list} Widget
 @findex address@hidden widget}
 
 Syntax:
@@ -1145,9 +1125,8 @@
 List whose @sc{car} is the type of the list elements.
 @end table
 
address@hidden group,  , editable-list, Basic Types
address@hidden  node-name,  next,  previous,  up
address@hidden The @code{group} Widget
address@hidden group
address@hidden The @code{group} Widget
 @findex address@hidden widget}
 
 This widget simply group other widgets together.
@@ -1160,9 +1139,8 @@
 
 The value is a list, with one member for each @var{type}.
 
address@hidden Sexp Types, Widget Properties, Basic Types, Top
address@hidden
address@hidden Sexp Types
address@hidden Sexp Types
address@hidden Sexp Types
 @cindex sexp types
 
 A number of widgets for editing @dfn{s-expressions} (Lisp types), sexp
@@ -1176,9 +1154,8 @@
 * composite::
 @end menu
 
address@hidden constants, generic, Sexp Types, Sexp Types
address@hidden  node-name,  next,  previous,  up
address@hidden The Constant Widgets
address@hidden constants
address@hidden The Constant Widgets
 @cindex constant widgets
 
 The @code{const} widget can contain any Lisp expression, but the user is
@@ -1213,9 +1190,8 @@
 An immutable symbol that is bound as a function.
 @end deffn
 
address@hidden generic, atoms, constants, Sexp Types
address@hidden  node-name,  next,  previous,  up
address@hidden Generic Sexp Widget
address@hidden generic
address@hidden Generic Sexp Widget
 @cindex generic sexp widget
 
 The @code{sexp} widget can contain any Lisp expression, and allows the
@@ -1235,9 +1211,8 @@
 @code{editable-field} widget.  @xref{editable-field}.
 @end deffn
 
address@hidden atoms, composite, generic, Sexp Types
address@hidden  node-name,  next,  previous,  up
address@hidden Atomic Sexp Widgets
address@hidden atoms
address@hidden Atomic Sexp Widgets
 @cindex atomic sexp widget
 
 The atoms are s-expressions that do not consist of other s-expressions.
@@ -1313,9 +1288,8 @@
 @end deffn
 
 
address@hidden composite,  , atoms, Sexp Types
address@hidden  node-name,  next,  previous,  up
address@hidden Composite Sexp Widgets
address@hidden composite
address@hidden Composite Sexp Widgets
 @cindex composite sexp widgets
 
 The syntax for the composite widget construct is:
@@ -1415,9 +1389,8 @@
 @end example
 @end deffn
 
address@hidden Widget Properties, Defining New Widgets, Sexp Types, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Properties
address@hidden Widget Properties
address@hidden Properties
 @cindex properties of widgets
 @cindex widget properties
 
@@ -1510,9 +1483,8 @@
 @code{:deactivate} keywords instead.
 
 
address@hidden Defining New Widgets, Widget Browser, Widget Properties, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Defining New Widgets
address@hidden Defining New Widgets
address@hidden Defining New Widgets
 @cindex new widgets
 @cindex defining new widgets
 
@@ -1695,9 +1667,8 @@
 default'' in this text.
 @end deffn
 
address@hidden Widget Browser, Widget Minor Mode, Defining New Widgets, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Widget Browser
address@hidden Widget Browser
address@hidden Widget Browser
 @cindex widget browser
 
 There is a separate package to browse widgets.  This is intended to help
@@ -1720,9 +1691,8 @@
 When called interactively, use the position of point.
 @end deffn
 
address@hidden  Widget Minor Mode, Utilities, Widget Browser, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Widget Minor Mode
address@hidden  Widget Minor Mode
address@hidden Widget Minor Mode
 @cindex widget minor mode
 
 There is a minor mode for manipulating widgets in major modes that
@@ -1738,9 +1708,8 @@
 Keymap used in @code{widget-minor-mode}.
 @end defvar
 
address@hidden  Utilities, Widget Wishlist, Widget Minor Mode, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Utilities.
address@hidden  Utilities
address@hidden Utilities
 @cindex utility functions for widgets
 
 @defun widget-prompt-value widget prompt [ value unbound ]
@@ -1754,9 +1723,8 @@
 This is only meaningful for radio buttons or checkboxes in a list.
 @end defun
 
address@hidden  Widget Wishlist, GNU Free Documentation License, Utilities, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Wishlist
address@hidden  Widget Wishlist
address@hidden Wishlist
 @cindex todo
 
 @itemize @bullet
@@ -1813,12 +1781,11 @@
 Add a @code{mailto} widget.
 @end itemize
 
address@hidden GNU Free Documentation License, Index, Widget Wishlist, Top
address@hidden GNU Free Documentation License
 @appendix GNU Free Documentation License
 @include doclicense.texi
 
address@hidden Index, , GNU Free Documentation License, Top
address@hidden  node-name,  next,  previous,  up
address@hidden Index
 @unnumbered Index
 
 This is an alphabetical listing of all concepts, functions, commands,


reply via email to

[Prev in Thread] Current Thread [Next in Thread]