Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
684265eb
Commit
684265eb
authored
Feb 10, 2001
by
Dave Love
Browse files
Changes for ins/del in repeat.
parent
7fe1f213
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
20 deletions
+10
-20
man/widget.texi
man/widget.texi
+10
-20
No files found.
man/widget.texi
View file @
684265eb
...
@@ -177,10 +177,10 @@ Some country.}
...
@@ -177,10 +177,10 @@ Some country.}
See also @b{_other work_} for more information.
See also @b{_other work_} for more information.
Numbers: count to three below
Numbers: count to three below
@b{
[INS]} @b{[DEL]
} @i{One}
@b{
+/-
} @i{One}
@b{
[INS]} @b{[DEL]
} @i{Eh, two?}
@b{
+/-
} @i{Eh, two?}
@b{
[INS]} @b{[DEL]
} @i{Five!}
@b{
+/-
} @i{Five!}
@b{
[INS]
}
@b{
+
}
Select multiple:
Select multiple:
...
@@ -259,7 +259,7 @@ When you invoke one of these buttons, you will be asked to choose
...
@@ -259,7 +259,7 @@ When you invoke one of these buttons, you will be asked to choose
between a number of different options. This is how you edit an option
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
field. Option fields are created by the @code{menu-choice} widget. In
the example, @samp{@b{Choose}} is an option field tag.
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.
Activating these will insert or delete elements from an editable list.
The list is created by the @code{editable-list} widget.
The list is created by the @code{editable-list} widget.
@cindex embedded buttons
@cindex embedded buttons
...
@@ -1103,16 +1103,18 @@ The following @samp{%} escapes are available:
...
@@ -1103,16 +1103,18 @@ The following @samp{%} escapes are available:
@item %v
@item %v
This will be replaced with the buffer representation of the @var{type}
This will be replaced with the buffer representation of the @var{type}
widget.
widget.
@item %-
Insert the @b{+/-} button.
@item %i
@item %i
Insert the @b{
[INS]
} button.
Insert the @b{
+
} button
at the end of a list
.
@item %d
@item %d
Insert the @b{[DEL]} button.
Insert the @b{[DEL]} button.
@item %%
@item %%
Insert a literal @samp{%}.
Insert a literal @samp{%}.
@end table
@end table
@vindex insert-button-args@r{ keyword}
@vindex insert
/delete
-button-args@r{ keyword}
@item :insert-button-args
@item :insert
/delete
-button-args
A list of keyword arguments to pass to the insert buttons.
A list of keyword arguments to pass to the insert buttons.
@vindex delete-button-args@r{ keyword}
@vindex delete-button-args@r{ keyword}
...
@@ -1709,12 +1711,6 @@ This is only meaningful for radio buttons or checkboxes in a list.
...
@@ -1709,12 +1711,6 @@ This is only meaningful for radio buttons or checkboxes in a list.
It should be possible to add or remove items from a list with @kbd{C-k}
It should be possible to add or remove items from a list with @kbd{C-k}
and @kbd{C-o} (suggested by @sc{rms}).
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
@item
The @code{menu-choice} tag should be prettier, something like the abbreviated
The @code{menu-choice} tag should be prettier, something like the abbreviated
menus in Open Look.
menus in Open Look.
...
@@ -1735,12 +1731,6 @@ Find a way to disable mouse highlight for inactive widgets.
...
@@ -1735,12 +1731,6 @@ Find a way to disable mouse highlight for inactive widgets.
@item
@item
Find a way to make glyphs look inactive.
Find a way to make glyphs look inactive.
@item
Add @code{property-list} widget.
@item
Add @code{association-list} widget.
@item
@item
Add @code{key-binding} widget.
Add @code{key-binding} widget.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment