* Bug in key translation
@ 2008-03-16 3:30 Chong Yidong
2008-03-16 11:31 ` Andreas Schwab
2008-03-24 19:32 ` Stefan Monnier
0 siblings, 2 replies; 5+ messages in thread
From: Chong Yidong @ 2008-03-16 3:30 UTC (permalink / raw)
To: emacs-devel
I mentioned in a previous email message that there is a bug in Emacs
23 involving key translation. To reproduce:
C-h k M-F
Result in Emacs 22:
M-f (translated from M-F) runs the command forward-word
In Emacs 23:
f (translated from M-F) runs the command self-insert-command
I think this behavior started happening sometime after Feb 1, but I
currently don't have time to narrow it down. Could someone work to
find out which checkin introduced this bug?
Thanks!
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Bug in key translation
2008-03-16 3:30 Bug in key translation Chong Yidong
@ 2008-03-16 11:31 ` Andreas Schwab
2008-03-24 19:32 ` Stefan Monnier
1 sibling, 0 replies; 5+ messages in thread
From: Andreas Schwab @ 2008-03-16 11:31 UTC (permalink / raw)
To: Chong Yidong; +Cc: emacs-devel
Chong Yidong <cyd@stupidchicken.com> writes:
> I think this behavior started happening sometime after Feb 1, but I
> currently don't have time to narrow it down. Could someone work to
> find out which checkin introduced this bug?
That was a very old bug that dates back to the beginning of the
emacs-unicode-2 branch, although it was still correct on the head of the
emacs-unicode branch.
Andreas.
--
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Bug in key translation
2008-03-16 3:30 Bug in key translation Chong Yidong
2008-03-16 11:31 ` Andreas Schwab
@ 2008-03-24 19:32 ` Stefan Monnier
2008-03-24 20:03 ` Andreas Schwab
1 sibling, 1 reply; 5+ messages in thread
From: Stefan Monnier @ 2008-03-24 19:32 UTC (permalink / raw)
To: Chong Yidong; +Cc: emacs-devel
> I mentioned in a previous email message that there is a bug in Emacs
> 23 involving key translation. To reproduce:
> C-h k M-F
> Result in Emacs 22:
> M-f (translated from M-F) runs the command forward-word
> In Emacs 23:
> f (translated from M-F) runs the command self-insert-command
> I think this behavior started happening sometime after Feb 1, but I
> currently don't have time to narrow it down. Could someone work to
> find out which checkin introduced this bug?
I can't reproduce this. Has it been fixed in the mean time?
Stefan
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Bug in key translation
2008-03-24 19:32 ` Stefan Monnier
@ 2008-03-24 20:03 ` Andreas Schwab
2008-03-24 23:59 ` Chong Yidong
0 siblings, 1 reply; 5+ messages in thread
From: Andreas Schwab @ 2008-03-24 20:03 UTC (permalink / raw)
To: Stefan Monnier; +Cc: Chong Yidong, emacs-devel
Stefan Monnier <monnier@iro.umontreal.ca> writes:
> I can't reproduce this. Has it been fixed in the mean time?
Yes, here:
* keyboard.c (read_key_sequence): Fix downcasing of letters with
modifiers.
Andreas.
--
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Bug in key translation
2008-03-24 20:03 ` Andreas Schwab
@ 2008-03-24 23:59 ` Chong Yidong
0 siblings, 0 replies; 5+ messages in thread
From: Chong Yidong @ 2008-03-24 23:59 UTC (permalink / raw)
To: Andreas Schwab; +Cc: Stefan Monnier, emacs-devel
Andreas Schwab <schwab@suse.de> writes:
> Stefan Monnier <monnier@iro.umontreal.ca> writes:
>
>> I can't reproduce this. Has it been fixed in the mean time?
>
> Yes, here:
>
> * keyboard.c (read_key_sequence): Fix downcasing of letters with
> modifiers.
Thanks for fixing the bug.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-03-24 23:59 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-16 3:30 Bug in key translation Chong Yidong
2008-03-16 11:31 ` Andreas Schwab
2008-03-24 19:32 ` Stefan Monnier
2008-03-24 20:03 ` Andreas Schwab
2008-03-24 23:59 ` Chong Yidong
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).