[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#55738: character escape bugs in the reader
From: |
Mattias Engdegård |
Subject: |
bug#55738: character escape bugs in the reader |
Date: |
Thu, 2 Jun 2022 17:12:22 +0200 |
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.
- bug#55738: character escape bugs in the reader, Mattias Engdegård, 2022/06/01
- bug#55738: character escape bugs in the reader, Lars Ingebrigtsen, 2022/06/01
- bug#55738: character escape bugs in the reader, Mattias Engdegård, 2022/06/01
- bug#55738: character escape bugs in the reader, Basil L. Contovounesios, 2022/06/01
- bug#55738: character escape bugs in the reader, Mattias Engdegård, 2022/06/01
- bug#55738: character escape bugs in the reader, Basil L. Contovounesios, 2022/06/01
- bug#55738: character escape bugs in the reader,
Mattias Engdegård <=
- bug#55738: character escape bugs in the reader, Mattias Engdegård, 2022/06/03
- bug#55738: character escape bugs in the reader, Stefan Kangas, 2022/06/18
- bug#55738: character escape bugs in the reader, Mattias Engdegård, 2022/06/18