1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00
Commit Graph

90 Commits

Author SHA1 Message Date
Richard M. Stallman
122955bfb4 (help-map): Use apropos-command, not command-apropos. 1997-03-21 07:45:24 +00:00
Karl Heuer
0634ea78a0 (help-with-tutorial): Prefix argument to specify a
language interactively.
1997-02-20 05:45:01 +00:00
Richard M. Stallman
f2102d2cd7 (help-map): Define C-h C-i to run word-help. 1996-12-28 20:29:42 +00:00
Richard M. Stallman
ddbe99e039 (describe-mode): Include minor modes that aren't buffer local. 1996-12-16 02:44:52 +00:00
Richard M. Stallman
9a656d196a (describe-variable): Pretty-print the values.
Put doc string first, if the value is long.
1996-11-10 18:52:18 +00:00
Richard M. Stallman
00d3de8eae (describe-function): If no fn specified, say so.
(variable-at-point): Return 0 if no variable there.
(describe-variable): If no variable specified, say so.
Don't use nil as the variable.
1996-10-13 13:59:51 +00:00
Erik Naggum
a1c9f2095f (print-help-return-message): Use new functions `special-display-p' and
`same-window-p' to determine which help message to print.
(Also unquote lambda forms.)
1996-10-06 16:27:39 +00:00
Richard M. Stallman
a130d829db (locate-library): Print no messages if called from Lisp. 1996-09-21 23:07:06 +00:00
Richard M. Stallman
9dc176a012 (locate-library): New arg PATH. Handle autocompression mode. 1996-09-02 01:16:42 +00:00
Richard M. Stallman
2747503c0a (locate-library): Doc fix. 1996-09-02 01:05:22 +00:00
Simon Marshall
b80778111e Fully reinstall July 26 change. 1996-08-05 07:18:48 +00:00
Richard M. Stallman
8743d4cb20 (help-font-lock-keywords): Undo July 26 change. 1996-07-31 18:17:16 +00:00
Richard M. Stallman
dd7d85bab7 (help-fontify-buffer-function): Function deleted.
(help-mode): Set font-lock-defaults in simple way again.
1996-07-29 23:39:34 +00:00
Richard M. Stallman
0e0ee79544 (help-font-lock-keywords): Use font-lock-function-name-face
for variables, too.

(help-mode): Set font-lock-defaults to provide bindings for
local fontification functions.
(help-fontify-buffer-function): New function.
1996-07-27 02:44:27 +00:00
Richard M. Stallman
83f8659432 (describe-mode): Put a formfeed between each two modes.
Print a message at the top explaining that minor modes come first
followed by the major mode.
1996-07-24 16:52:33 +00:00
Richard M. Stallman
2ef581f34c (describe-mode): Handle minor mode w/o mode line indicator. 1996-03-18 06:44:10 +00:00
Erik Naggum
b578f267af Update FSF's address. 1996-01-14 07:34:30 +00:00
Richard M. Stallman
fb3fc9b819 (describe-function): Call documentation just once.
(describe-key): Likewise.
1995-10-31 00:43:22 +00:00
Richard M. Stallman
c8f98e6dac (describe-variable): Don't call substitute-command-keys. 1995-10-30 21:18:39 +00:00
Richard M. Stallman
fc558e4ded (describe-key, describe-key-briefly): For a mouse click,
go to its buffer and position before looking up the key.
1995-10-25 19:30:19 +00:00
Richard M. Stallman
914a48d0f0 (variable-at-point, function-called-at-point):
Switch temporarily to emacs-lisp-mode-syntax-table.
1995-10-14 00:39:58 +00:00
Richard M. Stallman
e91b8e7ef7 (variable-at-point, function-called-at-point): Fix revious changes. 1995-10-12 17:56:17 +00:00
Richard M. Stallman
da16d59923 (function-called-at-point, variable-at-point):
Don't back up if we start at the beginning of a symbol.
1995-10-10 20:03:31 +00:00
Richard M. Stallman
5cabce210e (print-help-return-message): Handle lists in
special-display-regexps and same-window-regexps.  Also in
special-display-buffer-names and same-window-buffer-names
1995-10-01 20:00:22 +00:00
Richard M. Stallman
42499979a3 (help-mode): Call view-mode. 1995-09-25 18:39:31 +00:00
Richard M. Stallman
ad3ec2527c (describe-function): Show file name for autoloaded fns. 1995-08-25 15:35:37 +00:00
Simon Marshall
3d42d54264 Insert missing quote in help-font-lock-keywords. 1995-08-11 08:52:42 +00:00
Simon Marshall
507fb916e9 Added Font Lock mode support. 1995-08-10 15:24:09 +00:00
Karl Heuer
95b7ed4801 (command-apropos): Deleted function. This is replaced by
apropos-command in apropos.el.
1995-07-07 18:54:22 +00:00
Richard M. Stallman
0af3df1cd6 Bind f1 and help like C-h. 1995-06-29 02:50:52 +00:00
Karl Heuer
ccc06dcce5 (describe-prefix-bindings): If key is a string,
make a substring; for a vector, make a vector.
1995-05-24 00:46:17 +00:00
Richard M. Stallman
125a8d7091 (print-help-return-message): Check same-window-buffer-names
and same-window-regexps.
1995-04-24 15:13:20 +00:00
Richard M. Stallman
6e7f5182c3 (print-help-return-message): Check same-window-buffer-names
and same-window-regexps.
1995-04-13 18:15:01 +00:00
Richard M. Stallman
7ee71cf1bc (view-emacs-FAQ): New function. Bind to C-h F.
(help-for-help): Doc fix.
1995-03-06 05:16:14 +00:00
Richard M. Stallman
3e483e0134 (describe-variable): If var is local, mention default. 1995-02-01 09:29:40 +00:00
Richard M. Stallman
b872e1da17 (describe-variable): Use local-variable-p. 1995-01-27 23:10:42 +00:00
Richard M. Stallman
efcce2d2d1 (help-for-help): Doc fix. 1995-01-19 18:50:26 +00:00
Richard M. Stallman
a5743acc05 (describe-function): Fix previous change. 1994-12-21 14:39:36 +00:00
Richard M. Stallman
159a489504 (describe-function): Don't add `.el' when printing file name. 1994-12-21 14:38:59 +00:00
Karl Heuer
c46bbd9262 (describe-key, describe-mode, view-lossage, describe-function, describe-variable): Set help-mode in *Help* buffer. 1994-11-09 05:50:09 +00:00
Karl Heuer
afaa65e4ea (help-mode): New function.
(help-mode-map): Local keymap for help-mode.  Empty for now.
(print-help-return-message): Fix misspelled var.
1994-11-08 05:09:01 +00:00
Richard M. Stallman
ca5ed19616 (describe-function-find-file): New function.
(describe-function): Use that.
1994-10-21 19:42:50 +00:00
Richard M. Stallman
6f6bfb8573 (describe-function): Mention the file it was loaded from. 1994-10-21 19:37:36 +00:00
Richard M. Stallman
cba9a9dcb1 (command-apropos): Pass t for no-header to apropos. 1994-09-27 21:43:37 +00:00
Richard M. Stallman
34b0ef48cb (print-help-return-message): Handle cons cells
in special-display-regexps and special-display-buffer-names.
1994-09-22 05:07:30 +00:00
Richard M. Stallman
7e76ae2395 (describe-variable): Report whether var is local in this buf. 1994-09-17 07:30:42 +00:00
Richard M. Stallman
298a7c8c1c (view-lossage): Handle buffers and frames in recent-keys. 1994-08-10 04:08:26 +00:00
Richard M. Stallman
d536293f4b (print-help-return-message): If help buffer is a
special display buffer, say nothing about how to switch back.
1994-07-16 17:58:12 +00:00
Richard M. Stallman
3e9c095dd4 (finder-by-keyword): Add doc string and t for interactive. 1994-06-20 20:34:22 +00:00
Karl Heuer
d733c5ec03 Update copyright. 1994-05-03 22:46:37 +00:00