Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: completion problem with '291' ok with '274'.



On Feb 10, 10:10pm, Ray Andrews wrote:
}
}      autoload -U compinit && compinit
}      return
} 
} ... and I still have the problem, (the return skips all 'style' lines.)

Curious.

} Starting program: /usr/local/bin/zsh-5.0.7-293
} [Thread debugging using libthread_db enabled]
} Using host libthread_db library "/lib/i386-linux-gnu/i686/cmov/libthread_db.so.1".
} 
}                                                                                      TAB here:
} pts/5 HP-w5--5-Debian1 root /usr/local/bin 3$ l zsh[Inferior 1 (process 19073) exited normally]

Now *that* is strange.  Let's try this.  At the first (gdb) prompt, before
you do "run", type "break zexit".  If it really is exiting normally that
should stop the process before it actually does exit, so "where" will be
able to display something.



Messages sorted by: Reverse Date, Date, Thread, Author