Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -1/+2 |
| | |||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | |||||
* | (electric-help-map): Reorder Q/q and R/r entries so | Kim F. Storm | 2004-11-01 | 1 | -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 Barranquero | 2004-05-06 | 1 | -1/+1 |
| | | | | not (point-max). | ||||
* | (electric-help-command-loop, electric-help-undefined, electric-help-help): | Juanma Barranquero | 2004-05-03 | 1 | -10/+10 |
| | | | | Check against unmapped commands. | ||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
| | |||||
* | (ehelp-command): Use defalias to define ehelp-command. | Richard M. Stallman | 2003-07-07 | 1 | -2/+5 |
| | | | | Give it a doc string, and autoload it. | ||||
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -6/+6 |
| | |||||
* | (electric-help-mode-hook): Add defcustom. | Gerd Moellmann | 2001-03-20 | 1 | -1/+6 |
| | |||||
* | (with-electric-help): Doc fix. | Eli Zaretskii | 2001-02-20 | 1 | -4/+4 |
| | |||||
* | (electric-help): New defgroup. | Gerd Moellmann | 2000-09-20 | 1 | -25/+41 |
| | | | | | (electric-help-shrink-window): New user-option. (with-electric-help): Use it. | ||||
* | (with-electric-help): Remove hook on exit. | Richard M. Stallman | 1997-03-28 | 1 | -3/+12 |
| | | | | (electric-help-exit): Add doc string. Remove hook before exit. | ||||
* | (electric-helpify): Allow NAME to be given as arg. | Richard M. Stallman | 1996-05-31 | 1 | -3/+3 |
| | | | | (electric-command-apropos): Specify *Apropos* as buffer name. | ||||
* | (electric-help-mode): Use add-hook mouse-leave-buffer-hook. | Richard M. Stallman | 1996-04-05 | 1 | -5/+5 |
| | | | | (electric-help-retain): Use remove-hook. | ||||
* | (with-electric-help): Make buffer read-only as last thing. | Richard M. Stallman | 1996-03-07 | 1 | -2/+3 |
| | |||||
* | (with-electric-help): | Richard M. Stallman | 1996-02-03 | 1 | -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 Heuer | 1996-01-25 | 1 | -1/+1 |
| | |||||
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -2/+3 |
| | |||||
* | (with-electric-help): Add missing argument MINHEIGHT. | Erik Naggum | 1995-11-02 | 1 | -1/+1 |
| | |||||
* | Fix key bindings. | Richard M. Stallman | 1995-10-21 | 1 | -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. Stallman | 1995-07-30 | 1 | -4/+12 |
| | |||||
* | (electric-helpify): Autoload with-electric-help, electric-helpify. | Richard M. Stallman | 1995-07-18 | 1 | -3/+5 |
| | |||||
* | Update copyright. | Karl Heuer | 1995-04-07 | 1 | -1/+1 |
| | |||||
* | (electric-help-help, electric-help-command-loop): | Richard M. Stallman | 1995-02-14 | 1 | -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 Blandy | 1993-08-08 | 1 | -1/+1 |
| | |||||
* | (electric-help-command-loop): Use equal to compare | Richard M. Stallman | 1993-06-03 | 1 | -1/+2 |
| | | | | lists of events. | ||||
* | Added or corrected Commentary sections | Eric S. Raymond | 1993-03-22 | 1 | -0/+8 |
| | |||||
* | (electric-help-command-loop): Handle any kind of event. | Richard M. Stallman | 1993-03-06 | 1 | -1/+1 |
| | |||||
* | JimB's changes since January 18th | Jim Blandy | 1993-01-26 | 1 | -2/+2 |
| | |||||
* | * bytecomp.el: Declare unread-command-char an obsolete variable. | Jim Blandy | 1992-11-16 | 1 | -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 RCS | Jim Blandy | 1992-08-04 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-07-22 | 1 | -3/+2 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-07-17 | 1 | -0/+1 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-07-16 | 1 | -1/+6 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-05-30 | 1 | -0/+3 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1992-03-16 | 1 | -2/+3 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1991-02-28 | 1 | -32/+12 |
| | |||||
* | *** empty log message *** | root | 1991-01-11 | 1 | -50/+39 |
| | |||||
* | Initial revision | Joseph Arceneaux | 1989-10-31 | 1 | -0/+338 |