changeset 36019:b45dd6332475

Changes for ins/del in repeat.
author Dave Love <fx@gnu.org>
date Sat, 10 Feb 2001 00:57:35 +0000
parents b42e0ad4cd7b
children 9995ab951813
files man/widget.texi
diffstat 1 files changed, 10 insertions(+), 20 deletions(-) [+]
line wrap: on
line diff
--- a/man/widget.texi	Sat Feb 10 00:56:28 2001 +0000
+++ b/man/widget.texi	Sat Feb 10 00:57:35 2001 +0000
@@ -177,10 +177,10 @@
 See also @b{_other work_} for more information.
 
 Numbers: count to three below
-@b{[INS]} @b{[DEL]} @i{One}
-@b{[INS]} @b{[DEL]} @i{Eh, two?}
-@b{[INS]} @b{[DEL]} @i{Five!}
-@b{[INS]} 
+@b{+/-} @i{One}
+@b{+/-} @i{Eh, two?}
+@b{+/-} @i{Five!}
+@b{+} 
 
 Select multiple:
 
@@ -259,7 +259,7 @@
 between a number of different options.  This is how you edit an option
 field.  Option fields are created by the @code{menu-choice} widget.  In
 the example, @samp{@b{Choose}} is an option field tag.
-@item The @samp{@b{[INS]}} and @samp{@b{[DEL]}} buttons
+@item The @samp{@b{+/-}} buttons
 Activating these will insert or delete elements from an editable list.
 The list is created by the @code{editable-list} widget. 
 @cindex embedded buttons
@@ -1103,16 +1103,18 @@
 @item %v
 This will be replaced with the buffer representation of the @var{type}
 widget.
+@item %-
+Insert the @b{+/-} button.
 @item %i
-Insert the @b{[INS]} button.
+Insert the @b{+} button at the end of a list.
 @item %d
 Insert the @b{[DEL]} button.
 @item %%
 Insert a literal @samp{%}. 
 @end table
 
-@vindex insert-button-args@r{ keyword}
-@item :insert-button-args
+@vindex insert/delete-button-args@r{ keyword}
+@item :insert/delete-button-args
 A list of keyword arguments to pass to the insert buttons.
 
 @vindex delete-button-args@r{ keyword}
@@ -1709,12 +1711,6 @@
 It should be possible to add or remove items from a list with @kbd{C-k}
 and @kbd{C-o} (suggested by @sc{rms}).
 
-@item 
-The @samp{[INS]} and @samp{[DEL]} buttons should be replaced by a single
-dash (@samp{-}).  The dash should be a button that, when invoked, asks
-whether you want to add or delete an item (@sc{rms} wanted to git rid of
-the ugly buttons, the dash is my idea).
-
 @item
 The @code{menu-choice} tag should be prettier, something like the abbreviated
 menus in Open Look.
@@ -1736,12 +1732,6 @@
 Find a way to make glyphs look inactive.
 
 @item
-Add @code{property-list} widget.
-
-@item
-Add @code{association-list} widget.
-
-@item
 Add @code{key-binding} widget.
 
 @item