1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00:00
Commit Graph

83 Commits

Author SHA1 Message Date
Juri Linkov
63d336640e (Text from Minibuffer): Undocument keep-all. 2006-05-25 22:57:50 +00:00
Richard M. Stallman
e410360421 (Minibuffer History): Clarify. 2006-05-17 22:23:17 +00:00
Kim F. Storm
e6966ef0a7 (Minibuffer History): Update add-to-history. 2006-05-16 10:52:14 +00:00
Kim F. Storm
8bcba30da6 (Minibuffer History): Remove keep-dups arg
from add-to-history.
2006-05-07 20:52:05 +00:00
Romain Francoise
5a36d8349d * commands.texi (Event Input Misc):
* compile.texi (Eval During Compile):
* internals.texi (Buffer Internals):
* minibuf.texi (Initial Input):
* nonascii.texi (Scanning Charsets):
* numbers.texi (Comparison of Numbers):
* windows.texi (Textual Scrolling, Vertical Scrolling):
Fix various typos.
2006-05-07 16:02:27 +00:00
Eli Zaretskii
321eb4b29a (Minibuffer History): Document add-to-history. 2006-05-06 07:53:25 +00:00
Richard M. Stallman
53ba8be73b (High-Level Completion): Add xref to read-input-method-name. 2006-02-19 23:40:25 +00:00
Thien-Thi Nguyen
ceb4c4d303 Update years in copyright notice; nfc. 2006-02-06 12:31:40 +00:00
Richard M. Stallman
ece9f5cc23 (Basic Completion): Completion alists are risky. 2006-02-02 16:34:58 +00:00
Luc Teirlinck
79c917052a (Basic Completion): Update lazy-completion-table examples for removal
of ARGS argument.
2005-12-28 17:18:38 +00:00
Stefan Monnier
1d5e15d046 (lazy-completion-table): Remove argument `args'. 2005-12-26 15:57:37 +00:00
Richard M. Stallman
69487a1fef (Minibuffer Contents): Minor cleanup. 2005-12-16 23:22:56 +00:00
Juri Linkov
730723edb0 (Minibuffer Contents): Add minibuffer-completion-contents. 2005-12-16 19:05:54 +00:00
Juri Linkov
5a027eaed3 (Completion Commands): Add mention of read-file-name
for filename completion keymaps.
(Reading File Names): Add mention of filename completion keymaps
for read-file-name and xref to `Completion Commands'.
2005-12-11 09:56:45 +00:00
Luc Teirlinck
f5f7e71230 (Intro to Minibuffers): Fix typo. 2005-12-09 04:38:40 +00:00
Richard M. Stallman
5e41b5a3e7 (Intro to Minibuffers): Replace list of local maps
with xrefs and better explanation.
(Completion Commands): Add the filename completion maps.
2005-12-08 18:07:17 +00:00
Richard M. Stallman
30cb17f0c2 (Completion Commands): Clean up prev change. 2005-10-28 16:44:20 +00:00
Masatake YAMATO
1d8e69a2b3 Write about new optional argument for `display-completion-list'. 2005-10-27 05:43:37 +00:00
Romain Francoise
97c3e4cc37 (High-Level Completion): Explain that the prompt
given to `read-buffer' should end with a colon and a space.
Update usage examples.
2005-09-30 18:30:10 +00:00
Thien-Thi Nguyen
651f374c99 Update years in copyright notice; nfc. 2005-08-10 14:29:01 +00:00
Luc Teirlinck
872e3f6ffc (Intro to Minibuffers): Update pxref for previous change in minibuf.texi. 2005-08-09 18:36:01 +00:00
Richard M. Stallman
2c45a1bfd5 (Minibuffer Misc): Node split up.
(Minibuffer Commands, Minibuffer Windows, Minibuffer Contents)
(Recursive Mini): New nodes split out from Minibuffer Misc.
(Minibuffer Misc): Document max-mini-window-height.
2005-08-09 12:05:30 +00:00
Richard M. Stallman
9a2625351f Fix formatting ugliness.
(Completion Commands): Move keymap vars to the end
and vars completing-read binds to the top.
2005-06-18 13:53:26 +00:00
Luc Teirlinck
e09aff745e (Reading File Names): Update description of `read-directory-name'. 2005-05-21 22:29:19 +00:00
Richard M. Stallman
835da4eea0 (Reading File Names): Document read-file-name-completion-ignore-case. 2005-03-26 02:06:27 +00:00
Richard M. Stallman
af300e6952 (Reading File Names): Document read-file-name-function. 2005-03-21 17:50:35 +00:00
Richard M. Stallman
2a1cf63635 (Minibuffer Misc): Get rid of "Emacs 21". 2005-03-06 18:19:34 +00:00
Kim F. Storm
a41c174fd4 (Basic Completion): Allow symbols in addition to
strings in try-completion and all-completions.
2005-02-22 20:50:05 +00:00
Richard M. Stallman
e37d6e4c86 (Text from Minibuffer): Minor clarification.
Mention arrow keys.
2005-02-14 10:17:32 +00:00
Richard M. Stallman
4d19f455ab (Text from Minibuffer): Document KEEP-ALL arg in read-from-minibuffer. 2004-11-20 22:08:39 +00:00
Richard M. Stallman
5d64585238 (Minibuffer Completion): When ignoring case,
predicate must not be case-sensitive.
2004-11-16 17:27:48 +00:00
Simon Josefsson
6f4e005dd9 (Reading a Password): Revert. 2004-10-29 21:23:08 +00:00
Simon Josefsson
acd4089b00 (Reading a Password): Add. 2004-10-25 14:14:33 +00:00
Juri Linkov
fbb2f03dc8 (Minibuffer History): Add `history-delete-duplicates'. 2004-09-08 20:14:47 +00:00
Luc Teirlinck
bdb3097a23 (High-Level Completion): Add anchor for definition of `read-variable'. 2004-08-07 01:00:05 +00:00
Luc Teirlinck
b1895e7380 (Minibuffer Misc): Add anchor. 2004-07-24 22:51:30 +00:00
Luc Teirlinck
f96bad52a4 (Minibuffer Misc): Add anchor for `minibuffer-scroll-window'. 2004-07-19 21:04:00 +00:00
Luc Teirlinck
facf1bca12 Change position of @anchor's. Add anchor. 2004-06-23 16:20:08 +00:00
Richard M. Stallman
79467ffe3e (Minibuffer Completion): For INITIAL arg,
refer the user to the Initial Input node.
(Text from Minibuffer): Likewise.
(Initial Input): New node.  Document this feature
and say it is mostly deprecated.
2004-06-05 17:39:46 +00:00
Luc Teirlinck
1b91d47f89 (Completion Commands): Add xref to Emacs manual for Partial Completion mode. 2004-03-10 03:52:59 +00:00
Luc Teirlinck
6f6b043343 *** empty log message *** 2004-02-12 17:04:42 +00:00
Luc Teirlinck
4b574f3d8e (Text from Minibuffer): Various corrections and clarifications.
(Object from Minibuffer): Correct Lisp description of read-minibuffer.
(Minibuffer History): Clarify description of cons values for HISTORY arguments.
(Basic Completion): Various corrections and clarifications.
Add completion-regexp-list.
(Minibuffer Completion): Correct and clarify description of completing-read.
(Completion Commands): Mention partial-completion-mode.
Various other minor changes.
(High-Level Completion): Various corrections and clarifications.
(Reading File Names): Ditto.
(Minibuffer Misc): Ditto.
2004-02-04 03:08:59 +00:00
Richard M. Stallman
41495ddda8 (Minibuffer Misc): Add set-minibuffer-window. 2003-12-29 21:24:48 +00:00
Richard M. Stallman
6142d1d06c Avoid @strong{Note:}. 2003-09-26 10:01:42 +00:00
Richard M. Stallman
f460db362d (Intro to Minibuffers): Explain that the minibuffer
changes variables that record input events.
(Minibuffer Misc): Add minibuffer-selected-window.
2003-09-12 01:06:43 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Richard M. Stallman
1c7cdff5dd (Reading File Names): read-file-name has new arg PREDICATE.
New function read-directory-name.
2003-08-06 01:41:08 +00:00
Richard M. Stallman
7370e0a883 (Basic Completion): Describe test-completion.
Collections can be lists of strings.
Clean up lazy-completion-table.
(Programmed Completion): Mention test-completion.
Clarify why lambda expressions are not accepted.
(Minibuffer Misc): Describe minibufferp.
2003-07-22 15:13:58 +00:00
Richard M. Stallman
4ff1926ee8 (Basic Completion): Add lazy-completion-table.
(Programmed Completion): Add dynamic-completion-table.
2003-07-14 15:55:32 +00:00
Richard M. Stallman
6fe508678c Minor Texinfo usage fix. 2003-06-30 10:43:01 +00:00