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

Re: zsh-3.0-pre4 released



> Hmm ... you seem to be saying that
> 
> 	TRAPHUP() { echo Hangup }
> 	trap "echo Hang UP" 1
> 	
> causes an implicit "unfunction TRAPHUP".  What, then, happens if
> 
> 	trap "echo Hangup" 1
> 	TRAPHUP() { echo Hang UP }
> 
> ??  Does the TRAPHUP definition cause an implicit "trap - 1"?

Yes or course.  That's quite similar to the old behaviour.

Zoltan




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