Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zshdb ready for stalwart hackers
- X-seq: zsh-workers 25753
- From: "Rocky Bernstein" <rocky.bernstein@xxxxxxxxx>
- To: "Zsh hackers list" <zsh-workers@xxxxxxxxxx>
- Subject: Re: zshdb ready for stalwart hackers
- Date: Fri, 26 Sep 2008 14:34:58 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=DpEbfaY3/CtzTyjw21szhpDBWXNC98wjUqOk9QomEV8=; b=ddfyleKY2cGk98rnWmU6eFmHQDf+9tOy3SoQke6Oluq6ClMI5MtLAlXRuK2xfWHvf4 yyi8szr+TbMjFI8UQU/x/L8J8hbmBtyO1IkdKrO3YvmABQWaW8/Q9YTEd1R03jFlEpU6 X59id17u5LpYdVOeouY/CZ+96LyULWHGg3ntY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=uJn06clx6BOB+Yo8MBPilqV3uSK3LjM0wuTmkESAauqqJXmIvjEl31Y53YKFMq7e5A Mbon5FV0KQd4K4Z5Lf2mK3kp7ngQM+FKbyWb6z5v2Tq21pknECWNjTHkWYr/tyHJITd9 vlLGjaOIJIHi9HU/lfOEfxkbk1JuR3U/sksyc=
- In-reply-to: <20080926174752.GA30081@xxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <6cd6de210809250925m560d28d2o58e95e695d63374f@xxxxxxxxxxxxxx> <20080926174752.GA30081@xxxxxxxx>
Should now be fixed on github. Thanks for the report.
(You mean there is some computer out there that doesn't have Emacs
installed? :-)
On Fri, Sep 26, 2008 at 1:47 PM, Clint Adams <schizo@xxxxxxxxxx> wrote:
> On Thu, Sep 25, 2008 at 12:25:18PM -0400, Rocky Bernstein wrote:
>> I think zshdb is good enough for stalwart hackers to get an initial
>> feel for it. To try out
>>
>> git-clone git://github.com/rocky/zshdb.git
>> cd zshdb
>> ./configure # possibly --with-zsh=/location/of/cvs/zsh
>> make && make test
>
> Making check in command
> make[1]: Entering directory `/tmp/zshdb/command'
> make[1]: Nothing to be done for `check'.
> make[1]: Leaving directory `/tmp/zshdb/command'
> Making check in emacs
> make[1]: Entering directory `/tmp/zshdb/emacs'
> make dbg-test.el dbg-test.el.in elk-test.el
> make[2]: Entering directory `/tmp/zshdb/emacs'
> make[2]: `dbg-test.el' is up to date.
> make[2]: Nothing to be done for `dbg-test.el.in'.
> make[2]: Nothing to be done for `elk-test.el'.
> make[2]: Leaving directory `/tmp/zshdb/emacs'
> no -batch -q -l ../emacs/dbg-test.el ./elk-test.el
> /bin/bash: no: command not found
> make[1]: *** [check] Error 127
> make[1]: Leaving directory `/tmp/zshdb/emacs'
> make: *** [check-recursive] Error 1
>
> Changing "no" to : in the emacs/Makefile leads to all the tests passing.
>
>> Share and enjoy!
>
> I'll probably package this for Debian soon. Shout now if you object.
Do you intend to package a very recent zsh on Debian? Because although
the program checks, this is useless without that. (And even with ...
There are still bugs I know about and some may turn out to be zsh
misfeatures.)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author