emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#27228: closed (eldoc not activated after newline)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#27228: closed (eldoc not activated after newline)
Date: Mon, 05 Jun 2017 22:25:02 +0000

Your message dated Tue, 6 Jun 2017 01:24:30 +0300
with message-id <address@hidden>
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
address@hidden)


-- 
27228: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27228
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: eldoc not activated after newline Date: Sun, 4 Jun 2017 12:14:12 +0200 User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
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




--- End Message ---
--- Begin Message --- Subject: Re: bug#27228: eldoc not activated after newline Date: Tue, 6 Jun 2017 01:24:30 +0300 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:54.0) Gecko/20100101 Thunderbird/54.0
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!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]