> In Mutt, set your editor to emacsclient:
> set editor="emacsclient" # editor to use when composing messages
> and use C-x # to exit. You can do other tricks by building an elisp
Funny, I actually did the opposite. For some reason, if my .emacs says
start server, the
ter
> > -> writing an email and emacs would save and exit, automagically
> > -> releasing control to Mutt. Unfortunately, now I have to explicitily
> > -> exit before continuing. Does anyone know what I want to adjust to
> > -> make the sequence C-c C-c (or any
* Charles Curley <[EMAIL PROTECTED]> [000513 16:15]:
> Rather than firing up Emacs and exiting it every time you want to use it,
> fire up Emacs once per login and shut it down when you log out. It means
> access to files is much faster.
I don't log out. Server is up 24/7. Problem is that I don't
> -> releasing control to Mutt. Unfortunately, now I have to explicitily
> -> exit before continuing. Does anyone know what I want to adjust to
> -> make the sequence C-c C-c (or any sequence for that matter) do this
> -> automagically again? I know that this is really a .emacs
exit before continuing. Does anyone know what I want to adjust to
-> make the sequence C-c C-c (or any sequence for that matter) do this
-> automagically again? I know that this is really a .emacs question, but
-> I thought it was in post.el, so it's a Mutt specific .emacs question
-&g
what I want to adjust to
> make the sequence C-c C-c (or any sequence for that matter) do this
> automagically again?
To skip the prompt you might use something like this:
(defun exit-save-all-yes ()
"Exit emacs and save all buffers without prompting"
(interactive)
(save-bu
Again with the lost configs. I used to just type that sequence after
writing an email and emacs would save and exit, automagically
releasing control to Mutt. Unfortunately, now I have to explicitily
exit before continuing. Does anyone know what I want to adjust to
make the sequence C-c C-c (or