summaryrefslogtreecommitdiff
path: root/lisp/help-mode.el
Commit message (Collapse)AuthorAgeFilesLines
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* (help-make-xrefs): Undo the last revert, and replace it with a real fix.Stefan Monnier2009-11-151-163/+163
|
* * help-mode.el (help-make-xrefs): Revert 2009-11-13 change.Chong Yidong2009-11-141-1/+2
|
* * x-dnd.el (x-dnd-maybe-call-test-function):Stefan Monnier2009-11-131-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * window.el (split-window-vertically): * whitespace.el (whitespace-help-on): * vc-rcs.el (vc-rcs-consult-headers): * userlock.el (ask-user-about-lock-help) (ask-user-about-supersession-help): * type-break.el (type-break-force-mode-line-update): * time-stamp.el (time-stamp-conv-warn): * terminal.el (te-set-output-log, te-more-break, te-filter) (te-sentinel,terminal-emulator): * term.el (make-term, term-exec, term-sentinel, term-read-input-ring) (term-write-input-ring, term-check-source, term-start-output-log): (term-display-buffer-line, term-dynamic-list-completions): (term-ansi-make-term, serial-term): * subr.el (selective-display): * strokes.el (strokes-xpm-to-compressed-string, strokes-decode-buffer) (strokes-encode-buffer, strokes-xpm-for-compressed-string): * speedbar.el (speedbar-buffers-tail-notes, speedbar-buffers-item-info) (speedbar-reconfigure-keymaps, speedbar-add-localized-speedbar-support) (speedbar-remove-localized-speedbar-support) (speedbar-set-mode-line-format, speedbar-create-tag-hierarchy) (speedbar-update-special-contents, speedbar-buffer-buttons-engine) (speedbar-buffers-line-directory): * simple.el (shell-command-on-region, append-to-buffer) (prepend-to-buffer): * shadowfile.el (shadow-save-todo-file): * scroll-bar.el (scroll-bar-set-window-start, scroll-bar-drag-1) (scroll-bar-maybe-set-window-start): * sb-image.el (speedbar-image-dump): * saveplace.el (save-place-alist-to-file, save-places-to-alist) (load-save-place-alist-from-file): * ps-samp.el (ps-print-message-from-summary): * ps-print.el (ps-flush-output, ps-insert-file, ps-get-boundingbox) (ps-background-image, ps-begin-job, ps-do-despool): * ps-bdf.el (bdf-find-file, bdf-read-font-info): * printing.el (pr-interface, pr-ps-file-print, pr-find-buffer-visiting) (pr-ps-message-from-summary, pr-lpr-message-from-summary): (pr-call-process, pr-file-list, pr-interface-save): * novice.el (disabled-command-function) (enable-command, disable-command): * mouse.el (mouse-buffer-menu-alist): * mouse-copy.el (mouse-kill-preserving-secondary): * macros.el (kbd-macro-query): * ledit.el (ledit-go-to-lisp, ledit-go-to-liszt): * informat.el (batch-info-validate): * ido.el (ido-copy-current-word, ido-initiate-auto-merge): * hippie-exp.el (try-expand-dabbrev-visible): * help-mode.el (help-make-xrefs): * help-fns.el (describe-variable): * generic-x.el (bat-generic-mode-run-as-comint): * finder.el (finder-mouse-select): * find-dired.el (find-dired-sentinel): * filesets.el (filesets-file-close): * files.el (list-directory): * faces.el (list-faces-display, describe-face): * facemenu.el (list-colors-display): * ezimage.el (ezimage-image-association-dump, ezimage-image-dump): * epg.el (epg--process-filter, epg-cancel): * epa.el (epa--marked-keys, epa--select-keys, epa-display-info) (epa--read-signature-type): * emerge.el (emerge-copy-as-kill-A, emerge-copy-as-kill-B) (emerge-file-names): * ehelp.el (electric-helpify): * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): * ediff-vers.el (rcs-ediff-view-revision): * ediff-util.el (ediff-setup): * ediff-mult.el (ediff-append-custom-diff): * ediff-diff.el (ediff-exec-process, ediff-process-sentinel) (ediff-wordify): * echistory.el (Electric-command-history-redo-expression): * dos-w32.el (find-file-not-found-set-buffer-file-coding-system): * disp-table.el (describe-display-table): * dired.el (dired-find-buffer-nocreate): * dired-aux.el (dired-rename-subdir, dired-dwim-target-directory): * dabbrev.el (dabbrev--same-major-mode-p): * chistory.el (list-command-history): * apropos.el (apropos-documentation): * allout.el (allout-obtain-passphrase): (allout-copy-exposed-to-buffer): (allout-verify-passphrase): Use with-current-buffer.
* (help-function-cmacro): New button.Glenn Morris2009-09-111-0/+16
|
* Fix last change.Chong Yidong2009-03-301-4/+5
|
* (help-buffer): Add docstring.Chong Yidong2009-03-301-0/+4
|
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* (help-xref-forward-stack): Doc fix.Glenn Morris2008-09-061-1/+1
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* (describe-variable): Add phrases about initialization file with andRobert J. Chassell2008-02-251-0/+6
| | | | without customization; use new button type help-info-variable.
* Require easymenu when compiling.Juanma Barranquero2008-02-201-0/+1
|
* (help-mode-menu): New menu.Dan Nicolaescu2008-02-201-0/+14
|
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
| * (help-make-xrefs): Fix previous change.Glenn Morris2007-08-091-1/+3
| |
| * (help-make-xrefs): Search for symbol constituents, rather than just `-'.Glenn Morris2007-08-081-4/+4
| |
* | (help-mode): Set view-exit-action to bury theMartin Rudalics2007-11-101-18/+35
| | | | | | | | | | | | | | buffer instead of fiddling with windows. Simplify code. (help-mode-finish): When help-window eqs t set it to the selected window and have with-help-window set up view-return-to-alist. (help-buffer): Add autoload cookie.
* | (help-make-xrefs): Fix previous change.Glenn Morris2007-08-091-2/+4
| |
* | (help-make-xrefs): Search for symbol constituents, rather than just `-'.Glenn Morris2007-08-081-4/+4
| |
* | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 70-73) - Update from CVS 2007-07-25 Glenn Morris <rgm@gnu.org> * Relicense all FSF files to GPLv3 or later. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| |
| * (help-make-xrefs): Skip spaces too when skipping tabs.Martin Rudalics2007-07-021-1/+1
| |
* | (help-make-xrefs): Skip spaces too when skipping tabs.Martin Rudalics2007-07-021-1/+1
| |
* | (help-make-xrefs): Adjust position of new forwardMartin Rudalics2007-06-201-4/+7
| | | | | | | | button.
* | (help-xref-forward-stack)Nick Roberts2007-06-081-1/+59
|/ | | | | | | | | (help-xref-stack-forward-item, help-forward-label): New variables. (help-forward): New button type. (help-setup-xref): Initialise help-xref-forward-stack. (help-make-xrefs): Add forward button, if appropriate. (help-xref-go-back): Push item on forward stack. (help-xref-go-forward, help-go-forward): New functions.
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (help-function-def, help-variable-def)Nick Roberts2006-07-211-6/+9
| | | | (help-face-def): Print a message in the minibuffer.
* (help-variable-def): Handle find-variable-noselect returning no position.Richard M. Stallman2006-07-121-3/+6
| | | | | (help-function-def): Likewise for find-function-search-for-symbol. (help-face-def): Likewise.
* Add space for clarity.Kim F. Storm2006-07-111-1/+1
|
* (help-xref-symbol-regexp): Add property as a keyword for ignoring links.Nick Roberts2006-06-281-3/+3
|
* (help-mode): view-exit-action calls delete-windowRichard M. Stallman2006-05-011-1/+4
| | | | only when it is safe and possible.
* (help-mode): Set view-exit-action to delete window.Richard M. Stallman2006-04-181-0/+1
|
* (help-follow-symbol): New function. Essentially identical to the oldLuc Teirlinck2006-03-201-29/+32
| | | | | | | | | `help-follow', but do not let `push-button' do the work when on an xref. (help-mode-map): Bind `help-follow-symbol' to "C-c C-c". (help-xref-symbol-regexp): Make no xref for symbol preceded by the word `program'. (From Richard M. Stallman.) (help-follow-mouse, help-follow): Throw error if not on xref. Delete no longer used args. (From Richard M. Stallman.)
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (help-insert-string): New function. Save bufferNick Roberts2005-12-271-0/+9
| | | | | contents in cases where it is impossible to recompute the old contents.
* (help-customize-variable, help-customize-face):Nick Roberts2005-12-201-4/+0
| | | | | Don't pop help-xref-stack as help-follow no longer pushes anything on to it.
* (help-make-xrefs, help-xref-on-pp, help-xref-interned, help-follow):Luc Teirlinck2005-11-141-6/+16
| | | | | Make hyperlinks for variables that are unbound, but have a non-nil variable-documentation property.
* (help-url): New button type. Calls browse-url.Bill Wohler2005-10-281-1/+15
| | | | | | | (help-xref-url-regexp): New regexp to recognize URLs in docstring. Similar to Info nodes: URL `url'. (help-make-xrefs): Create help-url buttons for help-xref-url-regexp matches.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-2/+2
|
* (help-xref-interned): Undo last mistaken change.Stefan Monnier2005-07-141-1/+1
|
* (help-xref-interned): Properly setup xref info.Stefan Monnier2005-07-141-2/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (help-make-xrefs): If a symbol representing a face name is not followed by theJuanma Barranquero2005-06-221-3/+4
| | | | | word "face", it could still be a function or variable name, so don't bypass other checks.
* (help-mode): Use run-mode-hooks.Lute Kamstra2005-05-261-1/+1
|
* (help-face-def): New button type.Richard M. Stallman2005-05-161-0/+12
|
* (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
|