aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/commands.texi
Commit message (Collapse)AuthorAgeFilesLines
* (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'.
* Various changes in addition to:Luc Teirlinck2004-08-071-56/+113
| | | | | | | | | | | | | | | | | | | | | | (Using Interactive): Clarify description of `interactive-form'. (Interactive Call): Mention default for KEYS argument to `call-interactively'. (Command Loop Info): Clarify description of `this-command-keys'. Mention KEEP-RECORD argument to `clear-this-command-keys'. Value of `last-event-frame' can be `macro'. (Repeat Events): `double-click-fuzz' is also used to distinguish clicks and drags. (Classifying Events): Clarify descriptions of `event-modifiers' `event-basic-type' and `event-convert-list'. (Accessing Events): `posn-timestamp' takes POSITION argument. (Quoted Character Input): Clarify description of `read-quoted-char' and fix example. (Quitting): Add `with-local-quit'. (Disabling Commands): Correct and clarify descriptions of `enable-command' and `disable-command'. Mention what happens if `disabled-command-hook' is nil. (Keyboard Macros): Mention LOOPFUNC arg to `execute-kbd-macro'. Describe `executing-kbd-macro' instead of obsolete `executing-macro'.
* (Misc Events): Describe usr1-signal, usr2-signal event.Richard M. Stallman2004-06-241-3/+11
|
* (Accessing Events): Clarify posn-col-row and posn-actual-col-row.Richard M. Stallman2004-06-241-10/+45
| | | | | (Accessing Events): New functions posn-at-point and posn-at-x-y. Add example to posn-x-y.
* (Using Interactive): Delete pxref to top of same node.Luc Teirlinck2004-02-181-4/+3
| | | | (Interactive Codes): Fix pxref for default-directory.
* (Click Events): Describe new image andKim F. Storm2004-01-061-10/+34
| | | | | | | width/height elements of click events. (Accessing Events): Add posn-string, posn-image, and posn-object-width-height. Change posn-object to return either image or string object.
* Remove trailing whitespace.Luc Teirlinck2003-12-251-2/+2
|
* Replace all occurrences of @acronym{CAR} with @sc{car}, forLuc Teirlinck2003-12-251-3/+3
| | | | | consistency with the rest of the Elisp manual. `car' and `cdr' are historically acronyms, but are no longer widely thought of as such.
* (Click Events): Click object may be an images.Kim F. Storm2003-11-271-14/+31
| | | | | | Describe (dx . dy) element of click positions. (Accessing Events): Remove duplicate posn-timestamp. New functions posn-object and posn-object-x-y.
* (Click Events): Describe enhancements to eventKim F. Storm2003-11-231-53/+106
| | | | | | | | | position lists, including new text-pos and (col . row) items. Mention left-fringe and right-fringe area events. (Accessing Events): New functions posn-area, posn-object, and posn-actual-col-row. Mention posn-timestamp. Mention that posn-point in non-text area still returns buffer position. Clarify posn-col-row.
* Replace @sc{foo} with @acronym{FOO}.Eli Zaretskii2003-11-021-18/+18
|
* Avoid @strong{Note:}.Richard M. Stallman2003-09-261-1/+1
|
* Add arch taglinesMiles Bader2003-09-011-0/+4
|
* (Interactive Call): commandp has new arg.Richard M. Stallman2003-08-131-5/+15
| | | | (Command Loop Info): Add this-original-command.
* (Interactive Call): Minor clarification.Richard M. Stallman2003-08-061-0/+4
|
* (Command Overview): Emacs server runs pre-command-hook and post-command-hook.Richard M. Stallman2003-07-141-6/+9
| | | | (Waiting): New calling convention for sit-for.
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-17/+17
|
* Use xref for history list truncation.Richard M. Stallman2002-12-071-3/+2
|
* (Quitting): Add an index entry containing the word ``interrupt''.Eli Zaretskii2002-05-081-0/+2
|
* Line break change.Richard M. Stallman2002-04-191-1/+2
|
* From Dave Love. Description of events in marginal areas.Gerd Moellmann2002-04-121-5/+24
|
* Clarify recent changes.Richard M. Stallman2001-09-101-10/+10
|
* (Using Interactive): Document interactive-form.Eli Zaretskii2001-09-081-4/+23
| | | | | | (Keyboard Macros): Document kbd-macro-termination-hook. (Command Loop Info): Document that clear-this-command-keys clears the vector to be returned by recent-keys.
* (Repeat Events): Add description of double-click-fuzz.Gerd Moellmann2001-07-301-2/+9
|
* *** empty log message ***Richard M. Stallman2000-01-121-1/+1
|
* @ifinto -> @ifnottex.Gerd Moellmann2000-01-051-28/+28
|
* Update copyrights.Gerd Moellmann2000-01-051-1/+2
|
* Remove obsolete @tindex commands.Gerd Moellmann2000-01-051-3/+0
|
* Current version from /gd/gnu/elisp.Dave Love1999-12-031-9/+57
|
* Patch from rms.Gerd Moellmann1999-11-011-4/+9
|
* *** empty log message ***Phillip Rulon1999-10-051-6/+6
|