C-c C-c WORKS!

2000-05-17 Thread Jonathan Pennington
> 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

Re: C-c C-c

2000-05-15 Thread Chris Green
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

Re: C-c C-c

2000-05-13 Thread Jonathan Pennington
* 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

Re: C-c C-c

2000-05-13 Thread Stephane Payrard
> -> 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

Re: C-c C-c

2000-05-13 Thread Charles Curley
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

Re: C-c C-c

2000-05-13 Thread Holger Lillqvist
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

C-c C-c

2000-05-12 Thread Jonathan Pennington
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