aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/apropos.el
Commit message (Collapse)AuthorAgeFilesLines
* (apropos-print): Add help-echo to active text.Dave Love2000-11-271-1/+2
|
* (apropos-mode): Use define-derived-mode.Stefan Monnier2000-10-041-8/+2
|
* Doc fixes.Dave Love2000-06-201-14/+14
|
* *** empty log message ***Gerd Moellmann2000-06-071-1/+4
|
* (apropos-print): Use display-mouse-p instead ofEli Zaretskii2000-05-251-1/+1
| | | | window-system.
* (apropos-print): use `describe-face' instead ofDave Love2000-05-091-2/+3
| | | | `customize-face-other-window'.
* (apropos-mode): Add autoload cookie.Gerd Moellmann1999-12-061-0/+1
|
* (apropos-symbol-face): Non-nil even for ttys.Richard M. Stallman1999-09-171-24/+25
| | | | | | | | (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.
* Don't capitalize custom group name.Dave Love1999-08-161-1/+1
|
* Update address.Karl Heuer1998-12-141-1/+1
|
* (apropos-print): control invalid characters.Karl Heuer1998-10-061-1/+3
|
* (apropos-print): Delete arg DOC-FN.Karl Heuer1998-06-201-73/+72
| | | | | Callers changed to do that work before calling apropos-print. Make *Apropos* buffer read only.
* (apropos-print): The cross ref for a variableRichard M. Stallman1998-06-091-5/+6
| | | | should always do just describe-variable.
* (apropos-variable): Fixed argument to apropos-command.Karl Heuer1998-06-011-3/+3
| | | | | (apropos-command): Let `var-predicate' have higher priority than `do-all'.
* (apropos-command): If DO-ALL is set, search functions, not variables.Richard M. Stallman1998-05-241-13/+9
|
* (apropos-command): Change 3rd arg to VAR-PREDICATERichard M. Stallman1998-05-241-12/+30
| | | | | | 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.
* (apropos): Handle aliases for undefined functions.Richard M. Stallman1998-05-221-1/+4
|
* (apropos-mode-map): Bind q to quit-window.Richard M. Stallman1998-05-021-2/+3
|
* (apropos-print): Pass t instead of DO-KEYSRichard M. Stallman1997-12-221-6/+6
| | | | when calling apropos-print-doc.
* (apropos, apropos-command): Ignore symbols that have apropos-inhibit property.Richard M. Stallman1997-12-211-0/+10
|
* (apropos-variable): New command.Richard M. Stallman1997-11-241-12/+19
| | | | (apropos-command): New arg JUST-VARS.
* (apropos-command): Doc fix.Karl Heuer1997-11-031-2/+2
|
* Customized.Richard M. Stallman1997-07-241-13/+31
|
* (apropos-print): Use customize-group-other-window, not customize-other-window.Richard M. Stallman1997-07-151-1/+1
|
* Add provide call.Richard M. Stallman1997-06-221-0/+2
|
* (apropos): Add support for customization groups.Richard M. Stallman1997-04-251-0/+7
| | | | (apropos-print): Ditto.
* (apropos): Add support for faces, widgets, and user options.Richard M. Stallman1997-04-121-3/+21
| | | | (apropos-print): Ditto.
* (apropos): Print all property symbols.Karl Heuer1997-03-171-15/+15
|
* (apropos-print): Don't say `Type ' before M-x cmd.Richard M. Stallman1996-09-041-1/+0
|
* (apropos-mode-map): Don't use view-mode;Richard M. Stallman1996-08-261-1/+2
| | | | instead, bind SPC and DEL directly.
* (apropos-mode): Turn on View mode.Richard M. Stallman1996-08-221-0/+1
|
* (apropos-print): If command has no key bindings, say how to run it with M-x.Richard M. Stallman1996-05-041-1/+8
|
* (apropos-print): Fix previous change.Erik Naggum1996-01-281-1/+1
|
* (apropos-print): Omit key sequences that contain a frame.Richard M. Stallman1996-01-271-13/+30
|
* Update FSF's address.Erik Naggum1996-01-141-2/+3
|
* (apropos-print): Fix previous change to mouse message.Erik Naggum1996-01-121-2/+2
|
* (apropos-print): Fix message about mouse command.Karl Heuer1996-01-091-1/+2
|
* (apropos-files-scanned): Doc fix.Karl Heuer1996-01-041-1/+1
|
* (apropos-match-face): Use `secondary-selection' ratherKarl Heuer1995-12-191-113/+127
| | | | | | | | | | | | | than `highlight' to distinguish it from mouse-face highlighting of hyperlinks. (apropos-mode-map): Rename from `apropos-local-map'. (apropos-mode): Set it rather than have a local-map that made RET locally unusable when copied to other buffer. (apropos-print): Use it. When there is only one property, show what it is. Remove superfluous `save-excursion', thus making help commands' return-message be correct. (apropos-print, apropos-describe-plist): `print-help-return-message' like help commands.
* (apropos-follow): Rewrite to use whole line as target of reference.Richard M. Stallman1995-11-271-22/+25
| | | | | (apropos-mouse-follow): Do save-excursion. Error if not adjacent to a mouse-face property.
* (apropos-print): Put the item propertyRichard M. Stallman1995-11-211-13/+7
| | | | | | on the whole printed symbol. (apropos-follow): Look for the item property only adjacent to point. Signal an error if there is none.
* (apropos-print): Use apropos-local-map as buffer's map,Richard M. Stallman1995-11-211-2/+2
| | | | not as a text property.
* (apropos-print): Use buffer *Apropos*, not *Help*.Richard M. Stallman1995-11-101-6/+3
| | | | | | (apropos-follow): Don't print a "how to get back" message. (apropos-follow): Fix error message.
* Add latest changes of old library and some more.Karl Heuer1995-07-221-178/+311
| | | | | | | | | | | | | | | | | | (apropos): Only show unbound symbols when do-all (apropos-documentation-check-elc-file): new copied function. (apropos-command): also use `apropos-do-all' when called as function. (apropos-print-doc): renamed from `apropos-print-documentation', i is numeric index, replaces parameter tem. (apropos-macrop): new function. (apropos-print): use it to differentiate macros. (apropos-symbol-face, apropos-keybinding-face, apropos-label-face) (apropos-property-face, apropos-match-face): new variables replace and extend the effect of `apropos-use-faces'. (apropos-safe-documentation): renames `safe-documentation', also returns a cons. (apropos-regexp, apropos-files-scanned, apropos-accumulator) (apropos-item): new variables to prevent compiler warnings. (apropos-value-internal, apropos-documentation-internal): new fns.
* Restructured, largely rewritten and extended.Karl Heuer1995-07-071-393/+368
| | | | | | | | | (apropos-use-faces, apropos-local-map): New variables. (apropos-command): New name for `command-apropos' no longer in help.el. (apropos-value): New command. (apropos-documentation): New name for `super-apropos' (apropos-follow, apropos-mouse-follow): New commands for hypertext. (apropos-describe-plist): New function.
* (apropos): Use apropos-worthy-symbol-p as default predicate.Richard M. Stallman1995-04-031-1/+10
| | | | (apropos-worthy-symbol-p): New function.
* (super-apropos-check-elc-file): New function.Richard M. Stallman1994-12-291-59/+122
| | | | | | | | | | | | specifies which file to search. (apropos-files-scanned): New variable. (super-apropos): Bind apropos-files-scanned. Update apropos-accumulate from apropos-print-matches. Call super-apropos-accumulate before checking for no matches. (super-apropos-check-doc-file): Don't visit the file, just insert it. (super-apropos-accumulate): When doc string is in a file, scan that file. (apropos-print-matches): Return the sorted list. (safe-documentation): Handle compiled files.
* (super-apropos, super-apropos-check-doc-file)Richard M. Stallman1994-12-291-23/+32
| | | | | | | | | (super-apropos-accumulate): Vars item, fn-doc and var-doc renamed to apropos-item, apropos-fn-doc and apropos-var-doc. (apropos-item, apropos-var-doc, apropos-fn-doc) (apropos-accumulate, apropos-regexp): New defvars. (super-apropos): Bind apropos-regexp to regexp. (super-apropos-accumulate): Use apropos-regexp.
* (apropos-match-keys): Handle menu bindings with cached equivalent keys.Richard M. Stallman1994-12-151-5/+17
| | | | | (apropos-match-keys): Handle minor mode maps and overriding-local-map.
* (apropos-print-matches): Set help-mode in *Help* buffer.Karl Heuer1994-11-091-1/+2
|