zsh-workers
 help / color / mirror / code / Atom feed
* [BUG?] autoloaded TRAP function doesn't actually trap signal
@ 2021-09-10  8:55 Marlon Richert
  0 siblings, 0 replies; only message in thread
From: Marlon Richert @ 2021-09-10  8:55 UTC (permalink / raw)
  To: Zsh hackers list

% print 'print tst' > TRAPALRM
% autoload $PWD/TRAPALRM
% TRAPALRM
tst
% type -f TRAPALRM
TRAPALRM () {
        print tst
}
% TMOUT=1
%
zsh: timeout
%

Is this expected behavior or a bug?


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-09-10  8:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-10  8:55 [BUG?] autoloaded TRAP function doesn't actually trap signal Marlon Richert

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