aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/help.el
Commit message (Collapse)AuthorAgeFilesLines
* (help-window, help-window-point-marker): New variables.Martin Rudalics2007-11-101-10/+273
| | | | | | | | | | | | | (help-window-select): New option. (with-help-window): New macro for displaying help windows. (help-window-display-message, help-window-setup-finish) (help-window-setup): New functions used for setting up help windows. (print-help-return-message): Reset help-window to nil. (view-lossage): Use with-help-window instead of with-output-to-temp-buffer and move help-window-point-marker after inserted text. (describe-bindings, describe-key, describe-mode): Use with-help-window instead of with-output-to-temp-buffer.
* (view-emacs-news): Use `mapc' rather than `mapcar'.Juanma Barranquero2007-09-251-1/+1
|
* (help-map): Bind C-h C-a to about-emacs.Juri Linkov2007-09-221-0/+2
| | | | (help-for-help-internal): Add C-a description to C-h help text.
* (resize-temp-buffer-window): Use window-full-width-pMartin Rudalics2007-08-061-2/+2
| | | | instead of comparing frame-width and window-width.
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Fix typo in comment.Chong Yidong2007-03-211-1/+1
|
* (where-is): Fail gracefully when not passed a command.Juanma Barranquero2007-02-281-0/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (describe-minor-mode-completion-table-for-indicator,Juanma Barranquero2006-11-271-3/+3
| | | | lookup-minor-mode-from-indicator): "?\ " -> "?\s".
* (view-emacs-news): Fix typo in error message.Juanma Barranquero2006-11-061-1/+1
|
* * help.el (describe-mode): For clicks on mode-line, use "@"David Kastrup2006-10-031-1/+1
| | | | | | | | | interactive argument to get the major mode of the click instead of the current buffer. * isearch.el (isearch-mouse-2): Use new semantics of `key-binding' in order to better redirect mouse-2 clicks. Also allow default bindings to apply.
* (describe-key, describe-key-briefly): Test last event for being a down-event.Richard M. Stallman2006-09-241-12/+10
|
* * help.el (describe-key-briefly, describe-key): Don't expect anChong Yidong2006-09-231-2/+12
| | | | extra up event if a down-event is generated by a popup menu.
* (describe-key-briefly, describe-key): Simplify printingKim F. Storm2006-09-191-105/+93
| | | | | of descriptions by using format and %S. Fix "is undefined" messages to say "at that spot" for mouse events.
* (describe-prefix-bindings): Use let, not let*.Eli Zaretskii2006-09-161-1/+1
|
* (describe-key): Handle C-h k in *Help* buffer; collectKim F. Storm2006-09-151-36/+44
| | | | all necessary information about the event before erasing *Help*.
* * mouse-sel.el (mouse-sel-follow-link-p): Use event positionDavid Kastrup2006-09-151-133/+132
| | | | | | | | | | | | | | | | | instead of buffer position for `mouse-on-link-p'. * mouse.el (mouse-posn-property): New function looking up the properties at a click position in overlays and text properties in either buffer or strings. (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup of both `follow-link' as well as `mouse-face' properties. (mouse-drag-track): Check `mouse-on-link-p' on event position, not buffer position. * help.el (describe-key-briefly): When reading a down-event on mode lines or scroll bar, swallow the following up event, too. Use the new mouse sensitity of `key-binding' for lookup. (describe-key): The same here.
* * help.el (string-key-binding, describe-key-briefly)David Kastrup2006-09-111-29/+4
| | | | | | | | | (describe-key): Remove `string-key-binding' and its callers since `key-binding' already caters for the proper lookup now. (string-key-binding, describe-key-briefly) (describe-key): Remove `string-key-binding' and its callers since `key-binding' already caters for the proper lookup now.
* Whitespace change.Richard M. Stallman2006-08-081-1/+1
|
* (describe-mode): Make minor mode list more concise.Richard M. Stallman2006-08-061-9/+12
|
* (view-emacs-news): Declare `res' in the right let* form.Kim F. Storm2006-06-251-3/+3
|
* (help-for-help-internal): Clean up help text.Richard M. Stallman2006-06-101-23/+20
|
* (view-emacs-news): Rewrite to support new NEWS,Kim F. Storm2006-06-041-54/+67
| | | | | | NEWS.major, and NEWS.1-17 file naming. Add more intelligense, e.g. version 10 matches 1.10, and don't be confused by version 1.1 begin a prefix of 1.12 (etc). A numeric prefix arg also works.
* (temp-buffer-max-height): Doc fix.Richard M. Stallman2006-05-301-4/+4
|
* (print-help-return-message): Suggest to use display-buffer instead ofEli Zaretskii2006-03-251-1/+1
| | | | | switch-to-buffer-other-window to restore the previous window without selecting it.
* (view-lossage): Remove trailing whitespace before inserting "\n".Juanma Barranquero2006-03-081-2/+3
|
* * help.el (describe-key-briefly): If KEY is a down event, read andChong Yidong2006-03-071-0/+6
| | | | discard the up event.
* (describe-key): Remove leftover test code.Juanma Barranquero2006-03-071-2/+0
|
* * help.el (describe-key): Handle string and vector `follow-link' values.Chong Yidong2006-03-061-7/+15
|
* * help.el (describe-key): Properly handle the return value ofChong Yidong2006-03-061-24/+19
| | | | | read-key-sequence when grabbing an up-event. Cleanup mouse-1 remaps.
* (help): Revert last part of 2006-02-23 change (deletion of the `provide' call).Juanma Barranquero2006-02-231-0/+3
|
* (describe-mode): Pass `mode-name' to format-mode-line.Stefan Monnier2006-02-231-7/+4
|
* (describe-key-briefly): Compute interactive argsRichard M. Stallman2006-02-211-6/+2
| | | | in same was as before previous change.
* (where-is): Fix displaying of remappings.Juanma Barranquero2006-02-141-1/+1
|
* (describe-key-briefly, describe-key):Richard M. Stallman2006-02-131-54/+58
| | | | | | Do all arg-reading inside `interactive' spec. (describe-key-briefly-internal, describe-key-internal): Functions merged back into their callers.
* (describe-key-briefly, describe-key): Populate yank-menu if empty.Eli Zaretskii2006-02-111-6/+28
|
* (describe-key-briefly): Now a wrapper for describe-key-briefly-internal.Eli Zaretskii2006-02-111-4/+40
| | | | | | | | Bind enable-disabled-menus-and-buttons to t. (describe-key-briefly-internal): Renamed from describe-key-briefly. (describe-key): Now a wrapper for describe-key-internal. Bind enable-disabled-menus-and-buttons to t. (describe-key-internal): Renamed from describe-key.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (help-for-help-internal): Simplify entry for `a'.Richard M. Stallman2005-12-121-2/+1
|
* (help-for-help-internal): Add `r' in doc string.Romain Francoise2005-12-101-1/+2
|
* (print-help-return-message): If pop-up-frames is non-nil, don't displayEli Zaretskii2005-12-031-1/+2
| | | | message about scrolling the help window.
* (print-help-return-message): If pop-up-frames is non-nil, set upEli Zaretskii2005-12-031-3/+8
| | | | | help-return-method to delete the help window and, possibly, its frame as well. Doc fix. (help-return-method): Doc fix.
* (help-map): Move initialization into declaration.Stefan Monnier2005-11-301-65/+51
|
* * help.el (describe-key-briefly, describe-key): Recognize defaultChong Yidong2005-11-291-2/+2
| | | | bindings.
* Typo.Chong Yidong2005-11-291-1/+1
|
* (help-for-help-internal): Improve doc of C-h a.Richard M. Stallman2005-11-141-9/+11
|
* (help-for-help-internal): Fix `a' entry. Add `d' entry.Kim F. Storm2005-11-131-3/+6
|
* (help-map): Bind C-h d to apropos-documentation.Kim F. Storm2005-11-121-0/+2
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-2/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|