unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#7014: 23.2; `C-h c' command doesn't show the info when invoked from the minibuffer
@ 2010-09-11 19:22 Dani Moncayo
  2011-07-13  1:50 ` Glenn Morris
  2012-09-07  5:01 ` Chong Yidong
  0 siblings, 2 replies; 8+ messages in thread
From: Dani Moncayo @ 2010-09-11 19:22 UTC (permalink / raw)
  To: 7014

Hello,

Try the following:
1.- Start emacs (anyhow).
2.- Type `C-x C-f'.
3.- Now, from the minibuffer, type `C-h c' --> Here, Emacs prompts me
for a key to describe. OK.
4.- Type `C-n' (for example). --> Now Emacs should show me the
description of the `C-n' key (*), but that doesn't happens. Instead,
after a couple of seconds, the minibuffer comes back with the prompt
of the `find-file' command.



(*) Look at the Emacs manual, chapter 8 ("The Minibuffer"):
>   Since the minibuffer appears in the echo area, it can conflict with
> other uses of the echo area.  If an error occurs while the minibuffer
> is active, the error message hides the minibuffer for a few seconds, or
> until you type something; then the minibuffer comes back.  If a command
> such as `C-x =' needs to display a message in the echo area, the
> message hides the minibuffer for a few seconds, or until you type
> something; then the minibuffer comes back.  While the minibuffer is in
> use, keystrokes do not echo.


Thanks in advance. Dani.


In GNU Emacs 23.2.1 (i686-pc-linux-gnu, GTK+ Version 2.20.1)
 of 2010-07-31 on jesus-desktop
Windowing system distributor `The X.Org Foundation', version 11.0.10706000
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: es_ES.utf8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t





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

* bug#7014: 23.2; `C-h c' command doesn't show the info when invoked from the minibuffer
  2010-09-11 19:22 bug#7014: 23.2; `C-h c' command doesn't show the info when invoked from the minibuffer Dani Moncayo
@ 2011-07-13  1:50 ` Glenn Morris
  2011-07-13  6:30   ` Dani Moncayo
  2012-09-07  5:01 ` Chong Yidong
  1 sibling, 1 reply; 8+ messages in thread
From: Glenn Morris @ 2011-07-13  1:50 UTC (permalink / raw)
  To: Dani Moncayo; +Cc: 7014

Dani Moncayo wrote:

> 2.- Type `C-x C-f'.
> 3.- Now, from the minibuffer, type `C-h c' --> Here, Emacs prompts me
> for a key to describe. OK.
> 4.- Type `C-n' (for example). --> Now Emacs should show me the
> description of the `C-n' key (*), but that doesn't happens. Instead,
> after a couple of seconds, the minibuffer comes back with the prompt
> of the `find-file' command.

For me, the message "C-n runs the command next-line" appears for a
second or two, then the "Find file" prompt reappears. This seems correct
to me.





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

* bug#7014: 23.2; `C-h c' command doesn't show the info when invoked from the minibuffer
  2011-07-13  1:50 ` Glenn Morris
@ 2011-07-13  6:30   ` Dani Moncayo
  2011-07-13  7:14     ` Eli Zaretskii
  0 siblings, 1 reply; 8+ messages in thread
From: Dani Moncayo @ 2011-07-13  6:30 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 7014

On Wed, Jul 13, 2011 at 03:50, Glenn Morris <rgm@gnu.org> wrote:
> Dani Moncayo wrote:
>
>> 2.- Type `C-x C-f'.
>> 3.- Now, from the minibuffer, type `C-h c' --> Here, Emacs prompts me
>> for a key to describe. OK.
>> 4.- Type `C-n' (for example). --> Now Emacs should show me the
>> description of the `C-n' key (*), but that doesn't happens. Instead,
>> after a couple of seconds, the minibuffer comes back with the prompt
>> of the `find-file' command.
>
> For me, the message "C-n runs the command next-line" appears for a
> second or two, then the "Find file" prompt reappears. This seems correct
> to me.
>

I've just checked this in [1], and I can confirm that:
1. It works right from plain "emacs -Q".
2. It is still reproducible if you disable blink-cursor-mode.


Footnotes
[1]
In GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600)
 of 2011-06-27 on 3249CTO
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (4.5) --no-opt --cflags
-Ic:/build/include'


-- 
Dani Moncayo





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

* bug#7014: 23.2; `C-h c' command doesn't show the info when invoked from the minibuffer
  2011-07-13  6:30   ` Dani Moncayo
@ 2011-07-13  7:14     ` Eli Zaretskii
  0 siblings, 0 replies; 8+ messages in thread
From: Eli Zaretskii @ 2011-07-13  7:14 UTC (permalink / raw)
  To: Dani Moncayo; +Cc: 7014

> Date: Wed, 13 Jul 2011 08:30:28 +0200
> From: Dani Moncayo <dmoncayo@gmail.com>
> Cc: 7014@debbugs.gnu.org
> 
> I've just checked this in [1], and I can confirm that:
> 1. It works right from plain "emacs -Q".
> 2. It is still reproducible if you disable blink-cursor-mode.

Look in the *Messages* buffer, and you will see that the message is,
in fact, displayed, it just gets immediately overwritten.

I guess some incoming event causes some sit-for to exit early, or
something.





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

* bug#7014: 23.2; `C-h c' command doesn't show the info when invoked from the minibuffer
  2010-09-11 19:22 bug#7014: 23.2; `C-h c' command doesn't show the info when invoked from the minibuffer Dani Moncayo
  2011-07-13  1:50 ` Glenn Morris
@ 2012-09-07  5:01 ` Chong Yidong
  2012-09-07 14:02   ` Drew Adams
  1 sibling, 1 reply; 8+ messages in thread
From: Chong Yidong @ 2012-09-07  5:01 UTC (permalink / raw)
  To: Dani Moncayo; +Cc: 7014

Dani Moncayo <dmoncayo@gmail.com> writes:

> Try the following:
> 1.- Start emacs (anyhow).
> 2.- Type `C-x C-f'.
> 3.- Now, from the minibuffer, type `C-h c' --> Here, Emacs prompts me
> for a key to describe. OK.
> 4.- Type `C-n' (for example). --> Now Emacs should show me the
> description of the `C-n' key (*), but that doesn't happens. Instead,
> after a couple of seconds, the minibuffer comes back with the prompt
> of the `find-file' command.

Fixed in trunk.





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

* bug#7014: 23.2; `C-h c' command doesn't show the info when invoked from the minibuffer
  2012-09-07  5:01 ` Chong Yidong
@ 2012-09-07 14:02   ` Drew Adams
  2012-09-07 19:49     ` Dani Moncayo
  0 siblings, 1 reply; 8+ messages in thread
From: Drew Adams @ 2012-09-07 14:02 UTC (permalink / raw)
  To: 'Chong Yidong', 'Dani Moncayo'; +Cc: 7014

> > Try the following:
> > 1.- Start emacs (anyhow).
> > 2.- Type `C-x C-f'.
> > 3.- Now, from the minibuffer, type `C-h c' --> Here, Emacs 
> prompts me
> > for a key to describe. OK.
> > 4.- Type `C-n' (for example). --> Now Emacs should show me the
> > description of the `C-n' key (*), but that doesn't happens. Instead,
> > after a couple of seconds, the minibuffer comes back with the prompt
> > of the `find-file' command.
> 
> Fixed in trunk.

I have not seen the fix yet, but I certainly hope that the currently active
keymaps are used for this.

In particular, with the example given, the doc for `C-n' should list the command
it is bound to as being `exit-minibuffer', since the question about its binding
is being asked with a minibuffer keymap current, and that is the binding of
`C-n' in the minibuffer.

This is important.  Emacs should always faithfully answer questions about itself
and its current state.  When in the minibuffer, users should be able to ask and
get answers to questions about the current, minibuffer, state.

If for some reason some particular context/code needs to instead interrogate the
keymaps that were current before the initial command (`C-x C-f in this case), it
can do that (explicitly).

But a simple `C-h c' when the minibuffer is active should (must) DTRT and give
the currently active binding.  Anything else would be counter the Emacs
philosophy of dynamic introspection.  Emacs is not only self-documenting editor,
it documents itself in real-time.  And nothing about Emacs is more important
than that.






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

* bug#7014: 23.2; `C-h c' command doesn't show the info when invoked from the minibuffer
  2012-09-07 14:02   ` Drew Adams
@ 2012-09-07 19:49     ` Dani Moncayo
  2012-09-07 20:13       ` Drew Adams
  0 siblings, 1 reply; 8+ messages in thread
From: Dani Moncayo @ 2012-09-07 19:49 UTC (permalink / raw)
  To: Drew Adams; +Cc: 7014, Chong Yidong

> I have not seen the fix yet, but I certainly hope that the currently active
> keymaps are used for this.

It's apparently so.

> In particular, with the example given, the doc for `C-n' should list the command
> it is bound to as being `exit-minibuffer', since the question about its binding
> is being asked with a minibuffer keymap current, and that is the binding of
> `C-n' in the minibuffer.

?? `C-n' from the minifuffer doesn't exit the minibuffer.  It seems to
be bound to `next-line', as reported if you do the experiment in the
original message.

> This is important.  Emacs should always faithfully answer questions about itself
> and its current state.  When in the minibuffer, users should be able to ask and
> get answers to questions about the current, minibuffer, state.

Agreed, but that seems to be the current behavior.  Try for example
[C-x C-f C-h c M-p].  Emacs will tell you that "M-p runs the command
previous-history-element".  It looks ok to me.

-- 
Dani Moncayo





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

* bug#7014: 23.2; `C-h c' command doesn't show the info when invoked from the minibuffer
  2012-09-07 19:49     ` Dani Moncayo
@ 2012-09-07 20:13       ` Drew Adams
  0 siblings, 0 replies; 8+ messages in thread
From: Drew Adams @ 2012-09-07 20:13 UTC (permalink / raw)
  To: 'Dani Moncayo'; +Cc: 7014, 'Chong Yidong'

> > I have not seen the fix yet, but I certainly hope that the 
> > currently active keymaps are used for this.
> 
> It's apparently so.
> 
> > In particular, with the example given, the doc for `C-n' 
> > should list the command it is bound to as being
> > `exit-minibuffer', since the question about its binding
> > is being asked with a minibuffer keymap current, and that 
> > is the binding of `C-n' in the minibuffer.
> 
> ?? `C-n' from the minifuffer doesn't exit the minibuffer.  It seems to
> be bound to `next-line', as reported if you do the experiment in the
> original message.

Sorry, I was thinking that the request example concerned `C-m' (`RET'), not
`C-n'.  (And of course for `C-m' the binding depends on which minibuffer map is
current.  It is `exit-minibuffer' in some cases but not all.)

> > This is important.  Emacs should always faithfully answer 
> > questions about itself and its current state.  When in the
> > minibuffer, users should be able to ask and get answers to
> > questions about the current, minibuffer, state.
> 
> Agreed, but that seems to be the current behavior.  Try for example
> [C-x C-f C-h c M-p].  Emacs will tell you that "M-p runs the command
> previous-history-element".  It looks ok to me.

Good.






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

end of thread, other threads:[~2012-09-07 20:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-11 19:22 bug#7014: 23.2; `C-h c' command doesn't show the info when invoked from the minibuffer Dani Moncayo
2011-07-13  1:50 ` Glenn Morris
2011-07-13  6:30   ` Dani Moncayo
2011-07-13  7:14     ` Eli Zaretskii
2012-09-07  5:01 ` Chong Yidong
2012-09-07 14:02   ` Drew Adams
2012-09-07 19:49     ` Dani Moncayo
2012-09-07 20:13       ` Drew Adams

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

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