Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: insert-unicode-char
- X-seq: zsh-workers 21667
- From: Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx (Zsh hackers list)
- Subject: Re: PATCH: insert-unicode-char
- Date: Thu, 18 Aug 2005 21:08:08 +0100
- In-reply-to: <14640.1124390900@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <200508181543.j7IFhDjV003092@xxxxxxxxxxxxxx> <14640.1124390900@xxxxxxxxxxxxxxxxxxxxxxx>
Oliver Kiddle wrote:
> > Index: Functions/Zle/insert-unicode-char
>
> Presumably this works perfectly well in non-unicode locales if the
> resultant character is available.
Yes, it should do.
> Given that, is insert-unicode-char (as
> opposed to something like compose-char) the best name?
It's built around characters available in Unicode, and requires
conversion from UCS-4, so it's not irrelevant... but it's true that
users of ISO-8859-1 probably wouldn't realise they could use it for
accented characters. (The manual entry hints but doesn't quite say.)
> I'm sure you know this but for the benefit of anyone that doesn't, it's
> possible to configure a compose key with xmodmap. It think the
> applicable line (for the rightmost Windows key) is:
> keycode 117 = Multi_key
That's the right menu key on my keyboard; the Windows key is 116.
I tend to think the less I have to do with xmodmap the better, but this
time it does seem to be fairly painless.
--
Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxx>
Work: pws@xxxxxxx
Web: http://www.pwstephenson.fsnet.co.uk
Messages sorted by:
Reverse Date,
Date,
Thread,
Author