zsh-workers
 help / color / mirror / code / Atom feed
* Re: completion test suggestion
@ 1999-02-24  9:43 Sven Wischnowsky
  1999-02-24 12:05 ` 3.0.6? Jos Backus
  0 siblings, 1 reply; 10+ messages in thread
From: Sven Wischnowsky @ 1999-02-24  9:43 UTC (permalink / raw)
  To: zsh-workers


I wrote:

>     [[ -after str ]] ->     if (( rangebeg(str) < CURRENT )); then
>                               shift 'string(str)' words 
> 
>                                 (or: words=(${(@)words[string(str),-1]}"))

Plus the modification of `CURRENT' of course:

                                (( CURRENT -= string(str)-1 ))

Sorry.

Bye
 Sven


--
Sven Wischnowsky                         wischnow@informatik.hu-berlin.de


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

* 3.0.6?
  1999-02-24  9:43 completion test suggestion Sven Wischnowsky
@ 1999-02-24 12:05 ` Jos Backus
  1999-02-24 13:04   ` 3.0.6? Peter Stephenson
  0 siblings, 1 reply; 10+ messages in thread
From: Jos Backus @ 1999-02-24 12:05 UTC (permalink / raw)
  To: zsh-workers

Are there any plans to release a (final?) stable 3.0.6 distribution, given
that all new development seems to be happening along the 3.1.x branch
nowadays?

Thanks,
-- 
Jos Backus                          _/  _/_/_/    "Reliability means never
                                   _/  _/   _/     having to say you're sorry."
                                  _/  _/_/_/               -- D. J. Bernstein
                             _/  _/  _/    _/
Jos.Backus@nl.origin-it.com  _/_/   _/_/_/        use Std::Disclaimer;


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

* Re: 3.0.6?
  1999-02-24 12:05 ` 3.0.6? Jos Backus
@ 1999-02-24 13:04   ` Peter Stephenson
  1999-02-24 15:17     ` 3.0.6? Jos Backus
  1999-02-24 22:59     ` 3.0.6? Greg Badros
  0 siblings, 2 replies; 10+ messages in thread
From: Peter Stephenson @ 1999-02-24 13:04 UTC (permalink / raw)
  To: Jos Backus, zsh-workers

Jos Backus wrote:
> Are there any plans to release a (final?) stable 3.0.6 distribution, given
> that all new development seems to be happening along the 3.1.x branch
> nowadays?

If there was a development coordinator, this would definitely be a good
idea, since some of the bugs are quite sizeable, and there is a set of
patches to do it.  Unfortunately there's no one around to make releases at
the moment.  I've no idea when he's likely to come back.

-- 
Peter Stephenson <pws@ibmth.df.unipi.it>       Tel: +39 050 844536
WWW:  http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy


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

* Re: 3.0.6?
  1999-02-24 13:04   ` 3.0.6? Peter Stephenson
@ 1999-02-24 15:17     ` Jos Backus
  1999-02-24 22:59     ` 3.0.6? Greg Badros
  1 sibling, 0 replies; 10+ messages in thread
From: Jos Backus @ 1999-02-24 15:17 UTC (permalink / raw)
  To: zsh-workers

On Wed, Feb 24, 1999 at 02:04:49PM +0100, Peter Stephenson wrote:
> If there was a development coordinator, this would definitely be a good
> idea, since some of the bugs are quite sizeable, and there is a set of
> patches to do it.  Unfortunately there's no one around to make releases at
> the moment.  I've no idea when he's likely to come back.

Hm, that's too bad. Any pointers as to where the current patch set for 3.0.5
can be found?

And thanks to all of you for keeping zsh development alive. 3.2(?) looks very
promising.

Cheers,
-- 
Jos Backus                          _/  _/_/_/    "Reliability means never
                                   _/  _/   _/     having to say you're sorry."
                                  _/  _/_/_/               -- D. J. Bernstein
                             _/  _/  _/    _/
Jos.Backus@nl.origin-it.com  _/_/   _/_/_/        use Std::Disclaimer;


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

* Re: 3.0.6?
  1999-02-24 13:04   ` 3.0.6? Peter Stephenson
  1999-02-24 15:17     ` 3.0.6? Jos Backus
@ 1999-02-24 22:59     ` Greg Badros
  1999-02-25 11:42       ` 3.0.6? Jos Backus
  1 sibling, 1 reply; 10+ messages in thread
From: Greg Badros @ 1999-02-24 22:59 UTC (permalink / raw)
  To: Peter Stephenson; +Cc: Jos Backus, zsh-workers

Peter Stephenson <pws@ibmth.df.unipi.it> writes:

> Jos Backus wrote:
> > Are there any plans to release a (final?) stable 3.0.6 distribution, given
> > that all new development seems to be happening along the 3.1.x branch
> > nowadays?
> 
> If there was a development coordinator, this would definitely be a good
> idea, since some of the bugs are quite sizeable, and there is a set of
> patches to do it.  Unfortunately there's no one around to make releases at
> the moment.  I've no idea when he's likely to come back.

It seems to me that zsh work is a bit undirected for exactly this lack of a
coordinator doing releases.  Can I propose that someone volunteer to put 
together a 3.0.6 release, and someone (perhaps else) step forward to be
the 3.1.x maintainer?

Greg J. Badros
gjb@cs.washington.edu
Seattle, WA  USA
http://www.cs.washington.edu/homes/gjb


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

* Re: 3.0.6?
  1999-02-24 22:59     ` 3.0.6? Greg Badros
@ 1999-02-25 11:42       ` Jos Backus
  1999-02-25 22:04         ` 3.0.6? Geoff Wing
  0 siblings, 1 reply; 10+ messages in thread
From: Jos Backus @ 1999-02-25 11:42 UTC (permalink / raw)
  To: Greg Badros; +Cc: Peter Stephenson, zsh-workers

On Wed, Feb 24, 1999 at 02:59:03PM -0800, Greg Badros wrote:
> Can I propose that someone volunteer to put together a 3.0.6 release,

I wonder how much work this would be. It would definitely help with keeping
zsh on the radar screen.

Maybe a very short final testing period would be a good idea after rolling a
candidate release, too.

> and someone (perhaps else) step forward to be the 3.1.x maintainer?

/me ducks :-)

Seriously, I consider myself to be rather underqualified for this task, sorry.

Cheers,
-- 
Jos Backus                          _/  _/_/_/    "Reliability means never
                                   _/  _/   _/     having to say you're sorry."
                                  _/  _/_/_/               -- D. J. Bernstein
                             _/  _/  _/    _/
Jos.Backus@nl.origin-it.com  _/_/   _/_/_/        use Std::Disclaimer;


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

* Re: 3.0.6?
  1999-02-25 11:42       ` 3.0.6? Jos Backus
@ 1999-02-25 22:04         ` Geoff Wing
  1999-02-25 22:26           ` 3.0.6? Bart Schaefer
  1999-03-08 23:34           ` 3.0.6? Phil Pennock
  0 siblings, 2 replies; 10+ messages in thread
From: Geoff Wing @ 1999-02-25 22:04 UTC (permalink / raw)
  To: zsh-workers

Jos Backus <Jos.Backus@nl.origin-it.com> typed:
:On Wed, Feb 24, 1999 at 02:59:03PM -0800, Greg Badros wrote:
:> Can I propose that someone volunteer to put together a 3.0.6 release,
:I wonder how much work this would be. It would definitely help with keeping
:zsh on the radar screen.

I believe the most suitable person for a 3.0.6 release would be Bart since
I think only he has kept up to date with patches for 3.0.5 - and has been
adapting bugfixes for 3.1.5 back to 3.0.5 .  Everyone else seems to be
concentrating on 3.1.5-pws-? (except for the new completion which only
Sven, Peter and Bart seem to have looked at in depth - arghhh, I need more
hours in the week; actually, more hours in the week where I won't do
work.  Can anyone point me to a summary of the current completion language
or is the manual up-to-date?)

As for 3.1.6 - that branch is probably still too fast moving at the moment.
Though given it is a beta branch....

What is the news on Zefram?  Does he still have access to his fysh.org
account?

:Maybe a very short final testing period would be a good idea after rolling a
:candidate release, too.

Well, maybe not too short.
-- 
Geoff Wing   <gcw@pobox.com>            Mobile : (Australia) 0412 162 441
Work URL: http://www.primenet.com.au/   Ego URL: http://pobox.com/~gcw/


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

* Re: 3.0.6?
  1999-02-25 22:04         ` 3.0.6? Geoff Wing
@ 1999-02-25 22:26           ` Bart Schaefer
  1999-03-08 23:34           ` 3.0.6? Phil Pennock
  1 sibling, 0 replies; 10+ messages in thread
From: Bart Schaefer @ 1999-02-25 22:26 UTC (permalink / raw)
  To: mason; +Cc: zsh-workers

Geoff Wing writes:
 > I believe the most suitable person for a 3.0.6 release would be Bart

Thanks; however, Bart is pretty well tied up through the end of March.
If someone else wants to base a release on my patches, I can try to be
sure the files at ftp.brasslantern.com:/pub/zsh are up to date (they
should be pretty close right now).  I won't be able to do that until
the weekend, though.

One big thing missing from the patches I've collected are documentation
changes.  There must be yodl sources for the 3.0 manual *somewhere*, but
they've never been included in any release.


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

* Re: 3.0.6?
  1999-02-25 22:04         ` 3.0.6? Geoff Wing
  1999-02-25 22:26           ` 3.0.6? Bart Schaefer
@ 1999-03-08 23:34           ` Phil Pennock
  1999-03-08 23:42             ` 3.0.6? Phil Pennock
  1 sibling, 1 reply; 10+ messages in thread
From: Phil Pennock @ 1999-03-08 23:34 UTC (permalink / raw)
  To: zsh-workers

Sorry for the delay in replying.  Busy with work and stuff.  Almost
caught up on zsh-mail ...

Typing away merrily, Geoff Wing produced the immortal words:
> What is the news on Zefram?  Does he still have access to his fysh.org
> account?

It seems that he does now.

The last information I had was that he doesn't even have a telephone
line into the house where he now lives, and since he went contracting,
doesn't have work-access to zsh anymore.

Fairly recently, he hadn't checked email in a few months, however I just
looked and his mailbox has shrunk considerably and:

crucigera% finger zefram
Login: zefram         			Name: Andrew Main
Last login Fri Mar  5 15:59 (GMT) on ttype from [censored - Phil]
New mail received Mon Mar  8 23:17 1999 (GMT)
     Unread since Fri Mar  5 16:02 1999 (GMT)
No Plan.

(crucigera.fysh.org is just about all of fysh.org)

*shrugs*
-- 
--> Phil Pennock ; GAT d- s+:+ a23 C++(++++) UL++++/I+++/S+++/B++/H+$ P++@$
L+++ E-@ W(+) N>++ o !K w--- O>+ M V !PS PE Y+ PGP+ t-- 5++ X+ R !tv b++>+++
DI+ D+ G+ e+ h* r y?


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

* Re: 3.0.6?
  1999-03-08 23:34           ` 3.0.6? Phil Pennock
@ 1999-03-08 23:42             ` Phil Pennock
  0 siblings, 0 replies; 10+ messages in thread
From: Phil Pennock @ 1999-03-08 23:42 UTC (permalink / raw)
  To: zsh-workers

Typing away merrily, Phil Pennock produced the immortal words:
[snip zefram information]

Bleurgh.  I did look ahead for anything from him.  I guess that I'm just
blind and didn't notice his announcement.

Sorry to be lowering the signal/noise ratio like that/this.  :^(
-- 
--> Phil Pennock ; GAT d- s+:+ a23 C++(++++) UL++++/I+++/S+++/B++/H+$ P++@$
L+++ E-@ W(+) N>++ o !K w--- O>+ M V !PS PE Y+ PGP+ t-- 5++ X+ R !tv b++>+++
DI+ D+ G+ e+ h* r y?


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

end of thread, other threads:[~1999-03-08 23:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-02-24  9:43 completion test suggestion Sven Wischnowsky
1999-02-24 12:05 ` 3.0.6? Jos Backus
1999-02-24 13:04   ` 3.0.6? Peter Stephenson
1999-02-24 15:17     ` 3.0.6? Jos Backus
1999-02-24 22:59     ` 3.0.6? Greg Badros
1999-02-25 11:42       ` 3.0.6? Jos Backus
1999-02-25 22:04         ` 3.0.6? Geoff Wing
1999-02-25 22:26           ` 3.0.6? Bart Schaefer
1999-03-08 23:34           ` 3.0.6? Phil Pennock
1999-03-08 23:42             ` 3.0.6? Phil Pennock

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