all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Some minor Eldoc bugs
@ 2008-05-09 13:17 Stephen Berman
  0 siblings, 0 replies; only message in thread
From: Stephen Berman @ 2008-05-09 13:17 UTC (permalink / raw)
  To: emacs-devel

In GNU Emacs 23.0.60.5 (i686-pc-linux-gnu, GTK+ Version 2.12.0) of
2008-05-06 on escher I observe the following with eldoc-mode enabled:

When the echo area is displaying the eldoc info, typing a prefix
argument does not produce an echo; the echo appears only after typing
M-x:

1. emacs -Q
2. visit elisp file
3. M-x eldoc-mode
4. position the cursor so that an eldoc message appears in the echo
area
5. Type `C-u' or `C-u n' for some number n.  The eldoc message remains
and the prefix argument is not echoed.  (If after step 4 you type
`C-u' within eldoc-idle-delay seconds, then the prefix argument is
echoed.)
6. Continue with `M-x'.  Now the eldoc message is replaced by "C-u
M-x" or "n M-x" as appropriate.

=====================================================================
The eldoc message vanishes when point is
- within the parentheses of an arglist or list value of a variable or
  keyword
- between the quotation marks of a doc string or string value of a
  variable or keyword
The message reappears when point passes beyond these regions.

===================================================================== If
If the length of the eldoc message exceeds (window-width), only its tail is
displayed.  For example, in *scratch* put the cursor on
next-screen-context-lines; then echo area displays this (in an 80 column
window):

reen-context-lines: Number of lines of continuity when scrolling by screenfuls.


Steve Berman





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-09 13:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-09 13:17 Some minor Eldoc bugs Stephen Berman

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.