Andreas Schwab
2d37b91ee0
(apropos-group): Use customize-group-other-window.
2002-10-20 21:03:54 +00:00
John Paul Wallington
82e736c18b
* startup.el (normal-splash-screen): Ensure splash buffer is
...
killed. Use tabs in output. Fix test whether previous buffer was
*scratch* buffer.
* progmodes/simula.el (simula-abbrev-keyword-default)
(simula-abbrev-keyword, simula-abbrev-stdproc-default)
(simula-abbrev-stdproc): Doc fix - escape open parens in column 0.
* apropos.el (command-apropos): Use `defalias' instead of `fset'.
* mail/rmail.el (rmail-speedbar-match-folder-regexp): Doc fix.
2002-08-24 14:26:06 +00:00
Kim F. Storm
d2b3029267
(apropos-true-hit, apropos-false-hit-symbol)
...
(apropos-false-hit-str, apropos-true-hit-doc): New functions.
(apropos-command, apropos-value, apropos-documentation-internal)
(apropos-documentation-check-doc-file)
(apropos-documentation-check-elc-file): Use them to filter out
false matches where only one keyword matches, but more than once.
2002-05-23 20:21:30 +00:00
Kim F. Storm
d5857a966b
Only reduce string score for lengthy strings once.
2002-05-23 10:24:14 +00:00
Kim F. Storm
7dbffb1cf5
(apropos-show-scores, apropos-orig-regexp)
...
(apropos-all-regexp, apropos-synonyms, apropos-words)
(apropos-all-words): New variables.
(aprpos-words-to-regexp, apropos-rewrite-regexp)
(apropos-calc-scores, apropos-score-str, apropos-score-doc)
(apropos-score-symbol): New functions.
(apropos-command, apropos, apropos-value, apropos-documentation):
Allow keywords in addition to regexp. Added scoring.
(apropos-documentation-check-doc-file)
(apropos-documentation-check-elc-file): Added scoring.
(apropos-print): Sort according to score.
2002-05-23 10:20:12 +00:00
Eli Zaretskii
8d33699be8
(apropos-print): Fix the reference to mouse-2.
2002-05-04 14:51:46 +00:00
Pavel Janík
7cfedc97a2
Remove unnecessary whitespaces.
2002-01-05 19:02:27 +00:00
Richard M. Stallman
9cc84e31c9
(apropos-print): SPACING is now nil or a separator string.
...
(apropos-documentation, apropos-value): Pass a suitable string.
2001-12-22 01:36:48 +00:00
Pavel Janík
a11a4e9ff6
(apropos-next-label-button): Doc fix.
2001-11-16 18:30:25 +00:00
Miles Bader
851befd40e
(button): New require.
2001-10-09 12:09:25 +00:00
Miles Bader
3b8c60f18c
(apropos-next-label-button): Use the presence of a
...
`apropos-label' property to detect label buttons.
2001-10-08 16:37:44 +00:00
Miles Bader
894e460c17
(apropos-symbol): Add `skip' property.
...
(apropos-function, apropos-macro, apropos-command)
(apropos-variable, apropos-face, apropos-group, apropos-widget)
(apropos-plist): New button types.
(apropos-label-properties): Variable removed.
(apropos-print): Pass button-type to apropos-print-doc, rather
than help function and label text.
(apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
Get button label from TYPE.
2001-10-08 06:58:32 +00:00
Miles Bader
a101302b06
(apropos-next-label-button): Update arguments to `next-button'.
2001-10-08 06:13:07 +00:00
Miles Bader
e517f56d87
(apropos-symbol, apropos-label): New button types.
...
(apropos-symbol-button-display-help)
(apropos-label-button-display-help, apropos-next-label-button): New functions.
(apropos-mode-map): Make button-buffer-map our parent.
Don't bind mouse events.
(apropos-print, apropos-print-doc): Create buttons instead of text properties.
(apropos-mouse-follow): Function removed.
(apropos-follow): Use buttons.
2001-10-07 11:35:09 +00:00
Eli Zaretskii
53a7d078a1
(apropos-print): Fix last change.
2001-09-28 06:18:36 +00:00
Eli Zaretskii
d94d5b5a4b
(apropos-print): Make the directions inserted at the
...
beginning of the *Apropos* buffer more clear.
2001-09-28 06:11:25 +00:00
Pavel Janík
e8af40eed4
Some fixes to follow coding conventions.
2001-07-16 12:23:00 +00:00
Dave Love
0934097355
(apropos-print): Add help-echo to active text.
2000-11-27 17:41:06 +00:00
Stefan Monnier
38ab866cad
(apropos-mode): Use define-derived-mode.
2000-10-04 23:30:51 +00:00
Dave Love
7a5348dbc9
Doc fixes.
2000-06-20 09:58:07 +00:00
Gerd Moellmann
45f485a601
*** empty log message ***
2000-06-07 15:38:54 +00:00
Eli Zaretskii
a2ee79192a
(apropos-print): Use display-mouse-p instead of
...
window-system.
2000-05-25 16:51:21 +00:00
Dave Love
5bd51a90c2
(apropos-print): use `describe-face' instead of
...
`customize-face-other-window'.
2000-05-09 18:22:24 +00:00
Gerd Moellmann
bd041acef2
(apropos-mode): Add autoload cookie.
1999-12-06 13:12:38 +00:00
Richard M. Stallman
07eeca5d43
(apropos-symbol-face): Non-nil even for ttys.
...
(apropos-keybinding-face, apropos-label-face): Likewise.
(apropos-property-face, apropos-match-face): Likewise.
(apropos-label-properties): New variable.
(apropos-print-doc): Use apropos-label-properties.
(apropos-print): Set apropos-label-properties.
1999-09-17 19:43:09 +00:00
Dave Love
c906e3ab87
Don't capitalize custom group name.
1999-08-16 23:04:07 +00:00
Karl Heuer
ae212837e6
Update address.
1998-12-14 03:14:15 +00:00
Karl Heuer
c3d0fe180e
(apropos-print): control invalid characters.
1998-10-06 23:30:31 +00:00
Karl Heuer
a9155e8732
(apropos-print): Delete arg DOC-FN.
...
Callers changed to do that work before calling apropos-print.
Make *Apropos* buffer read only.
1998-06-20 22:27:06 +00:00
Richard M. Stallman
045c4971c7
(apropos-print): The cross ref for a variable
...
should always do just describe-variable.
1998-06-09 03:47:42 +00:00
Karl Heuer
cd00fd3695
(apropos-variable): Fixed argument to apropos-command.
...
(apropos-command): Let `var-predicate' have higher priority than
`do-all'.
1998-06-01 21:46:44 +00:00
Richard M. Stallman
9a909b3c42
(apropos-command): If DO-ALL is set, search functions, not variables.
1998-05-24 23:19:37 +00:00
Richard M. Stallman
05942d060e
(apropos-command): Change 3rd arg to VAR-PREDICATE
...
and use it as a predicate for which variables to match.
(apropos-variable): Use that feature to match all documented vars,
if have prefix arg.
1998-05-24 23:11:14 +00:00
Richard M. Stallman
af57e0fa0d
(apropos): Handle aliases for undefined functions.
1998-05-22 06:29:05 +00:00
Richard M. Stallman
5b23b5e40b
(apropos-mode-map): Bind q to quit-window.
1998-05-02 05:05:55 +00:00
Richard M. Stallman
8d7f1de352
(apropos-print): Pass t instead of DO-KEYS
...
when calling apropos-print-doc.
1997-12-22 07:39:09 +00:00
Richard M. Stallman
dea22c4524
(apropos, apropos-command): Ignore symbols that have apropos-inhibit property.
1997-12-21 01:46:14 +00:00
Richard M. Stallman
f38fd6108d
(apropos-variable): New command.
...
(apropos-command): New arg JUST-VARS.
1997-11-24 04:55:48 +00:00
Karl Heuer
3ccee34545
(apropos-command): Doc fix.
1997-11-03 02:54:19 +00:00
Richard M. Stallman
ddd2f740cd
Customized.
1997-07-24 07:43:07 +00:00
Richard M. Stallman
6cb0a57bb5
(apropos-print): Use customize-group-other-window, not customize-other-window.
1997-07-15 23:12:14 +00:00
Richard M. Stallman
896546cd9b
Add provide call.
1997-06-22 18:57:55 +00:00
Richard M. Stallman
2be7e3fa33
(apropos): Add support for customization groups.
...
(apropos-print): Ditto.
1997-04-25 18:10:43 +00:00
Richard M. Stallman
5edc67d374
(apropos): Add support for faces, widgets, and user options.
...
(apropos-print): Ditto.
1997-04-12 18:49:35 +00:00
Karl Heuer
d69e3b68e6
(apropos): Print all property symbols.
1997-03-17 09:54:01 +00:00
Richard M. Stallman
466955cd24
(apropos-print): Don't say `Type ' before M-x cmd.
1996-09-04 17:16:14 +00:00
Richard M. Stallman
685b1bef75
(apropos-mode-map): Don't use view-mode;
...
instead, bind SPC and DEL directly.
1996-08-26 21:27:24 +00:00
Richard M. Stallman
fed7afa101
(apropos-mode): Turn on View mode.
1996-08-22 19:57:35 +00:00
Richard M. Stallman
82fbaa5ef2
(apropos-print): If command has no key bindings, say how to run it with M-x.
1996-05-04 00:50:49 +00:00
Erik Naggum
01dbd8a0b9
(apropos-print): Fix previous change.
1996-01-28 07:10:18 +00:00