zsh-users
 help / color / mirror / code / Atom feed
From: "Benjamin R. Haskell" <zsh@benizi.com>
To: Zsh Users <zsh-users@sunsite.dk>
Subject: Re: utf-8 and zsh
Date: Sun, 7 Dec 2008 17:26:57 -0500 (EST)	[thread overview]
Message-ID: <alpine.LNX.2.00.0812071724290.12465@acer.home.local> (raw)
In-Reply-To: <alpine.LNX.2.00.0812071600220.8543@acer>

[-- Attachment #1: Type: TEXT/PLAIN, Size: 448 bytes --]

On Sun, 7 Dec 2008, Benjamin R. Haskell wrote:

> There are two ZLE widgets related to entering special characters: 
> insert-composed-char and insert-unicode-char
> 
> [...]
> 
> NB. On my system, though, it doesn't appear to be fully working (Both ^X 
> i ` and ^X i ' produce ì (even though the latter should produce í))

Attached is a patch against CVS. The code for ì was in both sets. 
Corrected to the code for í in the '-row.

Best,
Ben

[-- Attachment #2: Type: TEXT/PLAIN, Size: 662 bytes --]

Index: Functions/Zle/define-composed-chars
===================================================================
RCS file: /cvsroot/zsh/zsh/Functions/Zle/define-composed-chars,v
retrieving revision 1.5
diff -u -r1.5 define-composed-chars
--- Functions/Zle/define-composed-chars	11 Dec 2006 03:42:59 -0000	1.5
+++ Functions/Zle/define-composed-chars	7 Dec 2008 22:26:25 -0000
@@ -23,7 +23,7 @@
 # acute
 a=\'
 z[$a]="\
-A C1 E C9 I CD O D3 U DA Y DD a E1 e E9 i EC o F3 u FA y FD C 106 c 107 \
+A C1 E C9 I CD O D3 U DA Y DD a E1 e E9 i ED o F3 u FA y FD C 106 c 107 \
 L 139 l 13A N 143 n 144 R 154 r 155 S 15A s 15B Z 179 z 17A \
 "
 # circumflex

  reply	other threads:[~2008-12-07 22:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-07 20:10 Maurí­cio
2008-12-07 21:14 ` Andrey Borzenkov
2008-12-07 21:26 ` Benjamin R. Haskell
2008-12-07 22:26   ` Benjamin R. Haskell [this message]
2008-12-08  6:43     ` Phil Pennock
  -- strict thread matches above, loose matches on Subject: below --
2004-03-19  0:49 Julien Palmas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LNX.2.00.0812071724290.12465@acer.home.local \
    --to=zsh@benizi.com \
    --cc=zsh-users@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).