GNU bug report logs -
#27228
eldoc not activated after newline
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 6 Jun 2017 01:24:30 +0300
with message-id <b3acbfc0-8037-8c04-c08e-d3444115c2ae <at> yandex.ru>
and subject line Re: bug#27228: eldoc not activated after newline
has caused the debbugs.gnu.org bug report #27228,
regarding eldoc not activated after newline
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
27228: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27228
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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
[Message part 3 (message/rfc822, inline)]
On 6/4/17 1:14 PM, Charles A. Roelli wrote:
> 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):
Added (a smaller change). Thanks for the report!
This bug report was last modified 8 years and 65 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.