aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/help.el
Commit message (Collapse)AuthorAgeFilesLines
...
* (describe-key): Move print-help-return-message call out of conditional.Richard M. Stallman2005-05-221-2/+2
|
* (describe-key): No error when UNTRANSLATED is nil.Richard M. Stallman2005-05-041-1/+3
|
* (describe-key-briefly): UNTRANSLATED can be nil when called from lisp.Lute Kamstra2005-04-131-2/+2
|
* (describe-key-briefly, describe-key): ReplaceRichard M. Stallman2005-04-101-1/+15
| | | | strings as event types with "(any string)".
* (where-is): Don't mention aliases with no key bindings.Richard M. Stallman2005-03-211-21/+32
|
* (describe-mode): Allow minor mode toggles to use a differentStefan Monnier2005-03-161-19/+16
| | | | symbol than the minor mode variable.
* (describe-mode): Properly handle non-trivial lighters.Stefan Monnier2005-03-101-22/+20
| | | | Don't ignore minor modes that are not listed in minor-mode-list.
* (help-for-help-internal): Renamed from help-for-help.Richard M. Stallman2005-02-101-2/+5
| | | | (help-for-help): Define with defalias.
* (help-for-help): Doc fix.Eli Zaretskii2005-02-051-8/+12
|
* (describe-key): Report effective and original bindingKim F. Storm2004-12-171-5/+47
| | | | | for mouse-1 when clicked on a link. (describe-mode): Add follow-link property to "minor-mode" button.
* * help.el (function-called-at-point):Juri Linkov2004-12-161-2/+7
| | | | As a last resort try striping non-word prefixes and suffixes.
* (function-called-at-point): read -> intern.Juri Linkov2004-10-301-1/+1
|
* (describe-key): Describe both down-event and up-eventKim F. Storm2004-10-261-2/+13
| | | | for a mouse click.
* Clean whitespace.Kim F. Storm2004-10-241-2/+2
|
* (describe-mode): Fix 2004-10-13 change.Kim F. Storm2004-10-241-1/+2
| | | | | Copy pure "Auto Fill" string so it can be propertized later without causing a read-only error.
* (describe-mode): Use marker buttons to make minor mode list into hyperlinks.Daniel Pfeiffer2004-10-131-22/+35
|
* (function-called-at-point): Try `find-tag-default' when other methods failed.Juri Linkov2004-09-021-26/+29
|
* (describe-bindings): Doc fix.Luc Teirlinck2004-08-091-1/+2
|
* (view-emacs-news): With argument, display info for theJuri Linkov2004-04-271-13/+55
| | | | | selected version by finding it among different NEWS files, and narrowing the buffer to the selected version.
* (describe-mode): Doc fix.John Paul Wallington2004-04-121-5/+7
|
* (help-map): Bind `display-local-help' to `C-h .'.Luc Teirlinck2003-11-301-11/+14
| | | | | (help-for-help): Add `C-h .' to the listed Help options. Remove trailing whitespace.
* (describe-mode): Start with a brief list of minor modes.Richard M. Stallman2003-09-301-35/+57
| | | | | Find them thru minor-mode-list so as to find them all. Show them in alphabetical order.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* * help.el (describe-minor-mode): New function implementation.Masatake YAMATO2003-04-121-45/+63
| | | | | | | | | | | | | | | | | | | | | | | 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'.
* (describe-minor-mode, describe-minor-mode-from-indicator,Juanma Barranquero2003-03-311-0/+68
| | | | lookup-minor-mode-from-indicator): New functions.
* Renamed remap-command to command-remapping. All uses changed.Kim F. Storm2003-02-121-1/+1
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-1/+1
|
* (where-is): Catch errors in indirect-function.Richard M. Stallman2003-01-131-1/+3
|
* (where-is): Rename map to defs (a list of syms is not a map).Stefan Monnier2002-11-071-20/+16
| | | | Test fboundp first, to speed things up. Use push.
* (where-is): Repport also aliases of the passed command.Juanma Barranquero2002-11-071-15/+32
|
* (help-key-description): Show the untranslated keysStefan Monnier2002-07-161-1/+2
| | | | when they start with ESC and the ESC was not translated.
* (help-map): Add binding for info-emacs-manual.Richard M. Stallman2002-07-121-2/+5
| | | | (print-help-return-message): Doc fix.
* (view-todo): New function.Richard M. Stallman2002-05-011-1/+8
| | | | | (help-map): Bind C-h C-t to view-todo. (help-for-help): Change the text.
* (string-key-binding): Deal with margin events.Gerd Moellmann2002-04-121-3/+4
|
* (help-key-description): New fun.Stefan Monnier2002-04-021-15/+32
| | | | | (describe-key-briefly, describe-key): Use it and this-single-command-raw-keys plus new arg `untranslated'.
* (describe-key-briefly, describe-key): Interpret `undefined' like notPavel Janík2002-03-041-2/+2
| | | | defined at all.
* (where-is): Use remap-command.Kim F. Storm2002-02-231-8/+6
|
* (describe-key-briefly): Make output in INSERT caseRichard M. Stallman2002-02-151-5/+3
| | | | look just like what is displayed in the normal case.
* (where-is): Report remapped commands.Kim F. Storm2002-02-061-3/+10
|
* (describe-distribution): Really call view-file.Richard M. Stallman2002-01-171-1/+1
|
* Fix previous change.Richard M. Stallman2002-01-141-2/+1
|
* Fix previous change.Richard M. Stallman2002-01-141-8/+0
|
* (view-echo-area-messages): New function.Richard M. Stallman2002-01-141-20/+48
| | | | | | | | | | | (help-map): Add `e' binding. Delete obsolete `d' binding. Change old Info bindings C-f, C-k and C-i to F, K, S. Move view-emacs-FAQ from F to C-f. Move view-emacs-problems from P to C-e. Bindings moved here from mule-cmds.el. C-l binding for describe-language-environment deleted. Bind C-h like h, to view-hello-file. (help-for-help): Update for all these changes.
* (describe-mode): Call help-setup-xref in the help buffer.Richard M. Stallman2002-01-121-37/+41
| | | | Switch buffers only after calling `help-buffer'.
* (describe-key): Doc fix.Richard M. Stallman2001-12-281-1/+3
|
* (view-order-manuals, view-emacs-news, describe-copying)Richard M. Stallman2001-12-221-8/+5
| | | | (describe-distribution, describe-project): Use view-file.
* (view-lossage): Call help-setup-xref correctly and earlier.Stefan Monnier2001-10-111-13/+11
| | | | | | (describe-bindings): Call help-setup-xref earlier. (describe-key): Call help-setup-xref. Fix call to describe-function-1. (describe-mode): Don't autoload. Call help-setup-xref earlier.
* (describe-bindings-internal): New fun moved from keymap.c.Stefan Monnier2001-10-111-4/+18
|
* Don't require `view' when compiling.Miles Bader2001-10-091-1219/+223
| | | | | | | | | | | | | | | | | | | | | | | (help-with-tutorial, describe-function, describe-function-1) (variable-at-point, describe-variable, locate-library): Functions moved into `help-funs.el'. (help-manyarg-func-alist): Variable moved into `help-funs.el'. (help-mode, help-mode-setup, help-mode-finish, help-button-action) (help-setup-xref, help-xref-following, help-make-xrefs) (help-xref-button, help-insert-xref-button, help-xref-interned) (help-xref-go-back, help-go-back, help-do-xref, help-follow) (help-xref-on-pp): Functions moved into `help-mode.el' (help-mode-map, help-xref-stack, help-xref-stack-item) (help-highlight-p, help-highlight-face, help-back-label) (help-xref-symbol-regexp, help-xref-mule-regexp) (help-xref-info-regexp): Variables moved into `help-mode.el'. (help-symbol, help-back, help-info, help-customize-variable) (help-function-def, help-variable-def): Button-types moved into `help-mode.el'. (load-symbol-file-load-history, symbol-file): Functions moved into `subr.el'. (symbol-file-load-history-loaded): Variable moved into `subr.el'. (view-lossage): Call `help-setup-xref' instead of doing it manually.
* (help-mode): Use define-derived-mode.Stefan Monnier2001-10-081-70/+79
| | | | | | | | | | (describe-mode): Add optional `buffer' arg. Use it instead of going through help-xref-mode. Avoid doubling the word `minor' when prettifying. (describe-function-1): List the corresponding key bindings. (describe-variable): Say if the var is automatically buffer-local. If the source is `loaddefs.el', look for the real source. (help-xref-mode): Remove.