unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* echoing of e-acute by C-x 8 ' e
@ 2002-10-09  2:25 Kenichi Handa
  2002-10-09 10:03 ` Andreas Schwab
  0 siblings, 1 reply; 3+ messages in thread
From: Kenichi Handa @ 2002-10-09  2:25 UTC (permalink / raw)


When I type C-x 8 ' e slowly while seeing the echoing of key
strokes, e-acute is inserted and that character is also
echoed.  Is it an exepceted behaviour?  Could someone
explain why it is echoed?

---
Ken'ichi HANDA
handa@m17n.org

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

* Re: echoing of e-acute by C-x 8 ' e
  2002-10-09  2:25 echoing of e-acute by C-x 8 ' e Kenichi Handa
@ 2002-10-09 10:03 ` Andreas Schwab
  2002-10-09 11:18   ` Kenichi Handa
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Schwab @ 2002-10-09 10:03 UTC (permalink / raw)
  Cc: emacs-devel

Kenichi Handa <handa@m17n.org> writes:

|> When I type C-x 8 ' e slowly while seeing the echoing of key
|> strokes, e-acute is inserted and that character is also
|> echoed.  Is it an exepceted behaviour?  Could someone
|> explain why it is echoed?

Because that's the character you have been "typing", since C-x 8 ' e is
replaced by é through key translations, ie., this is what
last-command-event ends up with.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

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

* Re: echoing of e-acute by C-x 8 ' e
  2002-10-09 10:03 ` Andreas Schwab
@ 2002-10-09 11:18   ` Kenichi Handa
  0 siblings, 0 replies; 3+ messages in thread
From: Kenichi Handa @ 2002-10-09 11:18 UTC (permalink / raw)
  Cc: emacs-devel

In article <jek7ks3p5k.fsf@sykes.suse.de>, Andreas Schwab <schwab@suse.de> writes:
> Kenichi Handa <handa@m17n.org> writes:
> |> When I type C-x 8 ' e slowly while seeing the echoing of key
> |> strokes, e-acute is inserted and that character is also
> |> echoed.  Is it an exepceted behaviour?  Could someone
> |> explain why it is echoed?

> Because that's the character you have been "typing", since C-x 8 ' e is
> replaced by é through key translations, ie., this is what
> last-command-event ends up with.

Oops!  I was reading iso-insert.el, but actually C-x 8
... is implemented in iso-transl.el by using
key-translation-map.

Hmmm, then, it seems that iso-insert.el is now obsolote.
Even if I load iso-insert.el, I can't run the commands
insert-XXXX defined in iso-insert.el because C-x 8 ' e, and
etc are eaten by key-translation-map,

---
Ken'ichi HANDA
handa@m17n.org

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

end of thread, other threads:[~2002-10-09 11:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-09  2:25 echoing of e-acute by C-x 8 ' e Kenichi Handa
2002-10-09 10:03 ` Andreas Schwab
2002-10-09 11:18   ` Kenichi Handa

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).