GNU bug report logs -
#55668
Extending the `C-x 8' map to include macrons
Previous Next
Full log
View this message in rfc822 format
On 2022-05-28 03:42, Eli Zaretskii wrote:
>> From: Tor Kringeland <tor.kringeland <at> ntnu.no>
>> Eli Zaretskii <eliz <at> gnu.org> writes:
>> > Does the below fit the bill?
>> It does --- thanks!
> Thanks, installed.
Nice.
Just as an addendum:
On 2022-05-27 17:51, Eli Zaretskii wrote:
> It sounds like you want to search for letters with combining macron,
> like ā and ō? If so, why not use a suitable input method to type
> those letters? That is the standard way in Emacs to type characters
> that are not on the keyboard. (If support for typing those characters
> is missing from the input methods we have, we could relatively easily
> add them.)
I find the latin-4-postfix input method good for entering macrons:
| postfix | examples
------------+---------+----------
macron | - | a- -> ā
I have this configured as the default:
;; Latin-4 facilitates macron accents (e.g. a- => ā).
;; n.b. If `current-language-environment' is customized, it clobbers
this.
(setq default-input-method "latin-4-postfix")
-Phil
This bug report was last modified 2 years and 353 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.