emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH org-contrib 0/1] Fix org-eldoc functionality
@ 2023-05-25 10:04 ~dalanicolai
  2023-05-22 11:02 ` [PATCH org-contrib 1/1] Fix org-eldoc: add 'org-self-insert-command' to 'eldoc-message-commands' ~dalanicolai
  2023-05-25 11:07 ` [PATCH org-contrib 0/1] Fix org-eldoc functionality Ihor Radchenko
  0 siblings, 2 replies; 4+ messages in thread
From: ~dalanicolai @ 2023-05-25 10:04 UTC (permalink / raw)
  To: emacs-orgmode

Eldoc functionality only works after a restricted set of commands (see
the variable 'eldoc-message-commands'). Because `org-self-insert-
command', by default, is not in that list, eldoc functionality works
poorly in org-mode (it does not work when typing, only when navigating).
This patch fixes it for when using org-eldoc.el.

Daniel Nicolai (1):
  Fix org-eldoc: add 'org-self-insert-command' to
    'eldoc-message-commands'

 lisp/org-eldoc.el | 2 ++
 1 file changed, 2 insertions(+)

-- 
2.38.4


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-05-25 14:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-25 10:04 [PATCH org-contrib 0/1] Fix org-eldoc functionality ~dalanicolai
2023-05-22 11:02 ` [PATCH org-contrib 1/1] Fix org-eldoc: add 'org-self-insert-command' to 'eldoc-message-commands' ~dalanicolai
2023-05-25 11:07 ` [PATCH org-contrib 0/1] Fix org-eldoc functionality Ihor Radchenko
2023-05-25 14:12   ` dalanicolai

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.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).