bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#37530: 26.1; Tack characters translated incorrectly


From: Lars Ingebrigtsen
Subject: bug#37530: 26.1; Tack characters translated incorrectly
Date: Fri, 27 Sep 2019 16:19:25 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Axel Svensson <mail@axelsvensson.com> writes:

>> -       (#xabc . ?〈)
>> -       (#xabe . ?〉)
>> +       (#xabc . ?⟨)
>> +       (#xabe . ?⟩)
>
> What is the source for this change? Why would you change
> left/right-pointing brackets for the mathematical ones, in the section
> for publishing?

Let's see...  it's this:

#define XKB_KEY_leftanglebracket              0x0abc  /*(U+27E8 MATHEMATICAL 
LEFT ANGLE BRACKET)*/
#define XKB_KEY_rightanglebracket             0x0abe  /*(U+27E9 MATHEMATICAL 
RIGHT ANGLE BRACKET)*/

Does your xkeysyms have this differently?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

[Prev in Thread] Current Thread [Next in Thread]