summaryrefslogtreecommitdiff
path: root/lisp/apropos.el
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* (apropos-print-matches): Add newline afterRichard M. Stallman1994-10-011-13/+22
| | | | | | Function: or Variable: if line doesn't fit with it. New arg no-header inhibits them entirely. (apropos): New arg no-header. Pass it to apropos-print-matches.
* Update copyright.Karl Heuer1994-05-031-1/+1
|
* (super-apropos-check-doc-file): Force Fundamental mode.Richard M. Stallman1994-04-131-3/+4
|
* (apropos-match-keys): Skip duplicate keybindings.Karl Heuer1994-03-251-0/+6
|
* Comment change.Richard M. Stallman1994-03-141-10/+0
|
* (apropos, super-apropos): Doc fix.Karl Heuer1994-03-081-2/+4
|
* (super-apropos-check-doc-file): Use doc-directory instead of data-directory.Karl Heuer1994-03-081-1/+1
|
* (super-apropos-check-doc-file): Don't attempt to retrieve functionKarl Heuer1994-02-121-1/+1
| | | | documentation from a symbol with no function binding.
* (super-apropos-check-doc-file): Verify that the docRichard M. Stallman1993-12-291-4/+7
| | | | string can actually be found from the symbol.
* (apropos-match-keys): If REGEXP is nil, always act as if it matched.Richard M. Stallman1993-12-231-2/+6
|
* (safe-documentation): Don't crash on byte-compiled macro.Richard M. Stallman1993-06-081-2/+2
|
* (apropos-print-matches): Bind tem.Richard M. Stallman1993-05-221-1/+1
|
* (apropos-match-keys): Handle modern keymap structure.Richard M. Stallman1993-05-211-35/+56
|
* Add or correct keywordsEric S. Raymond1993-03-181-1/+1
|
* (super-apropos-check-doc-file): Look for DOC file in proper directory.Richard M. Stallman1993-02-201-3/+4
|
* (apropos-match-keys): Handle non-chars as keys.Richard M. Stallman1993-01-041-1/+3
|
* entered into RCSEric S. Raymond1992-07-221-3/+2
|
* *** empty log message ***Eric S. Raymond1992-07-171-0/+1
|
* *** empty log message ***Eric S. Raymond1992-07-161-5/+7
|
* *** empty log message ***Eric S. Raymond1992-05-301-1/+3
|
* *** empty log message ***Jim Blandy1991-12-051-1/+1
|
* Initial revisionRichard M. Stallman1991-07-311-0/+323