* Problem inserting accentuated characters in emacs -nw
@ 2007-11-20 22:18 Romain Francoise
2007-11-23 12:59 ` Romain Francoise
0 siblings, 1 reply; 4+ messages in thread
From: Romain Francoise @ 2007-11-20 22:18 UTC (permalink / raw)
To: emacs-devel; +Cc: Luca Capello
Sometime in the past 5 days, a change was made that breaks inserting
accentuated characters in emacs -nw. When I type è (codepoint
#x68), Emacs inserts the character with codepoint #x43, which is not
what I want. My locale is en_US.UTF-8. Expanding abbrevs
containing accentuated characters works fine, so the problem is
really with keyboard input.
I've tried to isolate the commit that causes this, without success
so far.
Any ideas?
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Problem inserting accentuated characters in emacs -nw
2007-11-20 22:18 Problem inserting accentuated characters in emacs -nw Romain Francoise
@ 2007-11-23 12:59 ` Romain Francoise
2007-11-23 13:32 ` Andreas Schwab
0 siblings, 1 reply; 4+ messages in thread
From: Romain Francoise @ 2007-11-23 12:59 UTC (permalink / raw)
To: emacs-devel; +Cc: Andreas Schwab, Luca Capello
git bisect identifies the following commit as the guilty one:
| e6019ba2406d71759db6178dbe0fd4ea0456530c is first bad commit
| commit e6019ba2406d71759db6178dbe0fd4ea0456530c
| Author: Andreas Schwab <schwab@suse.de>
| Date: Thu Nov 15 23:37:33 2007 +0000
|
| (Fformat): Correctly format EMACS_UINT values.
And indeed, reverting src/editfns.c to CVS revision 1.447 fixes the
problem.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Problem inserting accentuated characters in emacs -nw
2007-11-23 12:59 ` Romain Francoise
@ 2007-11-23 13:32 ` Andreas Schwab
2007-11-23 17:38 ` Romain Francoise
0 siblings, 1 reply; 4+ messages in thread
From: Andreas Schwab @ 2007-11-23 13:32 UTC (permalink / raw)
To: emacs-devel; +Cc: Luca Capello
Romain Francoise <romain@orebokech.com> writes:
> git bisect identifies the following commit as the guilty one:
>
> | e6019ba2406d71759db6178dbe0fd4ea0456530c is first bad commit
> | commit e6019ba2406d71759db6178dbe0fd4ea0456530c
> | Author: Andreas Schwab <schwab@suse.de>
> | Date: Thu Nov 15 23:37:33 2007 +0000
> |
> | (Fformat): Correctly format EMACS_UINT values.
>
> And indeed, reverting src/editfns.c to CVS revision 1.447 fixes the
> problem.
This should be fixed now.
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] 4+ messages in thread
end of thread, other threads:[~2007-11-23 17:38 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-20 22:18 Problem inserting accentuated characters in emacs -nw Romain Francoise
2007-11-23 12:59 ` Romain Francoise
2007-11-23 13:32 ` Andreas Schwab
2007-11-23 17:38 ` Romain Francoise
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.