Questions tagged «timers»

2
如何在Cx Cc之后设置临时停止?
如果我C-x C-c在emacs中运行,它将立即关闭。如果我将其设置confirm-kill-emacs为y-or-n-p关闭前将要求确认。 而不是y-or-n-p,我想在关闭emacs之前设置一些临时计时器3秒钟。所以,如果我按C-x C-c它应该显示类似 Emacs将在3秒钟后关闭。按Cg停止 如果我什么都不做,它应该关闭emacs,但是如果按C-g,它应该防止关机。我该如何实现?
10 quitting  timers 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.