zsh-workers
 help / color / mirror / code / Atom feed
* ligatures AE and OE
@ 2006-01-08  9:54 Zvi Har'El
  2006-01-08 16:02 ` Zvi Har'El
  2006-01-08 18:10 ` Peter Stephenson
  0 siblings, 2 replies; 5+ messages in thread
From: Zvi Har'El @ 2006-01-08  9:54 UTC (permalink / raw)
  To: Zsh hackers list

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.

Best,

Zvi.

PS. On Solaris, insert-compose-character still doesn't work for me.

-- 
Dr. Zvi Har'El      mailto:rl@math.technion.ac.il    Department of Mathematics
tel:+972-54-4227607 icq:179294841    Technion - Israel Institute of Technology
fax:+972-4-8293388  http://www.math.technion.ac.il/~rl/    Haifa 32000, ISRAEL
"If you can't say somethin' nice, don't say nothin' at all." -- Thumper (1942)
                                 Sunday, 8 Tevet 5766, 8 January 2006, 11:50AM


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ligatures AE and OE
  2006-01-08  9:54 ligatures AE and OE 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
  1 sibling, 1 reply; 5+ messages in thread
From: Zvi Har'El @ 2006-01-08 16:02 UTC (permalink / raw)
  To: Zsh hackers list

[-- Attachment #1: Type: text/plain, Size: 1787 bytes --]

Zvi Har'El 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.
>
> Best,
>
> Zvi.
>
> PS. On Solaris, insert-compose-character still doesn't work for me.
>
>   
About Solaris again. As I said, in the login shell (e.g., after doing 
ssh to the Solaris machine), insert-compose-character doesn't work. But, 
if I start another shell, even using 'exec - zsh', which  should really  
start another login shell, it starts working!  Diffing the environment 
(obtain from 'set') between the two shells, nothing suspicious is shown:

~$ set >/tmp/a         
~$ exec - zsh 
~$ set >/tmp/b         
~$ diff -a /tmp/[ab]
24c24
< 
FPATH=/staff/rl/bin:/usr/local/share/zsh/site-functions:/usr/local/share/zsh/4.3.0-dev-2/functions
---
 > 
FPATH=/staff/rl/bin:/staff/rl/bin:/usr/local/share/zsh/site-functions:/usr/local/share/zsh/4.3.0-dev-2/functions
78c78
< RANDOM=19338
---
 > RANDOM=25165
87c87
< SECONDS=9
---
 > SECONDS=6
148c148
< fpath=(/staff/rl/bin /usr/local/share/zsh/site-functions 
/usr/local/share/zsh/4.3.0-dev-2/functions)
---
 > fpath=(/staff/rl/bin /staff/rl/bin 
/usr/local/share/zsh/site-functions 
/usr/local/share/zsh/4.3.0-dev-2/functions)

This really makes no sense!

-- 
Dr. Zvi Har'El      mailto:rl@math.technion.ac.il    Department of Mathematics
tel:+972-54-4227607 icq:179294841    Technion - Israel Institute of Technology
fax:+972-4-8293388  http://www.math.technion.ac.il/~rl/    Haifa 32000, ISRAEL
"If you can't say somethin' nice, don't say nothin' at all." -- Thumper (1942)


[-- Attachment #2: Type: text/html, Size: 2515 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ligatures AE and OE
  2006-01-08 16:02 ` Zvi Har'El
@ 2006-01-08 17:41   ` Bart Schaefer
  0 siblings, 0 replies; 5+ messages in thread
From: Bart Schaefer @ 2006-01-08 17:41 UTC (permalink / raw)
  To: Zsh hackers list

On Jan 8,  6:02pm, Zvi Har'El wrote:
} 
} About Solaris again. As I said, in the login shell (e.g., after doing 
} ssh to the Solaris machine), insert-compose-character doesn't work. But, 
} if I start another shell, even using 'exec - zsh', which  should really  
} start another login shell, it starts working!  Diffing the environment 

What if you diff the "stty -a" output?


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ligatures AE and OE
  2006-01-08  9:54 ligatures AE and OE Zvi Har'El
  2006-01-08 16:02 ` Zvi Har'El
@ 2006-01-08 18:10 ` Peter Stephenson
  2006-01-08 18:53   ` Zvi Har'El
  1 sibling, 1 reply; 5+ messages in thread
From: Peter Stephenson @ 2006-01-08 18:10 UTC (permalink / raw)
  To: zsh-workers

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/


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ligatures AE and OE
  2006-01-08 18:10 ` Peter Stephenson
@ 2006-01-08 18:53   ` Zvi Har'El
  0 siblings, 0 replies; 5+ messages in thread
From: Zvi Har'El @ 2006-01-08 18:53 UTC (permalink / raw)
  To: Peter Stephenson; +Cc: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 738 bytes --]

Peter Stephenson wrote:

> On Sun, 8 Jan 2006 11:54:29 +0200
> "Zvi Har'El" <rl@math.technion.ac.il> wrote:
>   
>> [snip] the upper
>> case ligatures Æ and Œ cannot, and zsh claims "no such combination" on AE and
>> OE.
>>     
>
> Yes, that was a typo.  Thanks.
>
> Index: Functions/Zle/define-composed-chars
> ===================================================================
> [snip]
>   
Thanks. It did it.

-- 
Dr. Zvi Har'El      mailto:rl@math.technion.ac.il    Department of Mathematics
tel:+972-54-4227607 icq:179294841    Technion - Israel Institute of Technology
fax:+972-4-8293388  http://www.math.technion.ac.il/~rl/    Haifa 32000, ISRAEL
"If you can't say somethin' nice, don't say nothin' at all." -- Thumper (1942)


[-- Attachment #2: Type: text/html, Size: 1591 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-01-08 18:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-08  9:54 ligatures AE and OE 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
2006-01-08 18:53   ` Zvi Har'El

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).