GNU bug report logs - #27228
eldoc not activated after newline

Previous Next

Package: emacs;

Reported by: "Charles A. Roelli" <charles <at> aurox.ch>

Date: Sun, 4 Jun 2017 10:15:02 UTC

Severity: minor

Done: Dmitry Gutov <dgutov <at> yandex.ru>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: "Charles A. Roelli" <charles <at> aurox.ch>
Subject: bug#27228: closed (Re: bug#27228: eldoc not activated after newline)
Date: Mon, 05 Jun 2017 22:25:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#27228: eldoc not activated after newline

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 27228 <at> debbugs.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: Dmitry Gutov <dgutov <at> yandex.ru>
To: "Charles A. Roelli" <charles <at> aurox.ch>, 27228-done <at> debbugs.gnu.org
Subject: Re: bug#27228: eldoc not activated after newline
Date: Tue, 6 Jun 2017 01:24:30 +0300
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!

[Message part 3 (message/rfc822, inline)]
From: "Charles A. Roelli" <charles <at> aurox.ch>
To: bug-gnu-emacs <at> gnu.org
Subject: eldoc not activated after newline
Date: Sun, 4 Jun 2017 12:14:12 +0200
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




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.