all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* RMAIL summary and C-x C-s
@ 2007-06-03 17:20 Alfred M. Szmidt
  2007-06-04  0:17 ` Richard Stallman
  0 siblings, 1 reply; 2+ messages in thread
From: Alfred M. Szmidt @ 2007-06-03 17:20 UTC (permalink / raw)
  To: emacs-devel

This is really just a wish list item, often when I view the summary in
RMAIL, I find myself wanting to save the buffer without changing
windows.  This makes it so you can save the associated buffer by just
hitting C-x C-s.

(defun rmail-summary-save-buffer ()
  "Save the buffer associated with this RMAIL summary."
  (interactive)
  (save-window-excursion
    (save-excursion
      (switch-to-buffer rmail-buffer)
      (save-buffer))))

(define-key rmail-summary-mode-map "\C-x\C-s" 'rmail-summary-save-buffer)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: RMAIL summary and C-x C-s
  2007-06-03 17:20 RMAIL summary and C-x C-s Alfred M. Szmidt
@ 2007-06-04  0:17 ` Richard Stallman
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Stallman @ 2007-06-04  0:17 UTC (permalink / raw)
  To: ams; +Cc: emacs-devel

This seems like a good change.
Would someone please install it?
It is small enough that we don't need papers for it.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-06-04  0:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-03 17:20 RMAIL summary and C-x C-s Alfred M. Szmidt
2007-06-04  0:17 ` Richard Stallman

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.