all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tom Gillespie <tgbugs@gmail.com>
To: Emacs developers <emacs-devel@gnu.org>
Subject: [PATCH] * etc/NEWS: Announce addition of BOM to utf-8-auto
Date: Sun, 29 Jan 2023 12:58:38 -0500	[thread overview]
Message-ID: <CA+G3_PMvgP4Ua6Y7kYy1hOEHOfcmXf789WE0gqDFSdu_h=bt1A@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 580 bytes --]

Following a wild adventure yesterday tracking down
an insanity inducing bug in emacs-zmq which wound
up being related to the change to add a byte order
mark, here is a patch to add a NEWS entry so that
others will be warned that the change has happened.
Tom

PS is it a bug that "\uFEFF" reads as a symbol instead
of whitespace in utf-8-unix encoding?

Relevant links.
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60750
https://github.com/nnicandro/emacs-zmq/pull/43
https://github.com/search?p=3&q=utf-8-auto+-async.el&type=Code
https://github.com/search?q=utf-8-auto&type=Code

[-- Attachment #2: 0001-etc-NEWS-Announce-addition-of-BOM-to-utf-8-auto.patch --]
[-- Type: text/x-patch, Size: 712 bytes --]

From d62a7b12d5247c78c8c980d94012ba2f8db45221 Mon Sep 17 00:00:00 2001
From: Tom Gillespie <tgbugs@gmail.com>
Date: Sun, 29 Jan 2023 12:32:27 -0500
Subject: [PATCH] * etc/NEWS: Announce addition of BOM to utf-8-auto

---
 etc/NEWS | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/etc/NEWS b/etc/NEWS
index fb211f9b7d0..828bfb795fc 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -563,6 +563,9 @@ The variable 'font-lock-support-mode' is occasionally useful for
 debugging purposes.  It is now a regular variable (instead of a user
 option) and can be set to nil to disable Just-in-time Lock mode.
 
+** The 'utf-8-auto' coding-system now includes a byte order mark
+
++++
 \f
 * Changes in Emacs 29.1
 
-- 
2.39.1


             reply	other threads:[~2023-01-29 17:58 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-29 17:58 Tom Gillespie [this message]
2023-01-29 18:14 ` [PATCH] * etc/NEWS: Announce addition of BOM to utf-8-auto Andreas Schwab
2023-01-29 18:29 ` Eli Zaretskii
2023-01-29 19:11   ` Tom Gillespie
2023-01-29 19:38     ` Eli Zaretskii
2023-01-29 19:56       ` Tom Gillespie
2023-01-30 14:16         ` Eli Zaretskii
2023-01-30 15:06           ` Stefan Monnier
2023-01-30 17:12             ` Eli Zaretskii
2023-02-02 10:36         ` Eli Zaretskii
2023-02-02 17:56           ` Tom Gillespie

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='CA+G3_PMvgP4Ua6Y7kYy1hOEHOfcmXf789WE0gqDFSdu_h=bt1A@mail.gmail.com' \
    --to=tgbugs@gmail.com \
    --cc=emacs-devel@gnu.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.