zsh-users
 help / color / mirror / code / Atom feed
* zsh 4.2.6 (x86_64-redhat-linux-gnu)
@ 2012-11-15 12:42 zzapper
  2012-11-15 13:53 ` Jérémie Roquet
  2012-11-15 21:59 ` Oliver Kiddle
  0 siblings, 2 replies; 7+ messages in thread
From: zzapper @ 2012-11-15 12:42 UTC (permalink / raw)
  To: zsh-users

Hi
How ancient is 4.2.6? which I have on a linux server Centos 5.2 which is the 
highest version available on yum.

e.g. It doesn't have cd -<tab> expansion ... boo hoo

-- 
zzapper
http://zzapper.co.uk/ Technical Tips


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

* Re: zsh 4.2.6 (x86_64-redhat-linux-gnu)
  2012-11-15 12:42 zsh 4.2.6 (x86_64-redhat-linux-gnu) zzapper
@ 2012-11-15 13:53 ` Jérémie Roquet
  2012-11-15 16:56   ` zzapper
  2012-11-15 21:59 ` Oliver Kiddle
  1 sibling, 1 reply; 7+ messages in thread
From: Jérémie Roquet @ 2012-11-15 13:53 UTC (permalink / raw)
  To: Zsh Users

Hi,

2012/11/15 zzapper <david@tvis.co.uk>:
> How ancient is 4.2.6? which I have on a linux server Centos 5.2 which is the
> highest version available on yum.
>
> e.g. It doesn't have cd -<tab> expansion ... boo hoo

git log says “Wed Nov 30 12:01:01 2005 +0000”

Best regards,

-- 
Jérémie


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

* Re: zsh 4.2.6 (x86_64-redhat-linux-gnu)
  2012-11-15 13:53 ` Jérémie Roquet
@ 2012-11-15 16:56   ` zzapper
  2012-11-15 17:10     ` Peter Stephenson
  0 siblings, 1 reply; 7+ messages in thread
From: zzapper @ 2012-11-15 16:56 UTC (permalink / raw)
  To: zsh-users

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 430 bytes --]


> 2012/11/15 zzapper <david@tvis.co.uk>:
>> How ancient is 4.2.6? which I have on a linux server Centos 5.2 which is 
> the
>> highest version available on yum.
>>
>> e.g. It doesn't have cd -<tab> expansion ... boo hoo
> 
> git log says “Wed Nov 30 12:01:01 2005 +0000”
> 
> Best regards,
> 
thanks, how steam-powered is it? what important functionality will be 
missing?


-- 
zzapper
http://zzapper.co.uk/ Technical Tips


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

* Re: zsh 4.2.6 (x86_64-redhat-linux-gnu)
  2012-11-15 16:56   ` zzapper
@ 2012-11-15 17:10     ` Peter Stephenson
  2012-11-15 22:17       ` zzapper
  0 siblings, 1 reply; 7+ messages in thread
From: Peter Stephenson @ 2012-11-15 17:10 UTC (permalink / raw)
  To: zsh-users

On Thu, 15 Nov 2012 16:56:27 +0000 (UTC)
zzapper <david@tvis.co.uk> wrote:
> > 2012/11/15 zzapper <david@tvis.co.uk>:
> >> How ancient is 4.2.6? which I have on a linux server Centos 5.2
> >> which is 
> > the
> >> highest version available on yum.
> >>
> >> e.g. It doesn't have cd -<tab> expansion ... boo hoo
> > 
> > git log says _€œWed Nov 30 12:01:01 2005 +0000_€
> >
> thanks, how steam-powered is it? what important functionality will be 
> missing?

It doesn't support multibyte character sets; apart from that the changes
are mostly fairly random.  "Changes between 4.2 and 5.0.0" in the
current NEWS file gives you most of it.

pws


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

* Re: zsh 4.2.6 (x86_64-redhat-linux-gnu)
  2012-11-15 12:42 zsh 4.2.6 (x86_64-redhat-linux-gnu) zzapper
  2012-11-15 13:53 ` Jérémie Roquet
@ 2012-11-15 21:59 ` Oliver Kiddle
  2012-11-16  9:27   ` zzapper
  1 sibling, 1 reply; 7+ messages in thread
From: Oliver Kiddle @ 2012-11-15 21:59 UTC (permalink / raw)
  To: zsh-users

zzapper wrote:
> Hi
> How ancient is 4.2.6? which I have on a linux server Centos 5.2 which is the 
> highest version available on yum.
> 
> e.g. It doesn't have cd -<tab> expansion ... boo hoo

Are you sure? The 4.2.1 that comes with Solaris 10 has it.

Did you perhaps try it before there was much in the directory stack.
Perhaps you didn't have your usual configuration and forgot that it
includes a setopt autopushd

I tend to use ~+ because it works from any command.

Oliver


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

* Re: zsh 4.2.6 (x86_64-redhat-linux-gnu)
  2012-11-15 17:10     ` Peter Stephenson
@ 2012-11-15 22:17       ` zzapper
  0 siblings, 0 replies; 7+ messages in thread
From: zzapper @ 2012-11-15 22:17 UTC (permalink / raw)
  To: zsh-users

Peter Stephenson wrote in news:20121115171048.48399c34
@pwslap01u.europe.root.pri:

>> thanks, how steam-powered is it? what important functionality will be 
>> missing?
> 
> It doesn't support multibyte character sets; apart from that the changes
> are mostly fairly random.  "Changes between 4.2 and 5.0.0" in the
> current NEWS file gives you most of it.
> 
> pws
> 

Hi is it possible that I don't have all the extensions? e.g. pcre do I have 
to do anthing special to get them? Does zsh always come with all its 
extensions?

-- 
zzapper
http://zzapper.co.uk/ Technical Tips


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

* Re: zsh 4.2.6 (x86_64-redhat-linux-gnu)
  2012-11-15 21:59 ` Oliver Kiddle
@ 2012-11-16  9:27   ` zzapper
  0 siblings, 0 replies; 7+ messages in thread
From: zzapper @ 2012-11-16  9:27 UTC (permalink / raw)
  To: zsh-users

Oliver Kiddle wrote in news:2430.1353016784@thecus.kiddle.eu:

> zzapper wrote:

>> e.g. It doesn't have cd -<tab> expansion ... boo hoo
> 

> includes a setopt autopushd

###  THANKS, I have NOW  commented that in my .zshrc ###
> 
> I tend to use ~+ because it works from any command.

### OH GOSH DIDNT KNOW THAT MAGICAL THING!!! ###
> 
> Oliver
> 


cp ~+<tab>
1 -- /c/aaz
2 -- /c/aaa
3 -- /c/aax
4 -- /usr/bin
5 -- /home/Rayninfo


-- 
zzapper
http://zzapper.co.uk/ Technical Tips


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

end of thread, other threads:[~2012-11-16  9:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-15 12:42 zsh 4.2.6 (x86_64-redhat-linux-gnu) zzapper
2012-11-15 13:53 ` Jérémie Roquet
2012-11-15 16:56   ` zzapper
2012-11-15 17:10     ` Peter Stephenson
2012-11-15 22:17       ` zzapper
2012-11-15 21:59 ` Oliver Kiddle
2012-11-16  9:27   ` zzapper

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