GNU bug report logs - #21102
24.5; prompt of `read-char' obscured by keystroke echo

Previous Next

Package: emacs;

Reported by: Emilio Lopes <eclig <at> gmx.net>

Date: Tue, 21 Jul 2015 13:44:01 UTC

Severity: minor

Tags: confirmed, moreinfo

Found in versions 24.5, 28.0.50

Done: Stefan Kangas <stefan <at> marxist.se>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 21102 in the body.
You can then email your comments to 21102 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#21102; Package emacs. (Tue, 21 Jul 2015 13:44:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Emilio Lopes <eclig <at> gmx.net>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 21 Jul 2015 13:44:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Emilio Lopes <eclig <at> gmx.net>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.5; prompt of `read-char' obscured by keystroke echo
Date: Tue, 21 Jul 2015 15:42:47 +0200
[Message part 1 (text/plain, inline)]
Start Emacs with "emacs -Q" and type the following in the "*scratch*"
buffer:

  (read-char "char: ")

With the point after the right paren type now "C-x C-e"
(`eval-last-sexp').  If you press this key-sequence slowly, waiting one
second (the value of `echo-keystrokes') between "C-x" and "C-e" the
prompt string ("char: ") will be obscured by the echo area showing the
keystrokes "C-x C-e-" (note the trailing dash!).

In GNU Emacs 24.5.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.14.5)
 of 2015-04-15 on xz
Windowing system distributor `The X.Org Foundation', version 11.0.11604000
System Description:    Debian GNU/Linux 8.1 (jessie)

Configured using:
 `configure --without-compress-install --with-zlib --with-imagemagick
 --with-xml2 --with-svg --prefix=/usr/local/stow/emacs-24.5'

Important settings:
  value of $LC_ALL: en_US.UTF-8
  value of $LC_CTYPE: en_US.UTF-8
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Lisp Interaction
[Message part 2 (text/html, inline)]

Removed tag(s) patch. Request was from Paul Eggert <eggert <at> cs.ucla.edu> to control <at> debbugs.gnu.org. (Sun, 26 Jul 2015 07:32:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#21102; Package emacs. (Wed, 19 Aug 2020 17:06:02 GMT) Full text and rfc822 format available.

Message #10 received at 21102 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefan <at> marxist.se>
To: Emilio Lopes <eclig <at> gmx.net>
Cc: 21102 <at> debbugs.gnu.org
Subject: Re: bug#21102: 24.5; prompt of `read-char' obscured by keystroke echo
Date: Wed, 19 Aug 2020 13:05:21 -0400
found 21102 28.0.50
tags 21102 + confirmed
severity 21102 minor
thanks

Emilio Lopes <eclig <at> gmx.net> writes:

> Start Emacs with "emacs -Q" and type the following in the "*scratch*" buffer:
>
>   (read-char "char: ")
>
> With the point after the right paren type now "C-x C-e"
> (`eval-last-sexp').  If you press this key-sequence slowly, waiting one
> second (the value of `echo-keystrokes') between "C-x" and "C-e" the
> prompt string ("char: ") will be obscured by the echo area showing the
> keystrokes "C-x C-e-" (note the trailing dash!).

I can reproduce this on current master.

Best regards,
Stefan Kangas




bug Marked as found in versions 28.0.50. Request was from Stefan Kangas <stefan <at> marxist.se> to control <at> debbugs.gnu.org. (Wed, 19 Aug 2020 17:06:03 GMT) Full text and rfc822 format available.

Added tag(s) confirmed. Request was from Stefan Kangas <stefan <at> marxist.se> to control <at> debbugs.gnu.org. (Wed, 19 Aug 2020 17:06:03 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#21102; Package emacs. (Wed, 19 Aug 2020 21:05:02 GMT) Full text and rfc822 format available.

Message #17 received at 21102 <at> debbugs.gnu.org (full text, mbox):

From: Drew Adams <drew.adams <at> oracle.com>
To: Stefan Kangas <stefan <at> marxist.se>, Emilio Lopes <eclig <at> gmx.net>
Cc: 21102 <at> debbugs.gnu.org
Subject: RE: bug#21102: 24.5; prompt of `read-char' obscured by keystroke echo
Date: Wed, 19 Aug 2020 14:04:07 -0700 (PDT)
Good catch.

I just checked with releases on MS Windows.

This regression was introduced in Emacs 24.
The problem is present in 24.5, and it's absent in 23.4.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#21102; Package emacs. (Mon, 16 Aug 2021 13:02:02 GMT) Full text and rfc822 format available.

Message #20 received at 21102 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Stefan Kangas <stefan <at> marxist.se>
Cc: 21102 <at> debbugs.gnu.org, Emilio Lopes <eclig <at> gmx.net>
Subject: Re: bug#21102: 24.5; prompt of `read-char' obscured by keystroke echo
Date: Mon, 16 Aug 2021 15:01:41 +0200
Stefan Kangas <stefan <at> marxist.se> writes:

>> Start Emacs with "emacs -Q" and type the following in the "*scratch*" buffer:
>>
>>   (read-char "char: ")
>>
>> With the point after the right paren type now "C-x C-e"
>> (`eval-last-sexp').  If you press this key-sequence slowly, waiting one
>> second (the value of `echo-keystrokes') between "C-x" and "C-e" the
>> prompt string ("char: ") will be obscured by the echo area showing the
>> keystrokes "C-x C-e-" (note the trailing dash!).
>
> I can reproduce this on current master.

(This was a year ago.)

I can reproduce this in Emacs 27.2, but not on the current master.  Has
this problem gone away for you too on the current master?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Added tag(s) moreinfo. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Mon, 16 Aug 2021 13:02:02 GMT) Full text and rfc822 format available.

Reply sent to Stefan Kangas <stefan <at> marxist.se>:
You have taken responsibility. (Mon, 23 Aug 2021 15:11:02 GMT) Full text and rfc822 format available.

Notification sent to Emilio Lopes <eclig <at> gmx.net>:
bug acknowledged by developer. (Mon, 23 Aug 2021 15:11:02 GMT) Full text and rfc822 format available.

Message #27 received at 21102-done <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefan <at> marxist.se>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: 21102-done <at> debbugs.gnu.org, Emilio Lopes <eclig <at> gmx.net>
Subject: Re: bug#21102: 24.5; prompt of `read-char' obscured by keystroke echo
Date: Mon, 23 Aug 2021 17:10:29 +0200
Lars Ingebrigtsen <larsi <at> gnus.org> writes:

> I can reproduce this in Emacs 27.2, but not on the current master.  Has
> this problem gone away for you too on the current master?

I can also reproduce this on 27.2 but not on current master, so let's
assume this has been fixed.

I'm closing this bug with this message.  If anyone can still reproduce
this on current master, please reply back and we can re-open.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 21 Sep 2021 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 272 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.