all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: "Mattias Engdegård" <mattiase@acm.org>
Cc: 43632@debbugs.gnu.org
Subject: bug#43632: Raw bytes printed as latin-1 in echo area and *Messages*
Date: Sat, 26 Sep 2020 19:10:10 +0300	[thread overview]
Message-ID: <838scwr02l.fsf@gnu.org> (raw)
In-Reply-To: <B1232A8B-D3C2-4066-AA32-4360316051CD@acm.org> (message from Mattias Engdegård on Sat, 26 Sep 2020 18:00:55 +0200)

> From: Mattias Engdegård <mattiase@acm.org>
> Date: Sat, 26 Sep 2020 18:00:55 +0200
> Cc: 43632@debbugs.gnu.org
> 
> Why, then, is the echo area not treated as a multibyte buffer in
> this regard?

It is.  That's not the reason.

> If the behaviour of (prin1 x t) cannot be changed, then what about eval-expression (M-|)? Being an interactive command, surely compatibility isn't an obstacle to making it more useful?

We were talking about M-:.  And that does call prin1.  And prin1 does
produce a unibyte string, the reason for the display that confused you
is elsewhere.

> It would also be interesting to know why, when print-escape-nonascii is nil, unibyte strings are decoded specifically as Latin-1 (and not, say, UTF-8). I presume it is an artefact of history.

They are not decoded as Latin-1, they are simply inserted into a
buffer as a single byte.  And we do it regardless of
print-escape-nonascii, because \377 is the Unicode (and Latin-1)
codepoint of ÿ.

So it isn't a historical artifact.  I think it's simply a consequence
of how print functions work.





  reply	other threads:[~2020-09-26 16:10 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-26 12:51 bug#43632: Raw bytes printed as latin-1 in echo area and *Messages* Mattias Engdegård
2020-09-26 14:05 ` Andreas Schwab
2020-09-26 14:14 ` Eli Zaretskii
2020-09-26 14:22   ` Lars Ingebrigtsen
2020-09-26 14:26     ` Eli Zaretskii
2020-09-26 16:00   ` Mattias Engdegård
2020-09-26 16:10     ` Eli Zaretskii [this message]
2020-09-26 16:53       ` Mattias Engdegård
2020-09-26 16:57         ` Eli Zaretskii
2020-09-26 17:27           ` Eli Zaretskii
2020-09-27 10:58             ` Lars Ingebrigtsen
2020-09-27 11:05               ` Eli Zaretskii
2020-09-27 11:13                 ` Lars Ingebrigtsen
2020-09-27 11:25                   ` Eli Zaretskii
2020-09-27 11:36                     ` Lars Ingebrigtsen
2020-09-27 11:43                       ` Eli Zaretskii
2020-09-26 19:53           ` Mattias Engdegård
2020-09-27  5:56             ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=838scwr02l.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=43632@debbugs.gnu.org \
    --cc=mattiase@acm.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.