zsh-workers
 help / color / mirror / code / Atom feed
From: Peter Stephenson <p.w.stephenson@ntlworld.com>
To: zsh-workers@sunsite.dk
Subject: Re: ligatures AE and OE
Date: Sun, 8 Jan 2006 18:10:52 +0000	[thread overview]
Message-ID: <20060108181052.15593c32.p.w.stephenson@ntlworld.com> (raw)
In-Reply-To: <20060108095428.GA26014@fermat.math.technion.ac.il>

On Sun, 8 Jan 2006 11:54:29 +0200
"Zvi Har'El" <rl@math.technion.ac.il> 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@ntlworld.com>
Web page still at http://www.pwstephenson.fsnet.co.uk/


  parent reply	other threads:[~2006-01-08 18:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-08  9:54 Zvi Har'El
2006-01-08 16:02 ` Zvi Har'El
2006-01-08 17:41   ` Bart Schaefer
2006-01-08 18:10 ` Peter Stephenson [this message]
2006-01-08 18:53   ` Zvi Har'El

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=20060108181052.15593c32.p.w.stephenson@ntlworld.com \
    --to=p.w.stephenson@ntlworld.com \
    --cc=zsh-workers@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).