summaryrefslogtreecommitdiff
path: root/lisp/ehelp.el
Commit message (Collapse)AuthorAgeFilesLines
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (electric-help-map): Reorder Q/q and R/r entries soKim F. Storm2004-11-011-2/+2
| | | | | substitute-command-keys will select lower-case bindings like those used in the static help texts.
* (electric-help-command-loop): Check whether the last character is visible,Juanma Barranquero2004-05-061-1/+1
| | | | not (point-max).
* (electric-help-command-loop, electric-help-undefined, electric-help-help):Juanma Barranquero2004-05-031-10/+10
| | | | Check against unmapped commands.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (ehelp-command): Use defalias to define ehelp-command.Richard M. Stallman2003-07-071-2/+5
| | | | Give it a doc string, and autoload it.
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-6/+6
|
* (electric-help-mode-hook): Add defcustom.Gerd Moellmann2001-03-201-1/+6
|
* (with-electric-help): Doc fix.Eli Zaretskii2001-02-201-4/+4
|
* (electric-help): New defgroup.Gerd Moellmann2000-09-201-25/+41
| | | | | (electric-help-shrink-window): New user-option. (with-electric-help): Use it.
* (with-electric-help): Remove hook on exit.Richard M. Stallman1997-03-281-3/+12
| | | | (electric-help-exit): Add doc string. Remove hook before exit.
* (electric-helpify): Allow NAME to be given as arg.Richard M. Stallman1996-05-311-3/+3
| | | | (electric-command-apropos): Specify *Apropos* as buffer name.
* (electric-help-mode): Use add-hook mouse-leave-buffer-hook.Richard M. Stallman1996-04-051-5/+5
| | | | (electric-help-retain): Use remove-hook.
* (with-electric-help): Make buffer read-only as last thing.Richard M. Stallman1996-03-071-2/+3
|
* (with-electric-help):Richard M. Stallman1996-02-031-5/+10
| | | | | | | Bind inhibit-read-only around the erase-buffer. (electric-help-form-to-execute): Renamed from to-be-executed. Add defvar for it. (electric-help-mode): Turn off view-mode.
* (electric-help-command-loop): Pass proper format string to message.Karl Heuer1996-01-251-1/+1
|
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* (with-electric-help): Add missing argument MINHEIGHT.Erik Naggum1995-11-021-1/+1
|
* Fix key bindings.Richard M. Stallman1995-10-211-16/+67
| | | | | | | | | | | | | | | (electric-help-mode): Use mouse-leave-buffer-hook. (electric-help-retain): Remove mouse-leave-buffer-hook. (with-electric-help): New argument minheight. (electric-help-execute-extended): New function. (electric-help-ctrl-x-prefix): New function. (electric-help-command-loop): Make messages more consistent. Include strategic sit-for 0, so that pos-visible-in-window-p will return the right thing. Make 2nd arg of Electric-command-loop return 'noprompt if we are in isearch-mode. Eval to-be-executed at the very end. (ehelp-map): Electrify apropos too.
* (with-electric-help): Doc fix.Richard M. Stallman1995-07-301-4/+12
|
* (electric-helpify): Autoload with-electric-help, electric-helpify.Richard M. Stallman1995-07-181-3/+5
|
* Update copyright.Karl Heuer1995-04-071-1/+1
|
* (electric-help-help, electric-help-command-loop):Richard M. Stallman1995-02-141-21/+24
| | | | | | | | | | | Mention q and r, not Q and R. (electric-help-map): Use supress-keymap instead of filling keymap with undefined commands. Bind R like r. Substitute electric-command-apropos for command-apropos. (electric-apropos): New function. (electric-help-help, electric-help-command-loop): Mention Q and R in messages.
* Doc fix.Jim Blandy1993-08-081-1/+1
|
* (electric-help-command-loop): Use equal to compareRichard M. Stallman1993-06-031-1/+2
| | | | lists of events.
* Added or corrected Commentary sectionsEric S. Raymond1993-03-221-0/+8
|
* (electric-help-command-loop): Handle any kind of event.Richard M. Stallman1993-03-061-1/+1
|
* JimB's changes since January 18thJim Blandy1993-01-261-2/+2
|
* * bytecomp.el: Declare unread-command-char an obsolete variable.Jim Blandy1992-11-161-2/+2
| | | | | | | * vip.el (vip-escape-to-emacs, vip-prefix-arg-value, vip-prefix-arg-com): Use unread-command-event instead of unread-command-char; respect its new semantics. * ehelp.el (electric-help-command-loop): Same.
* entered into RCSJim Blandy1992-08-041-1/+1
|
* *** empty log message ***Eric S. Raymond1992-07-221-3/+2
|
* *** empty log message ***Eric S. Raymond1992-07-171-0/+1
|
* *** empty log message ***Eric S. Raymond1992-07-161-1/+6
|
* *** empty log message ***Eric S. Raymond1992-05-301-0/+3
|
* *** empty log message ***Jim Blandy1992-03-161-2/+3
|
* *** empty log message ***Jim Blandy1991-02-281-32/+12
|
* *** empty log message ***root1991-01-111-50/+39
|
* Initial revisionJoseph Arceneaux1989-10-311-0/+338