From: Emanuel Berg <embe8573@student.uu.se>
To: help-gnu-emacs@gnu.org
Subject: Re: How to advice save-buffers-kill-terminal?
Date: Wed, 20 Apr 2016 00:52:40 +0000 [thread overview]
Message-ID: <87ega1rtif.fsf@student.uu.se> (raw)
In-Reply-To: CAJQX3DwTae9rGzpix2D2jkG-wfVd6mJQpFgH4UbZhB7+mqRnSQ@mail.gmail.com
Shiyao Ma <i@introo.me> writes:
> For the following code:
>
> (advice-add 'save-buffers-kill-terminal :around
> #'(lambda (oldfunc &rest r) (cl-flet ((yes-or-no-p
> (msg)
*Sigh*!
Did I ever hear of I guy who succeeded doing anything
with advices? Yes: several times!
:)
Here is what I would do. In the now commented-out
"kill-everything" function is where you shut
everything down gracefully, e.g., Gnus and any other
software you might run.
(defun no-confirm-emacs-quit ()
(interactive)
; (kill-everything)
(save-buffers-kill-terminal t) ) ; silently save ... kill
(define-key (current-global-map)
[remap save-buffers-kill-terminal] #'no-confirm-emacs-quit)
Full example source:
http://user.it.uu.se/~embe8573/conf/emacs-init/quit.el
Sensible blog post on this theme:
http://user.it.uu.se/~embe8573/blogomatic/emacs/automatization-hooks-advices-or-new-functions.html
--
underground experts united .... http://user.it.uu.se/~embe8573
Emacs Gnus Blogomatic ......... http://user.it.uu.se/~embe8573/blogomatic
- so far: 25 Blogomatic articles -
prev parent reply other threads:[~2016-04-20 0:52 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-14 13:16 How to advice save-buffers-kill-terminal? Shiyao Ma
2016-04-14 13:30 ` Stefan Monnier
2016-04-15 5:41 ` Shiyao Ma
2016-04-14 13:52 ` Michael Heerdegen
2016-04-20 0:52 ` Emanuel Berg [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87ega1rtif.fsf@student.uu.se \
--to=embe8573@student.uu.se \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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 read-only IMAP folder(s) and NNTP newsgroup(s).