zsh-users
 help / color / mirror / code / Atom feed
* cool features like completion of abbreviated directory hierarchies?
@ 2008-10-29 23:02 Eric De Mund
  2008-10-30  8:27 ` history (was: cool features like completion of abbreviated directory hierarchies?) Stephane Chazelas
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Eric De Mund @ 2008-10-29 23:02 UTC (permalink / raw)
  To: Zsh users list

Peter, All,

Peter Stephenson <p DOT w DOT stephenson AT ntlworld DOT com>:
] Vincent spotted a completion problem with completion of abbreviated
] directory hierarchies like /u/lo/li. I think I've found the fix and
] if so I'll make 4.3.9 tomorrow.

I'm now in my 19th year of using Zsh, and this is one very cool feature
that I was completely unaware of. I'm sure there are a ton more. Where
can I go to find an overview of such cool features?

Regards,
Eric
--
Eric De Mund   | Ixian Systems           | Jab: eadixian@jabber.org/main
ead@ixian.com  | 650 Castro St, #120-210 | Y!M: ead0002
ixian.com/ead/ | Mountain View, CA 94041 | ICQ: 811788


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

* history (was: cool features like completion of abbreviated directory hierarchies?)
  2008-10-29 23:02 cool features like completion of abbreviated directory hierarchies? Eric De Mund
@ 2008-10-30  8:27 ` Stephane Chazelas
  2008-10-30 23:32   ` Vincent Lefevre
  2008-10-30 11:21 ` cool features like completion of abbreviated directory hierarchies? zzapper
  2008-10-31 21:01 ` Richard Hartmann
  2 siblings, 1 reply; 6+ messages in thread
From: Stephane Chazelas @ 2008-10-30  8:27 UTC (permalink / raw)
  To: Eric De Mund; +Cc: Zsh users list

On Wed, Oct 29, 2008 at 04:02:08PM -0700, Eric De Mund wrote:
[...]
> I'm now in my 19th year of using Zsh
[...]

Hi Eric,

Is zsh really that old? For some reason, 1991 was the date I had
in mind for the first public release.

But I can see some code copyrighted 1990. The changelog in the
current sources go only as far back as 2.6-beta1 (1994), I think
I must have started using it around 97 so probably a 3.x
already.

Is there any place where we can download the old releases? I
have got a 2.00.03 on my hard disk for some reason, but there's
no changelog in there I can see.

Cheers,
Stéphane


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

* Re: cool features like completion of abbreviated directory hierarchies?
  2008-10-29 23:02 cool features like completion of abbreviated directory hierarchies? Eric De Mund
  2008-10-30  8:27 ` history (was: cool features like completion of abbreviated directory hierarchies?) Stephane Chazelas
@ 2008-10-30 11:21 ` zzapper
  2008-10-30 11:44   ` Stephane Chazelas
  2008-10-31 21:01 ` Richard Hartmann
  2 siblings, 1 reply; 6+ messages in thread
From: zzapper @ 2008-10-30 11:21 UTC (permalink / raw)
  To: zsh-users

Eric De Mund wrote in news:1225321328.27046@bear.he.net:

> Peter, All,
> 
> Peter Stephenson <p DOT w DOT stephenson AT ntlworld DOT com>:
>] Vincent spotted a completion problem with completion of abbreviated
>] directory hierarchies like /u/lo/li. I think I've found the fix and
>] if so I'll make 4.3.9 tomorrow.
> 
> I'm now in my 19th year of using Zsh, and this is one very cool feature
> that I was completely unaware of. I'm sure there are a ton more. Where
> can I go to find an overview of such cool features?
Which cool feature? Could some kind soul please explain?

-- 
zzapper
http://www.successtheory.com/tips/vimtips.html
http://www.successtheory.com/tips/zshtips.html
http://www.successtheory.com/tips/cygwintips.php   (in progress)


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

* Re: cool features like completion of abbreviated directory hierarchies?
  2008-10-30 11:21 ` cool features like completion of abbreviated directory hierarchies? zzapper
@ 2008-10-30 11:44   ` Stephane Chazelas
  0 siblings, 0 replies; 6+ messages in thread
From: Stephane Chazelas @ 2008-10-30 11:44 UTC (permalink / raw)
  To: zzapper; +Cc: zsh-users

On Thu, Oct 30, 2008 at 11:21:24AM +0000, zzapper wrote:
> Eric De Mund wrote in news:1225321328.27046@bear.he.net:
> 
> > Peter, All,
> > 
> > Peter Stephenson <p DOT w DOT stephenson AT ntlworld DOT com>:
> >] Vincent spotted a completion problem with completion of abbreviated
> >] directory hierarchies like /u/lo/li. I think I've found the fix and
> >] if so I'll make 4.3.9 tomorrow.
> > 
> > I'm now in my 19th year of using Zsh, and this is one very cool feature
> > that I was completely unaware of. I'm sure there are a ton more. Where
> > can I go to find an overview of such cool features?
> Which cool feature? Could some kind soul please explain?
[...]

As said above, if you press <Tab> after /u/lo/li, it will
complete to /usr/local/lib, if you've set up the completion
right (you may want to run compinstall again to learn about
features that have been added recently).

-- 
Stéphane


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

* Re: history (was: cool features like completion of abbreviated directory hierarchies?)
  2008-10-30  8:27 ` history (was: cool features like completion of abbreviated directory hierarchies?) Stephane Chazelas
@ 2008-10-30 23:32   ` Vincent Lefevre
  0 siblings, 0 replies; 6+ messages in thread
From: Vincent Lefevre @ 2008-10-30 23:32 UTC (permalink / raw)
  To: Zsh users list; +Cc: Eric De Mund

On 2008-10-30 08:27:52 +0000, Stephane Chazelas wrote:
> Is zsh really that old? For some reason, 1991 was the date I had
> in mind for the first public release.

On <http://en.wikipedia.org/wiki/Zsh>:

  The first version of zsh was written by Paul Falstad in 1990 when
  he was a student at Princeton University.

> But I can see some code copyrighted 1990. The changelog in the
> current sources go only as far back as 2.6-beta1 (1994), I think
> I must have started using it around 97 so probably a 3.x
> already.

I don't remember when I started using it, but I have a copy of my .zshrc
from 1995-08-10, I subcribed to the zsh-users mailing-list on 1995-09-23
and I posted my first message on 1995-10-20:

  http://www.zsh.org/mla/users/1995/msg00104.html

-- 
Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)


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

* Re: cool features like completion of abbreviated directory hierarchies?
  2008-10-29 23:02 cool features like completion of abbreviated directory hierarchies? Eric De Mund
  2008-10-30  8:27 ` history (was: cool features like completion of abbreviated directory hierarchies?) Stephane Chazelas
  2008-10-30 11:21 ` cool features like completion of abbreviated directory hierarchies? zzapper
@ 2008-10-31 21:01 ` Richard Hartmann
  2 siblings, 0 replies; 6+ messages in thread
From: Richard Hartmann @ 2008-10-31 21:01 UTC (permalink / raw)
  To: Eric De Mund; +Cc: Zsh users list

On Thu, Oct 30, 2008 at 00:02, Eric De Mund <ead@ixian.com> wrote:

> I'm now in my 19th year of using Zsh,

Wow.


> and this is one very cool feature
> that I was completely unaware of. I'm sure there are a ton more. Where
> can I go to find an overview of such cool features?

I suggest buying "From Bash to Z Shell". Great book.


Richard


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

end of thread, other threads:[~2008-10-31 21:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-29 23:02 cool features like completion of abbreviated directory hierarchies? Eric De Mund
2008-10-30  8:27 ` history (was: cool features like completion of abbreviated directory hierarchies?) Stephane Chazelas
2008-10-30 23:32   ` Vincent Lefevre
2008-10-30 11:21 ` cool features like completion of abbreviated directory hierarchies? zzapper
2008-10-30 11:44   ` Stephane Chazelas
2008-10-31 21:01 ` Richard Hartmann

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