All of sudden, XEmacs 21.4.22 starts asking whether it should chmod a+x $f
everytime I try to save a buffer that is in Shell-script mode.
- Switching it to
fundamental-mode
stops that behaviour. - enabling
shell-script-mode
again doesn't make the question asked again - I spot 'AScmd' mentioned on the buffer flags area.
As far as I know, "AScmd" stands for "After Save command". I guess I accidentally enabled it.
My questions:
[x] what is triggering that question ? -- likely an After Save command
- what enabled that ?
- how can I get rid of it ?