[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#17702: 24.3; insert-char no longer inserts "bell" control character
From: |
Stefan Monnier |
Subject: |
bug#17702: 24.3; insert-char no longer inserts "bell" control character |
Date: |
Fri, 06 Jun 2014 10:27:08 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) |
> There's no need for Emacs to recognize yet another set of names, it
> already looks in the 'old-name' property of the characters, and
> considers them as completion candidates for "C-x 8 RET".
> This is not an issue with missing data; this is an issue with how we
> present that data to the user.
Upon further investigation, BELL seems to be the only char who doesn't
have a new-name and whose old-name is shadowed by some other char's
new-name. So rather than change the code to handle such situations,
I special-cased BELL.
Stefan
bug#17702: 24.3; insert-char no longer inserts "bell" control character, Stefan Monnier, 2014/06/05
bug#17702: 24.3; insert-char no longer inserts "bell" control character, Drew Adams, 2014/06/05
bug#17702: 24.3; insert-char no longer inserts "bell" control character, Josh, 2014/06/05