all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* 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

* bug#27228: eldoc not activated after newline
  2017-06-04 10:14 bug#27228: eldoc not activated after newline Charles A. Roelli
@ 2017-06-05 22:24 ` Dmitry Gutov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Gutov @ 2017-06-05 22:24 UTC (permalink / raw)
  To: Charles A. Roelli, 27228-done

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!





^ 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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.