* bug#45063: compilation-bell
@ 2020-12-06 5:09 積丹尼 Dan Jacobson
2020-12-06 5:56 ` Eli Zaretskii
0 siblings, 1 reply; 2+ messages in thread
From: 積丹尼 Dan Jacobson @ 2020-12-06 5:09 UTC (permalink / raw)
To: 45063
https://www.quora.com/Why-do-typewriters-have-a-bell
Well compilers should too!
Sure, at the end of a Makefile we could just put
beep
but a new compilation-bell variable,
'always: ring after every compilation finishes
'long: ring only after compilations finish that took a "long time", that
you probably forgot are still running.
And ring differently for failed compilations.
(setq compilation-bell-command "beep"); i.e.,:
(setq compilation-bell-command "/usr/bin/beep")
> How '1960's!
Correct.
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#45063: compilation-bell
2020-12-06 5:09 bug#45063: compilation-bell 積丹尼 Dan Jacobson
@ 2020-12-06 5:56 ` Eli Zaretskii
0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2020-12-06 5:56 UTC (permalink / raw)
To: 積丹尼 Dan Jacobson; +Cc: 45063-done
> From: 積丹尼 Dan Jacobson
> <jidanni@jidanni.org>
> Date: Sun, 06 Dec 2020 13:09:55 +0800
>
> https://www.quora.com/Why-do-typewriters-have-a-bell
> Well compilers should too!
> Sure, at the end of a Makefile we could just put
> beep
> but a new compilation-bell variable,
> 'always: ring after every compilation finishes
> 'long: ring only after compilations finish that took a "long time", that
> you probably forgot are still running.
See compilation-finish-functions hook, you can put there anything you
want.
> And ring differently for failed compilations.
The functions on the above hook are called with the description of how
the compilation ended, so you can vary the result as you see fit.
Closing.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-12-06 5:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-12-06 5:09 bug#45063: compilation-bell 積丹尼 Dan Jacobson
2020-12-06 5:56 ` Eli Zaretskii
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.