Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: ligatures AE and OE



On Sun, 8 Jan 2006 11:54:29 +0200
"Zvi Har'El" <rl@xxxxxxxxxxxxxxxxxxx> wrote:
> As far as I can verify, although the ligatures æ and œ can be entered using
> insert-compose-character with the digraphs ae and oe respectively, the upper
> case ligatures Æ and Œ cannot, and zsh claims "no such combination" on AE and
> OE. Is it just my problem, or can you fix it? I am using the CVS HEAD zsh on
> Linux.

Yes, that was a typo.  Thanks.

Index: Functions/Zle/define-composed-chars
===================================================================
RCS file: /cvsroot/zsh/zsh/Functions/Zle/define-composed-chars,v
retrieving revision 1.3
diff -u -r1.3 define-composed-chars
--- Functions/Zle/define-composed-chars	19 Oct 2005 22:49:38 -0000	1.3
+++ Functions/Zle/define-composed-chars	8 Jan 2006 18:10:08 -0000
@@ -116,7 +116,7 @@
 "
 
 # ligature with E
-a=e
+a=E
 z[$a]="\
 A C6 O 152 \
 "

-- 
Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
Web page still at http://www.pwstephenson.fsnet.co.uk/



Messages sorted by: Reverse Date, Date, Thread, Author