Opened 16 years ago

Closed 16 years ago

#213 closed defect (fixed)

Carbon Emacs: strange unicode abbreviations

Reported by: Makarius Owned by: David Aspinall
Priority: major Milestone: PG-Emacs-3.7.1
Component: 2:pg-emacs Keywords:
Cc:

Description

Carbon Emacs 22.2.1, working with "Unicode Tokens"; typing something like print_theory produces prℤ_theory

It seems that the unicode abbreviation code does not take the surrounding syntactical context into account.

In some situations abbreviations seem to work -- I have no idea yet how to reproduce either behaviour reliably.

Change History (2)

comment:1 Changed 16 years ago by David Aspinall

Status: newassigned

I don't think the input method is context sensitive, it is simply based on characters that you type rather than buffer replacements.

We should probably get rid of these word abbreviations. They are supposed to be triggered only by a preceding backslash (TeX-style).

comment:2 Changed 16 years ago by Makarius

Resolution: fixed
Status: assignedclosed

It works if the backslash is properly escaped -- elisp strings are expected here.

Note: See TracTickets for help on using tickets.