Re: zsh completion for CVS

2003-12-01 Thread Magnus Therning
On Thu, Nov 27, 2003 at 12:18:31PM +0100, Vincent Lefevre wrote: >On 2003-11-27 10:04:43 +0100, Magnus Therning wrote: >> Yes, I know. I still remember the good old days when I had a working CVS >> completion in zsh. I am trying to add not-previously-added C-files :( > >I have no problem here, with

Re: zsh completion for CVS

2003-11-27 Thread Vincent Lefevre
On 2003-11-27 10:04:43 +0100, Magnus Therning wrote: > Yes, I know. I still remember the good old days when I had a working CVS > completion in zsh. I am trying to add not-previously-added C-files :( I have no problem here, with zsh 4.0.7-16 (unstable). You can try something like: greux:~> zsh -f

Re: zsh completion for CVS

2003-11-27 Thread Magnus Therning
On Sun, Nov 23, 2003 at 12:55:36PM +0900, Vincent Lefevre wrote: >On 2003-11-18 09:31:42 +0100, Magnus Therning wrote: >> The command line completion for CVS in zsh seems to be broken: the >> completion for 'cvs add' doesn't provide completion for file names >> :-( > >It depends on the filenames. I

Re: zsh completion for CVS

2003-11-26 Thread Vincent Lefevre
On 2003-11-18 09:31:42 +0100, Magnus Therning wrote: > The command line completion for CVS in zsh seems to be broken: the > completion for 'cvs add' doesn't provide completion for file names :-( It depends on the filenames. It won't try to complete on files that are already added or are normally i

zsh completion for CVS

2003-11-18 Thread Magnus Therning
The command line completion for CVS in zsh seems to be broken: the completion for 'cvs add' doesn't provide completion for file names :-( Any one else experiencing the same? Is it only my local configuration that is screwed up? Any solutions? /M -- Magnus Therning mailto:[EMAIL PROTECTED] +31-

Re: zsh completion

2002-09-23 Thread Mark L. Kahnt
On Mon, 2002-09-23 at 16:58, martin f krafft wrote: > also sprach Stephen Rueger <[EMAIL PROTECTED]> [2002.09.23.2244 +0200]: > > Go to zsh.org and grab the user's guide, it's a splendid piece of > > documentation and covers nearly everything, including the new completion > > system. > > 260 page

Re: zsh completion

2002-09-23 Thread martin f krafft
also sprach Stephen Rueger <[EMAIL PROTECTED]> [2002.09.23.2244 +0200]: > Go to zsh.org and grab the user's guide, it's a splendid piece of > documentation and covers nearly everything, including the new completion > system. 260 pages??? when should i read all that? thanks for the reference thou

Re: zsh completion

2002-09-23 Thread Stephen Rueger
On Mon, Sep 23, 2002 at 10:38:59PM +0200, martin f krafft wrote: > also sprach Jason Lunz <[EMAIL PROTECTED]> [2002.09.23.2016 +0200]: > > once you get it going, it'll install "new-style" zsh support into your > > .zshrc (after asking some questions). > > some questions? a million! my problem is

Re: zsh completion

2002-09-23 Thread martin f krafft
also sprach Jason Lunz <[EMAIL PROTECTED]> [2002.09.23.2016 +0200]: > [stoli](0) % dlocate compinstall > zsh: /usr/share/zsh/4.0.4/functions/Completion/compinstall okay, found that. thanks. > once you get it going, it'll install "new-style" zsh support into your > .zshrc (after asking some quest

Re: zsh completion

2002-09-23 Thread Jason Lunz
[EMAIL PROTECTED] said: > fishbowl:~> compinstall > zsh: command not found: compinstall hmm. I seem to have it, and I don't remember doing anything special to get it: [stoli](0) % dlocate compinstall zsh: /usr/share/zsh/4.0.4/functions/Completion/compinstall [stoli](0) % dpkg -s zsh | grep Versi

Re: zsh completion

2002-09-22 Thread martin f krafft
also sprach Jason Lunz <[EMAIL PROTECTED]> [2002.09.22.1928 +0200]: > run compinstall. fishbowl:~> compinstall zsh: command not found: compinstall -- martin; (greetings from the heart of the sun.) \ echo mailto: !#^."<*>"|tr "<*> mailto:"; net@madduck the only real advantag

Re: zsh completion

2002-09-22 Thread Jason Lunz
[EMAIL PROTECTED] said: > when i enter 'apti' into the zsh shell and press tab, it completes to > aptitude. when i type 'sudo apti', it obviously doesn't (unless > pwd =3D=3D /usr/bin or /usr/share/doc). how can i make zsh complete > commands from the search path also when following sudo? run com

Re: zsh completion

2002-09-22 Thread Stephen Rueger
On Sun, Sep 22, 2002 at 03:43:24PM +0200, martin f krafft wrote: > when i enter 'apti' into the zsh shell and press tab, it completes to > aptitude. when i type 'sudo apti', it obviously doesn't (unless > pwd == /usr/bin or /usr/share/doc). how can i make zsh complete > commands from the search pa

zsh completion

2002-09-22 Thread martin f krafft
when i enter 'apti' into the zsh shell and press tab, it completes to aptitude. when i type 'sudo apti', it obviously doesn't (unless pwd == /usr/bin or /usr/share/doc). how can i make zsh complete commands from the search path also when following sudo? -- martin; (greetings from th

Re: regenerating the zsh completion cache

2002-05-21 Thread Chris Gray
On Tue, May 21, 2002 at 05:09:40PM -0700, Petro wrote: > On Tue, May 21, 2002 at 03:47:00PM -0700, Chris Gray wrote: > > Hi, > > If I install a new package and it installs a new binary, how do I get > > zsh to complete the name of the binary when I hit tab. Obviously I > > could just start a new s

Re: regenerating the zsh completion cache

2002-05-21 Thread Walt Mankowski
On Tue, May 21, 2002 at 05:09:40PM -0700, Petro wrote: > On Tue, May 21, 2002 at 03:47:00PM -0700, Chris Gray wrote: > > Hi, > > If I install a new package and it installs a new binary, how do I get > > zsh to complete the name of the binary when I hit tab. Obviously I > > could just start a new s

Re: regenerating the zsh completion cache

2002-05-21 Thread Petro
On Tue, May 21, 2002 at 03:47:00PM -0700, Chris Gray wrote: > Hi, > If I install a new package and it installs a new binary, how do I get > zsh to complete the name of the binary when I hit tab. Obviously I > could just start a new shell, but that's too easy. > Here is the completions part of my .

regenerating the zsh completion cache

2002-05-21 Thread Chris Gray
Hi, If I install a new package and it installs a new binary, how do I get zsh to complete the name of the binary when I hit tab. Obviously I could just start a new shell, but that's too easy. Here is the completions part of my .zshrc: # The following lines were added by compinstall zstyle ':co