unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: Character problems
       [not found] <200203241902.g2OJ22324648@emr.cs.iit.edu>
@ 2002-03-25 12:02 ` Richard Stallman
  2002-03-25 12:25   ` Andreas Schwab
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Stallman @ 2002-03-25 12:02 UTC (permalink / raw)
  Cc: emacs-devel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 560 bytes --]

    I entered Emacs version 21.1 with the -q option over a simple telnet.  I then
    evaluate (in succession):

	 (setq junk '(("Ê" . "\\^{E}") ("Ë" . "\\\"{E}")))
	  --> (("Ê" . "\\^{E}") ("Ë" . "\\\"{E}"))

What do you do to enter the character that appears here as Ê?
Likewise for Ë?

And how did you enter the \201?  Or did you?  I wonder if the internal
Emacs multibyte representation is somehow leaking out.


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/emacs-devel


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

* Re: Character problems
  2002-03-25 12:02 ` Character problems Richard Stallman
@ 2002-03-25 12:25   ` Andreas Schwab
  2002-03-26 23:18     ` Richard Stallman
  0 siblings, 1 reply; 5+ messages in thread
From: Andreas Schwab @ 2002-03-25 12:25 UTC (permalink / raw)
  Cc: reingold, emacs-devel

Richard Stallman <rms@gnu.org> writes:

|>     I entered Emacs version 21.1 with the -q option over a simple telnet.  I then
|>     evaluate (in succession):
|> 
|> 	 (setq junk '(("Ê" . "\\^{E}") ("Ë" . "\\\"{E}")))
|> 	  --> (("Ê" . "\\^{E}") ("Ë" . "\\\"{E}"))
|> 
|> What do you do to enter the character that appears here as Ê?
|> Likewise for Ë?
|> 
|> And how did you enter the \201?

I do not see \201 anywhere, that must be a problem on your side.  The raw
mail as I received it does not contain any \201 characters.

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE GmbH, 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."

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/emacs-devel


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

* Re: Character problems
  2002-03-25 12:25   ` Andreas Schwab
@ 2002-03-26 23:18     ` Richard Stallman
  2002-03-26 23:25       ` Stefan Monnier
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Stallman @ 2002-03-26 23:18 UTC (permalink / raw)
  Cc: reingold, emacs-devel

    I do not see \201 anywhere, that must be a problem on your side.  The raw
    mail as I received it does not contain any \201 characters.

The 201's were visible in my buffer when I received that message.  But
perhaps neither of us can tell for certain what was in the file he
sent, because of the encoding and decoding that goes on.  The only way
we can really be sure is if Reingold saves that region using emacs-mule
encoding, uuencodes the file, and sends that.

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/emacs-devel


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

* Re: Character problems
  2002-03-26 23:18     ` Richard Stallman
@ 2002-03-26 23:25       ` Stefan Monnier
  2002-03-27  6:28         ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan Monnier @ 2002-03-26 23:25 UTC (permalink / raw)
  Cc: schwab, reingold, emacs-devel

>     I do not see \201 anywhere, that must be a problem on your side.  The raw
>     mail as I received it does not contain any \201 characters.
> 
> The 201's were visible in my buffer when I received that message.  But
> perhaps neither of us can tell for certain what was in the file he
> sent, because of the encoding and decoding that goes on.  The only way
> we can really be sure is if Reingold saves that region using emacs-mule
> encoding, uuencodes the file, and sends that.

I'm pretty sure it wasn't in the email I received since it did not get
near any kind of Emacs process on its way from the network to my
screen and yet there were no \201 chars to be seen.


	Stefan "who still hasn't switched to an Emacs-based MUA"


_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/emacs-devel


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

* Re: Character problems
  2002-03-26 23:25       ` Stefan Monnier
@ 2002-03-27  6:28         ` Eli Zaretskii
  0 siblings, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2002-03-27  6:28 UTC (permalink / raw)
  Cc: Richard Stallman, schwab, reingold, emacs-devel


On Tue, 26 Mar 2002, Stefan Monnier wrote:

> I'm pretty sure it wasn't in the email I received since it did not get
> near any kind of Emacs process on its way from the network to my
> screen and yet there were no \201 chars to be seen.
> 
> 
> 	Stefan "who still hasn't switched to an Emacs-based MUA"

FWIW, I read my mail with RMAIL, and I didn't see \201 in the buffer, 
either.

But I agree with Richard that sending the text as an encoded binary 
attachment is much more reliable.

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/emacs-devel


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

end of thread, other threads:[~2002-03-27  6:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <200203241902.g2OJ22324648@emr.cs.iit.edu>
2002-03-25 12:02 ` Character problems Richard Stallman
2002-03-25 12:25   ` Andreas Schwab
2002-03-26 23:18     ` Richard Stallman
2002-03-26 23:25       ` Stefan Monnier
2002-03-27  6:28         ` Eli Zaretskii

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