Juanma Barranquero
3d5b307e2c
(electric-help-command-loop): "?\ " -> "?\s".
2006-11-27 13:49:57 +00:00
Thien-Thi Nguyen
aaef169dc6
Update years in copyright notice; nfc.
2006-02-06 15:23:23 +00:00
Thien-Thi Nguyen
0d30b33766
Update years in copyright notice; nfc.
2005-08-06 22:13:43 +00:00
Lute Kamstra
086add1519
Update FSF's address.
2005-07-04 23:32:44 +00:00
Kim F. Storm
ad8d994cbe
(electric-help-map): Reorder Q/q and R/r entries so
...
substitute-command-keys will select lower-case bindings like those
used in the static help texts.
2004-11-01 23:16:25 +00:00
Juanma Barranquero
1d4c125738
(electric-help-command-loop): Check whether the last character is visible,
...
not (point-max).
2004-05-06 00:43:33 +00:00
Juanma Barranquero
e0db3d3f00
(electric-help-command-loop, electric-help-undefined, electric-help-help):
...
Check against unmapped commands.
2004-05-03 22:21:46 +00:00
Miles Bader
ab5796a9f9
Add arch taglines
2003-09-01 15:45:59 +00:00
Richard M. Stallman
6e5cbb634e
(ehelp-command): Use defalias to define ehelp-command.
...
Give it a doc string, and autoload it.
2003-07-07 21:05:17 +00:00
Juanma Barranquero
71296446d3
Trailing whitespace deleted.
2003-02-04 11:26:42 +00:00
Gerd Moellmann
d1842b2b4b
(electric-help-mode-hook): Add defcustom.
2001-03-20 13:37:17 +00:00
Eli Zaretskii
f55e4a7eb6
(with-electric-help): Doc fix.
2001-02-20 19:22:43 +00:00
Gerd Moellmann
d05c87ac11
(electric-help): New defgroup.
...
(electric-help-shrink-window): New user-option.
(with-electric-help): Use it.
2000-09-20 20:39:36 +00:00
Richard M. Stallman
9201fa0683
(with-electric-help): Remove hook on exit.
...
(electric-help-exit): Add doc string. Remove hook before exit.
1997-03-28 22:58:58 +00:00
Richard M. Stallman
1676b29828
(electric-helpify): Allow NAME to be given as arg.
...
(electric-command-apropos): Specify *Apropos* as buffer name.
1996-05-31 15:33:29 +00:00
Richard M. Stallman
2e8174d2ce
(electric-help-mode): Use add-hook mouse-leave-buffer-hook.
...
(electric-help-retain): Use remove-hook.
1996-04-05 16:05:03 +00:00
Richard M. Stallman
e024a2f4ab
(with-electric-help): Make buffer read-only as last thing.
1996-03-07 18:15:59 +00:00
Richard M. Stallman
db30b38388
(with-electric-help):
...
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.
1996-02-03 03:18:00 +00:00
Karl Heuer
7bccdfbc11
(electric-help-command-loop): Pass proper format string to message.
1996-01-25 00:53:48 +00:00
Erik Naggum
b578f267af
Update FSF's address.
1996-01-14 07:34:30 +00:00
Erik Naggum
483a5ec09e
(with-electric-help): Add missing argument MINHEIGHT.
1995-11-02 20:30:38 +00:00
Richard M. Stallman
f98e758c2f
Fix key bindings.
...
(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.
1995-10-21 22:23:48 +00:00
Richard M. Stallman
bbe2ecf64b
(with-electric-help): Doc fix.
1995-07-30 07:04:58 +00:00
Richard M. Stallman
9dd2b34edf
(electric-helpify): Autoload with-electric-help, electric-helpify.
1995-07-18 23:31:41 +00:00
Karl Heuer
732be46569
Update copyright.
1995-04-07 01:20:53 +00:00
Richard M. Stallman
e27ef4db6e
(electric-help-help, electric-help-command-loop):
...
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.
1995-02-14 09:08:40 +00:00
Jim Blandy
1b3250ab67
Doc fix.
1993-08-08 00:20:22 +00:00
Richard M. Stallman
70447f8cea
(electric-help-command-loop): Use equal to compare
...
lists of events.
1993-06-03 03:50:05 +00:00
Eric S. Raymond
e41b2db1da
Added or corrected Commentary sections
1993-03-22 03:27:18 +00:00
Richard M. Stallman
07f6d4ae18
(electric-help-command-loop): Handle any kind of event.
1993-03-06 06:06:10 +00:00
Jim Blandy
dbc4e1c129
JimB's changes since January 18th
1993-01-26 01:58:16 +00:00
Jim Blandy
4da495f314
* bytecomp.el: Declare unread-command-char an obsolete variable.
...
* 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.
1992-11-16 01:30:45 +00:00
Jim Blandy
e8a57935cb
entered into RCS
1992-08-04 04:15:43 +00:00
Eric S. Raymond
3a801d0c71
*** empty log message ***
1992-07-22 04:22:42 +00:00
Eric S. Raymond
fd7fa35a05
*** empty log message ***
1992-07-17 08:15:29 +00:00
Eric S. Raymond
e516799970
*** empty log message ***
1992-07-16 21:47:34 +00:00
Eric S. Raymond
c0274f385f
*** empty log message ***
1992-05-30 23:54:21 +00:00
Jim Blandy
49116ac071
*** empty log message ***
1992-03-16 20:39:07 +00:00
Jim Blandy
d5b9d1d819
*** empty log message ***
1991-02-28 21:40:18 +00:00
root
88c269cbd1
*** empty log message ***
1991-01-11 19:38:45 +00:00
Joseph Arceneaux
a2535589a9
Initial revision
1989-10-31 16:00:07 +00:00