From: "Mattias Engdegård" <mattiase@acm.org>
To: "Basil L. Contovounesios" <contovob@tcd.ie>
Cc: Lars Ingebrigtsen <larsi@gnus.org>,
Stefan Kangas <stefankangas@gmail.com>,
55738@debbugs.gnu.org
Subject: bug#55738: character escape bugs in the reader
Date: Thu, 2 Jun 2022 17:12:22 +0200 [thread overview]
Message-ID: <D66D2458-3C55-4D49-B687-059A9FEDAC13@acm.org> (raw)
In-Reply-To: <87h75414co.fsf@tcd.ie>
Looks like there is code like
(setq bits (+ bits ?\C-\^@))
where the author wanted just the 'control' bit, and even
(should (equal (kbd "C-RET") [?\C-\C-m]))
and while these are debatable in style (I'd prefer ?C-\0 to produce the control bit), the risk of breaking external code is too great.
Thus I'm scaling back ambitions a bit and have committed a much-reduced patch that just deals with the ?\LF part.
next prev parent reply other threads:[~2022-06-02 15:12 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-31 11:33 bug#55738: character escape bugs in the reader Mattias Engdegård
2022-06-01 10:00 ` Mattias Engdegård
2022-06-01 13:42 ` Lars Ingebrigtsen
2022-06-01 17:56 ` Mattias Engdegård
2022-06-01 20:48 ` Basil L. Contovounesios via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-06-01 20:53 ` Mattias Engdegård
2022-06-01 21:05 ` Basil L. Contovounesios via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-06-02 15:12 ` Mattias Engdegård [this message]
2022-06-03 11:07 ` Mattias Engdegård
2022-06-18 6:54 ` Stefan Kangas
2022-06-18 9:34 ` Mattias Engdegård
2023-09-06 1:56 ` Stefan Kangas
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=D66D2458-3C55-4D49-B687-059A9FEDAC13@acm.org \
--to=mattiase@acm.org \
--cc=55738@debbugs.gnu.org \
--cc=contovob@tcd.ie \
--cc=larsi@gnus.org \
--cc=stefankangas@gmail.com \
/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.