- 06 Oct, 1998 1 commit
-
-
Karl Heuer authored
-
- 20 Jun, 1998 1 commit
-
-
Karl Heuer authored
Callers changed to do that work before calling apropos-print. Make *Apropos* buffer read only.
-
- 09 Jun, 1998 1 commit
-
-
Richard M. Stallman authored
should always do just describe-variable.
-
- 01 Jun, 1998 1 commit
-
-
Karl Heuer authored
(apropos-command): Let `var-predicate' have higher priority than `do-all'.
-
- 24 May, 1998 2 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
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.
-
- 22 May, 1998 1 commit
-
-
Richard M. Stallman authored
-
- 02 May, 1998 1 commit
-
-
Richard M. Stallman authored
-
- 22 Dec, 1997 1 commit
-
-
Richard M. Stallman authored
when calling apropos-print-doc.
-
- 21 Dec, 1997 1 commit
-
-
Richard M. Stallman authored
-
- 24 Nov, 1997 1 commit
-
-
Richard M. Stallman authored
(apropos-command): New arg JUST-VARS.
-
- 03 Nov, 1997 1 commit
-
-
Karl Heuer authored
-
- 24 Jul, 1997 1 commit
-
-
Richard M. Stallman authored
-
- 15 Jul, 1997 1 commit
-
-
Richard M. Stallman authored
-
- 22 Jun, 1997 1 commit
-
-
Richard M. Stallman authored
-
- 25 Apr, 1997 1 commit
-
-
Richard M. Stallman authored
(apropos-print): Ditto.
-
- 12 Apr, 1997 1 commit
-
-
Richard M. Stallman authored
(apropos-print): Ditto.
-
- 17 Mar, 1997 1 commit
-
-
Karl Heuer authored
-
- 04 Sep, 1996 1 commit
-
-
Richard M. Stallman authored
-
- 26 Aug, 1996 1 commit
-
-
Richard M. Stallman authored
instead, bind SPC and DEL directly.
-
- 22 Aug, 1996 1 commit
-
-
Richard M. Stallman authored
-
- 04 May, 1996 1 commit
-
-
Richard M. Stallman authored
-
- 28 Jan, 1996 1 commit
-
-
Erik Naggum authored
-
- 27 Jan, 1996 1 commit
-
-
Richard M. Stallman authored
-
- 14 Jan, 1996 1 commit
-
-
Erik Naggum authored
-
- 12 Jan, 1996 1 commit
-
-
Erik Naggum authored
-
- 09 Jan, 1996 1 commit
-
-
Karl Heuer authored
-
- 04 Jan, 1996 1 commit
-
-
Karl Heuer authored
-
- 19 Dec, 1995 1 commit
-
-
Karl Heuer authored
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.
-
- 27 Nov, 1995 1 commit
-
-
Richard M. Stallman authored
(apropos-mouse-follow): Do save-excursion. Error if not adjacent to a mouse-face property.
-
- 21 Nov, 1995 2 commits
-
-
Richard M. Stallman authored
on the whole printed symbol. (apropos-follow): Look for the item property only adjacent to point. Signal an error if there is none.
-
Richard M. Stallman authored
not as a text property.
-
- 10 Nov, 1995 1 commit
-
-
Richard M. Stallman authored
(apropos-follow): Don't print a "how to get back" message. (apropos-follow): Fix error message.
-
- 22 Jul, 1995 1 commit
-
-
Karl Heuer authored
(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.
-
- 07 Jul, 1995 1 commit
-
-
Karl Heuer authored
(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.
-
- 03 Apr, 1995 1 commit
-
-
Richard M. Stallman authored
(apropos-worthy-symbol-p): New function.
-
- 29 Dec, 1994 2 commits
-
-
Richard M. Stallman authored
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.
-
Richard M. Stallman authored
(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.
-
- 15 Dec, 1994 1 commit
-
-
Richard M. Stallman authored
(apropos-match-keys): Handle minor mode maps and overriding-local-map.
-
- 09 Nov, 1994 1 commit
-
-
Karl Heuer authored
-