summaryrefslogtreecommitdiff
path: root/lispref/commands.texi
Commit message (Collapse)AuthorAgeFilesLines
* Improve index entries. Remove redundant/useless ones.Richard M. Stallman2007-04-071-15/+8
|
* wording mattersKarl Berry2007-04-011-4/+4
|
* Improve indexing.Eli Zaretskii2007-03-311-0/+4
|
* Improve indexing.Eli Zaretskii2007-03-311-0/+3
|
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-161-2/+2
| | | | 2001).
* (Misc Events): User signals now result in sigusr1Kim F. Storm2006-12-191-7/+27
| | | | | and sigusr2 events which are handled through special-event-map. (Special Events): User signals and drag-n-drop are special.
* (Misc Events): Update signal events.Kim F. Storm2006-12-041-7/+18
| | | | (Event Examples): Add signal example.
* (Event Input Misc): Update unread-command-events.Kim F. Storm2006-10-231-0/+7
|
* (Interactive Call): Clarify KEYS arg to call-interactively is a vector.Richard M. Stallman2006-10-161-6/+12
| | | | | | (Command Loop Info): Delete anchor in this-command-keys. Add anchor in this-command-keys-vector. (Recursive Editing): Document how recursive-edit handles the current buffer.
* (Command Loop Info): Explain how read-event affects this-command-keys.Richard M. Stallman2006-09-241-5/+7
|
* (Reading One Event): Update xref.Richard M. Stallman2006-08-201-1/+1
|
* * commands.texi (Reading One Event): Explain idleness inChong Yidong2006-08-151-0/+9
| | | | `read-event'.
* Update xrefs.Richard M. Stallman2006-07-311-4/+85
| | | | (Event Mod): New node, cut out from old Translating Input.
* (Reading One Event): Fix last change.Kim F. Storm2006-07-271-4/+4
|
* * commands.texi (Reading One Event): Document SECONDS argument forChong Yidong2006-07-261-3/+12
| | | | read-event, read-char, and read-char-exclusive.
* * commands.texi (Waiting): Document batch-mode sit-for behavior.Chong Yidong2006-07-181-5/+7
|
* Put period and comma inside quotes.Richard M. Stallman2006-07-181-3/+3
|
* (Waiting): (sit-for -1) is no longer special.Kim F. Storm2006-07-111-8/+3
| | | | | (sit-for 0) is equivalent to (redisplay). Iconifying/deiconifying no longer makes sit-for return.
* (Interactive Call): Use 3 as prefix in example for execute-extended-command.Richard M. Stallman2006-07-091-2/+2
|
* (Command Loop Info, Adjusting Point): Remove @tindex.Eli Zaretskii2006-07-081-3/+0
|
* (Using Interactive): Explain problem of markers, etc., in command-history.Richard M. Stallman2006-06-161-0/+14
|
* (Waiting): Negative arg to sit-for forcesKim F. Storm2006-06-131-1/+4
| | | | redisplay even if input is pending.
* * keymaps.texi (Key Sequences): Renamed from Keymap Terminology.Chong Yidong2006-05-251-1/+1
| | | | | | | | Explain string and vector representations of key sequences * keymaps.texi (Changing Key Bindings): * commands.texi (Interactive Codes, Interactive Codes): * help.texi (Describing Characters): Refer to it.
* * commands.texi (Event Input Misc):Romain Francoise2006-05-071-1/+1
| | | | | | | | | | * 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.
* (Using Interactive): Fix reference to node "Minibuffers".Juanma Barranquero2006-02-201-1/+1
|
* (Using Interactive): Put string case before list case.Richard M. Stallman2006-02-191-34/+33
|
* (Using Interactive): Add xrefs about reading input.Richard M. Stallman2006-02-191-9/+12
| | | | Clarify remarks about that moving point and mark.
* (Prefix Command Arguments): Minor cleanup.Richard M. Stallman2006-02-081-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (Key Sequence Input): Clarify. Move num-nonmacro-input-events out.Richard M. Stallman2006-01-201-7/+10
| | | | (Reading One Event): num-nonmacro-input-events moved here.
* (Quitting): Minor clarification.Richard M. Stallman2005-10-171-2/+3
|
* (Event Input Misc): Replace `...' with `@dots{}' in `@defmac' and `@defspec'.Juri Linkov2005-10-171-8/+8
| | | | (Quitting): Replace arg `forms' with `body' in `with-local-quit'.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-101-2/+2
|
* (Event Input Misc): Update while-no-input.Richard M. Stallman2005-08-091-5/+16
|
* (Accessing Events): Delete duplicate words.Juri Linkov2005-07-181-1/+1
|
* (Interactive Codes): Fix Texinfo usage. Document U more clearly.Richard M. Stallman2005-05-041-7/+10
|
* (Interactive Codes): Document G option.Richard M. Stallman2005-03-171-0/+5
|
* (Command Overview): Improve xrefs.Richard M. Stallman2005-02-261-16/+36
| | | | | | (Adjusting Point): Adjusting point applies to intangible and invis. (Key Sequence Input): Doc extra read-key-sequence args. Likewise for read-key-sequence-vector.
* (Misc Events): Remove stray space.Richard M. Stallman2005-02-031-1/+1
|
* (Misc Events): Describe the help-echo event.Eli Zaretskii2005-01-291-0/+15
|
* (Accessing Events): Add WHOLE arg to posn-at-x-y.Kim F. Storm2005-01-141-1/+4
|
* (Quitting): Clarify value of with-local-quit.Richard M. Stallman2004-12-281-1/+2
|
* (Event Input Misc): Add while-no-input.Richard M. Stallman2004-12-211-0/+12
|
* (Keyboard Macros): Document `append' return value of `defining-kbd-macro'.Luc Teirlinck2004-11-051-4/+5
|
* (Interactive Call): Add called-interactively-p.Richard M. Stallman2004-11-011-1/+10
|
* (Interactive Codes): `N' uses numeric prefix, not raw. Clarify `n'.Richard M. Stallman2004-10-271-35/+35
| | | | | (Interactive Call): Rewrite interactive-p, focusing on when and how to use it. (Misc Events): Clarify previous change.
* (Interactive Codes): Add U code letter.Kim F. Storm2004-10-261-0/+8
|
* Removed mouse-wheel event, added wheel-up and wheel-downJason Rumney2004-10-241-11/+10
| | | | | event, with a note about how to use mwheel.el to handle both these events and mouse-4 and mouse-5 events.
* (Key Sequence Input): Clarify downcasing in read-key-sequence.Richard M. Stallman2004-09-201-4/+4
|
* (Key Sequence Input): Remove unnecessary anchor,Luc Teirlinck2004-08-081-12/+14
| | | | | | (Command Loop Info): Replace reference to it. (Disabling Commands): `disabled-command-hook' has been renamed to `disabled-command-function'.