aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/help-mode.el
Commit message (Collapse)AuthorAgeFilesLines
* (help-mode-finish): Don't alter the elementRichard M. Stallman2005-03-061-2/+6
| | | | in view-return-to-alist if there already is one.
* (help-xref): Add follow-link property.Kim F. Storm2004-12-171-0/+1
|
* (help-go-back): Delete period from end of error message.John Paul Wallington2004-08-011-1/+1
|
* (help-go-back): Don't depend on position of back button.Stefan Monnier2004-05-191-5/+4
|
* (help-function-def, help-variable-def):Stefan Monnier2004-04-291-10/+7
| | | | | Use the new find-function-search-for-symbol functionality. Allow FILE to be `C-source'.
* (help-mode-finish): Set help-return-alist firstRichard M. Stallman2004-04-201-4/+7
| | | | thing, setting only the entry for the selected window.
* (help-make-xrefs): Add a final newline to the *Help* buffer.Juri Linkov2004-04-111-2/+4
|
* (help-function-def, help-variable-def): Handle hyperrefsStefan Monnier2004-04-071-4/+10
| | | | to C source files specially.
* (help-make-xrefs): Recognize aliased variable withJesper Harder2004-04-051-2/+8
| | | | inherited docstring.
* (help-xref-info-regexp): Make hyperlinks to Info documentation if theLuc Teirlinck2003-12-301-3/+3
| | | | | | anchor (or node) name is preceded by `info anchor' or `Info anchor' in addition to earlier `info node' and `Info node'. (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
* (help-make-xrefs): Make sure that if a symbol is followed by the wordLuc Teirlinck2003-10-201-4/+4
| | | | | `face', it gets treated as a face, even if it is also defined as a variable or a function.
* (help-make-xrefs): Slight correction to previous change.Luc Teirlinck2003-10-191-1/+1
|
* (help-xref-symbol-regexp): Treat newlines as whitespace.Luc Teirlinck2003-10-191-12/+20
| | | | | | | (help-make-xrefs): Only make cross-references for faces if preceded or followed by the word `face'. Do not make a cross-reference for variables without variable documentation, unless preceded by the word `variable'. Update doc string accordingly.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (help-make-xrefs): Remove extra paren.John Paul Wallington2003-04-241-2/+2
|
* (help-make-xrefs): Clean up the loop that scansRichard M. Stallman2003-04-241-13/+17
| | | | over a keymap inserted by \\{...}; it now stops at end of buffer.
* (help-xref-on-pp): Only add xref if the text is less than 5K.Stefan Monnier2003-02-101-25/+23
|
* (view): Always require.Stefan Monnier2002-07-161-18/+23
| | | | | | | | (help-xref-mule-regexp): Don't use defconst for variables. (help-setup-xref): Keep the last 10 elements of the stack. (help-xref-override-view-map): New var. (help-make-xrefs): Use it instead of building a new map each time. (help-function-def): Allow help-fun to take a buffer as arg.
* Update copyright date.Colin Walters2002-06-121-1/+1
|
* (help-mode): Don't set `font-lock-defaults'.Colin Walters2002-06-121-23/+5
|
* (help-xref-go-back): Restore POSITION in proper buffer and proper window.Richard M. Stallman2002-01-121-2/+4
|
* Fix indentation.Richard M. Stallman2002-01-071-3/+3
|
* (help-xref-on-pp): Catch and ignore errors in scanning the buffer.Richard M. Stallman2001-12-251-15/+17
|
* Remove empty lines at the end of file.Pavel Janík2001-12-251-2/+0
|
* (help-function, help-variable, help-face)Richard M. Stallman2001-11-251-7/+33
| | | | | (help-coding-system, help-input-method, help-character-set): Define each button type with its own explicit define-button-type.
* (help-mode): Undo 2001-10-07 change.Richard M. Stallman2001-11-201-3/+13
|
* (help-xref): New button type.Miles Bader2001-11-021-22/+25
| | | | | | | | (help-function, help-variable, help-face, help-coding-system) (help-input-method, help-character-set, help-type, help-symbol) (help-back, help-info, help-customize-variable, help-customize-face) (help-function-def, help-variable-def): Use it as a supertype. Remove `action' property.
* Remove debugging code. From Stefan Monnier <[email protected]>.Pavel Janík2001-10-221-2/+0
|
* (help-customize-face): New button-type.Miles Bader2001-10-121-0/+8
|
* (help-buffer): New function.Stefan Monnier2001-10-111-32/+80
| | | | | | | | | | | | | | Returns the buffer-name to use for help output. Change all the code to use it instead of hard-coding *Help*. (help-mode-map): Put back the mouse-2 binding. (help-xref-stack): Change the format and make buffer-local. (help-xref-stack-item): Make buffer-local. (help-setup-xref): Do the `push' here rather than in help-do-xref. (help-xref-interned): Display the face doc as well. (help-follow-mouse): Re-introduce. (help-xref-go-back): Adapt to the new use of help-xref-stack. (help-do-xref): Don't `push' any more. (help-follow): Also follow face names.
* New file, contents mostly from `help.el'.Miles Bader2001-10-091-0/+511