* bug#27228: eldoc not activated after newline
@ 2017-06-04 10:14 Charles A. Roelli
2017-06-05 22:24 ` Dmitry Gutov
0 siblings, 1 reply; 2+ messages in thread
From: Charles A. Roelli @ 2017-06-04 10:14 UTC (permalink / raw)
To: 27228
From emacs -q, type "(when x RET". Eldoc doesn't display
anything in the echo area. I've been using this change to
fix it (i.e., add "newline" to the list of commands after
which eldoc should display):
--- a/lisp/emacs-lisp/eldoc.el
+++ b/lisp/emacs-lisp/eldoc.el
@@ -415,13 +415,13 @@ eldoc-remove-command-completions
(eldoc-add-command-completions
"back-to-indentation"
"backward-" "beginning-of-" "delete-other-windows" "delete-window"
"down-list" "end-of-" "exchange-point-and-mark" "forward-" "goto-"
"handle-select-window" "indent-for-tab-command" "left-" "mark-page"
"mark-paragraph" "mouse-set-point" "move-" "move-beginning-of-"
- "move-end-of-" "next-" "other-window" "pop-global-mark" "previous-"
- "recenter" "right-" "scroll-" "self-insert-command" "split-window-"
- "up-list")
+ "move-end-of-" "next-" "newline" "other-window" "pop-global-mark"
+ "previous-" "recenter" "right-" "scroll-" "self-insert-command"
+ "split-window-" "up-list")
(provide 'eldoc)
;;; eldoc.el ends here
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-06-05 22:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-04 10:14 bug#27228: eldoc not activated after newline Charles A. Roelli
2017-06-05 22:24 ` Dmitry Gutov
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).