| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
| |
(describe-no-warranty): Place point in a slightly better position in
the GPLv3 text.
|
| |
|
|
|
|
|
|
| |
* isearch.el (isearch-help-for-help-internal): Purecopy the second arg.
* help-macro.el (make-help-screen): Avoid using an ambiguous function
definition where the docstring could be taken for the return value.
|
|
|
|
| |
* help.el (help-for-help-internal): Add purecopy calls for text.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* kmacro.el (kmacro-edit-lossage): Ditto.
* edmacro.el (edit-kbd-macro): Ditto.
|
| |
|
|
|
|
|
| |
* help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
even when calling find-tag-default.
|
| |
|
|
|
|
|
| |
describe-project that are now unnecessary after the merge from
emacs--rel--22 that added define-obsolete-function-alias.
|
|\
| |
| |
| | |
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1095
|
| |
| |
| |
| |
| | |
(describe-gnu-project): Rename from describe-project. Change users.
Define obsolete function aliases for the old names.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
(describe-gnu-project): Rename from describe-project. Users changed.
(view-help-file): New helper function.
(describe-distribution, describe-copying, describe-gnu-project)
(view-todo, view-order-manuals, view-emacs-problems): Use it.
(view-emacs-debugging, view-external-packages): New commands.
(help-map): Move describe-distribution to C-h C-o (ordering).
Move view-emacs-problems to C-h C-p (problems).
Bind view-emacs-debugging to C-h C-d (debugging).
Bind view-external-packages to C-h C-e (extras).
(help-for-help-internal): Cleanup and align descriptions.
Remove command names to reduce clutter.
|
| |
| |
| |
| |
| |
| | |
* help.el (describe-key): Joined some split lines to facilitate
filling.
* help-fns.el (describe-function-1): Fill text of overlong lines.
|
| | |
|
|\ \
| |/
| |
| | |
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
(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.
|
| | |
|
|/
|
|
| |
(help-for-help-internal): Add C-a description to C-h help text.
|
|
|
|
| |
instead of comparing frame-width and window-width.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
lookup-minor-mode-from-indicator): "?\ " -> "?\s".
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
extra up event if a down-event is generated by a popup menu.
|
|
|
|
|
| |
of descriptions by using format and %S. Fix "is undefined"
messages to say "at that spot" for mouse events.
|
| |
|
|
|
|
| |
all necessary information about the event before erasing *Help*.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
(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.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
switch-to-buffer-other-window to restore the previous window without
selecting it.
|
| |
|