all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Clipboard and coding systems
@ 2004-10-19 12:21 Jérôme Marant
  2004-10-25  1:24 ` Kenichi Handa
  0 siblings, 1 reply; 5+ messages in thread
From: Jérôme Marant @ 2004-10-19 12:21 UTC (permalink / raw)



Hi,

We (Debian) recently received a bug report related to the clipboard
and coding systems (http://bugs.debian.org/276098).

Here is a way to reproduce the weirdness.

(Emacs 21.3 with Latin-9 language environment)

1) Start Emacs, type `abéècd' in a fresh buffer, copy the typed text
and paste it within the following command in a Xterm:

amboise:~$ echo 'abéècd' > foo

Then,

amboise:~$ hex foo
0x00000000: 61 62 e9 e8 63 64 0a    -                         abéècdJ

2) Start Emacs, type `abéècd' in a fresh buffer, copy the typed text,
_exit from Emacs_ and paste within the following command in a Xterm:

amboise:~$ echo 'abéècd' > foo

Then,

amboise:~$ hex foo
0x00000000: 61 62 8e e9 8e e8 63 64 - 0a                      ab....cdJ

Can this be explained or is it a bug?

Thanks.

-- 
Jérôme Marant

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

end of thread, other threads:[~2004-12-05 13:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-19 12:21 Clipboard and coding systems Jérôme Marant
2004-10-25  1:24 ` Kenichi Handa
2004-11-09 22:29   ` Jérôme Marant
2004-12-01  0:38     ` Kenichi Handa
2004-12-05 13:08       ` Jérôme Marant

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.