Eli Zaretskii
cb0b676650
(print-help-return-message): Suggest to use display-buffer instead of
...
switch-to-buffer-other-window to restore the previous window without
selecting it.
2006-03-25 10:11:09 +00:00
Juanma Barranquero
e5fe3a6cc9
(view-lossage): Remove trailing whitespace before inserting "\n".
2006-03-08 10:11:47 +00:00
Chong Yidong
46d91fa0df
* help.el (describe-key-briefly): If KEY is a down event, read and
...
discard the up event.
2006-03-07 15:53:41 +00:00
Juanma Barranquero
a78914bca9
(describe-key): Remove leftover test code.
2006-03-07 09:53:30 +00:00
Chong Yidong
4dfb267845
* help.el (describe-key): Handle string and vector `follow-link' values.
2006-03-06 22:31:36 +00:00
Chong Yidong
aa38f98ed3
* help.el (describe-key): Properly handle the return value of
...
read-key-sequence when grabbing an up-event. Cleanup mouse-1
remaps.
2006-03-06 20:27:06 +00:00
Juanma Barranquero
172892e397
(help): Revert last part of 2006-02-23 change (deletion of the `provide' call).
2006-02-23 23:14:01 +00:00
Stefan Monnier
4e6d317052
(describe-mode): Pass `mode-name' to format-mode-line.
2006-02-23 16:39:24 +00:00
Richard M. Stallman
774a814f60
(describe-key-briefly): Compute interactive args
...
in same was as before previous change.
2006-02-21 19:51:37 +00:00
Juanma Barranquero
a5f435502d
(where-is): Fix displaying of remappings.
2006-02-14 08:14:01 +00:00
Richard M. Stallman
2c8ed53856
(describe-key-briefly, describe-key):
...
Do all arg-reading inside `interactive' spec.
(describe-key-briefly-internal, describe-key-internal):
Functions merged back into their callers.
2006-02-13 16:18:46 +00:00
Eli Zaretskii
8ee320fc76
(describe-key-briefly, describe-key): Populate yank-menu if empty.
2006-02-11 16:03:14 +00:00
Eli Zaretskii
6527c98307
(describe-key-briefly): Now a wrapper for describe-key-briefly-internal.
...
Bind enable-disabled-menus-and-buttons to t.
(describe-key-briefly-internal): Renamed from describe-key-briefly.
(describe-key): Now a wrapper for describe-key-internal. Bind
enable-disabled-menus-and-buttons to t.
(describe-key-internal): Renamed from describe-key.
2006-02-11 13:55:42 +00:00
Thien-Thi Nguyen
aaef169dc6
Update years in copyright notice; nfc.
2006-02-06 15:23:23 +00:00
Richard M. Stallman
c6f20f15d9
(help-for-help-internal): Simplify entry for `a'.
2005-12-12 05:16:39 +00:00
Romain Francoise
d50d22f1f4
(help-for-help-internal): Add `r' in doc string.
2005-12-10 17:20:10 +00:00
Eli Zaretskii
7b057a3d57
(print-help-return-message): If pop-up-frames is non-nil, don't display
...
message about scrolling the help window.
2005-12-03 12:07:03 +00:00
Eli Zaretskii
a8e7142cdd
(print-help-return-message): If pop-up-frames is non-nil, set up
...
help-return-method to delete the help window and, possibly, its frame as well. Doc fix.
(help-return-method): Doc fix.
2005-12-03 11:52:23 +00:00
Stefan Monnier
604aa5f0f9
(help-map): Move initialization into declaration.
2005-11-30 16:09:58 +00:00
Chong Yidong
2c30b4506a
* help.el (describe-key-briefly, describe-key): Recognize default
...
bindings.
2005-11-29 15:42:42 +00:00
Chong Yidong
c6a257fc2b
Typo.
2005-11-29 03:13:06 +00:00
Richard M. Stallman
7e1b6c2c59
(help-for-help-internal): Improve doc of C-h a.
2005-11-14 04:47:05 +00:00
Kim F. Storm
ccf849afd3
(help-for-help-internal): Fix a' entry. Add
d' entry.
2005-11-13 21:25:13 +00:00
Kim F. Storm
e27f7c139a
(help-map): Bind C-h d to apropos-documentation.
2005-11-12 00:57:38 +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
Richard M. Stallman
1b12fa9dc4
(describe-key): Move print-help-return-message call out of conditional.
2005-05-22 15:52:51 +00:00
Richard M. Stallman
ab3fdfd634
(describe-key): No error when UNTRANSLATED is nil.
2005-05-04 14:31:45 +00:00
Lute Kamstra
59d922a4da
(describe-key-briefly): UNTRANSLATED can be nil when called from lisp.
2005-04-13 09:16:02 +00:00
Richard M. Stallman
36178ae8fb
(describe-key-briefly, describe-key): Replace
...
strings as event types with "(any string)".
2005-04-10 01:47:43 +00:00
Richard M. Stallman
740b479c63
(where-is): Don't mention aliases with no key bindings.
2005-03-21 17:41:41 +00:00
Stefan Monnier
af5f448385
(describe-mode): Allow minor mode toggles to use a different
...
symbol than the minor mode variable.
2005-03-16 13:08:15 +00:00
Stefan Monnier
dd39c336a9
(describe-mode): Properly handle non-trivial lighters.
...
Don't ignore minor modes that are not listed in minor-mode-list.
2005-03-10 21:43:16 +00:00
Richard M. Stallman
a4bdcdf378
(help-for-help-internal): Renamed from help-for-help.
...
(help-for-help): Define with defalias.
2005-02-10 06:46:42 +00:00
Eli Zaretskii
3ee341ecad
(help-for-help): Doc fix.
2005-02-05 12:45:44 +00:00
Kim F. Storm
72b64ad5ba
(describe-key): Report effective and original binding
...
for mouse-1 when clicked on a link.
(describe-mode): Add follow-link property to "minor-mode" button.
2004-12-17 15:16:46 +00:00
Juri Linkov
918f2e56d9
* help.el (function-called-at-point):
...
As a last resort try striping non-word prefixes and suffixes.
2004-12-16 13:05:37 +00:00
Juri Linkov
d6288299d3
(function-called-at-point): read -> intern.
2004-10-30 01:08:00 +00:00
Kim F. Storm
4cf9f027a1
(describe-key): Describe both down-event and up-event
...
for a mouse click.
2004-10-26 12:59:44 +00:00
Kim F. Storm
b0915a3104
Clean whitespace.
2004-10-24 21:07:38 +00:00
Kim F. Storm
d1eb6c47fa
(describe-mode): Fix 2004-10-13 change.
...
Copy pure "Auto Fill" string so it can be propertized later
without causing a read-only error.
2004-10-24 20:35:12 +00:00
Daniel Pfeiffer
e25e90b4b1
(describe-mode): Use marker buttons to make minor mode list into hyperlinks.
2004-10-13 19:01:01 +00:00
Juri Linkov
542e904c45
(function-called-at-point): Try `find-tag-default' when other methods failed.
2004-09-02 16:37:01 +00:00
Luc Teirlinck
abca4ad75a
(describe-bindings): Doc fix.
2004-08-09 18:50:28 +00:00
Juri Linkov
598ea453d3
(view-emacs-news): With argument, display info for the
...
selected version by finding it among different NEWS files, and
narrowing the buffer to the selected version.
2004-04-27 06:35:25 +00:00
John Paul Wallington
efde809a83
(describe-mode): Doc fix.
2004-04-12 10:25:33 +00:00
Luc Teirlinck
7ada28ac7e
(help-map): Bind display-local-help' to
C-h .'.
...
(help-for-help): Add `C-h .' to the listed Help options.
Remove trailing whitespace.
2003-11-30 17:50:54 +00:00
Richard M. Stallman
f6c57ef690
(describe-mode): Start with a brief list of minor modes.
...
Find them thru minor-mode-list so as to find them all.
Show them in alphabetical order.
2003-09-30 12:50:44 +00:00
Miles Bader
ab5796a9f9
Add arch taglines
2003-09-01 15:45:59 +00:00
Masatake YAMATO
335028c3be
* help.el (describe-minor-mode): New function implementation.
...
Accept both minor mode string and minor mode indicator.
(describe-minor-mode-completion-table-for-indicator)
(describe-minor-mode-completion-table-for-symbol): New functions.
minor-mode-list is used here.
(describe-minor-mode-from-symbol): renamed
from (old) describe-minor-mode. Use
describe-minor-mode-completion-table-for-symbol.
Don't use eval. Just use symbol-name.
(describe-minor-mode-from-indicator): Document is updated.
Use `format-mode-line'. Use
describe-minor-mode-from-symbol instead of
describe-minor-mode.
Use describe-minor-mode-completion-table-for-indicator.
(expand-minor-mode-indicator-object): removed.
(lookup-minor-mode-from-indicator): remove the fist white
space from both indicator and anindicator before comparing them.
* bindings.el (mode-line-major-mode-keymap)
(mode-line-minor-mode-keymap): defined keys for the maps
here in `defvar'.
2003-04-12 17:28:24 +00:00