Gnus development mailing list
 help / color / mirror / Atom feed
From: Ralph Schleicher <rs@purple.UL.BaWue.DE>
Subject: Integrating Gnus into Emacs
Date: 27 May 1998 22:27:54 +0200	[thread overview]
Message-ID: <ufemxfihmd.fsf@charlie.purple.UL.BaWue.DE> (raw)

My girl friend started reading and writing mail using Emacs a few weeks
ago.  Since she is a real Computer/Unix/Emacs novice, I had to replace
the standard Emacs mail commands with Gnus equivalents.  I ended up with
the following code in her personal Emacs initialization file:

;;; Replace the standard mail commands with Gnus equivalents.

(defun gnus-mail ()
  "Start composing a mail."
  (interactive)
  (unless (get-buffer "*Group*")
    (save-window-excursion (gnus)))
  (gnus-group-mail))

(define-key ctl-x-map "m" 'gnus-mail)
(define-key-after menu-bar-tools-menu [rmail]
  '("Read Mail" . gnus) 'gnus)
(define-key-after menu-bar-tools-menu [compose-mail]
  '("Send Mail" . gnus-mail) 'rmail))

Maybe this code is useful for the FAQ.

-- 
Ralph


             reply	other threads:[~1998-05-27 20:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-05-27 20:27 Ralph Schleicher [this message]
1998-05-28  7:50 ` Kai Grossjohann
1998-05-28  8:34   ` Christophe Broult

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ufemxfihmd.fsf@charlie.purple.UL.BaWue.DE \
    --to=rs@purple.ul.bawue.de \
    /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 NNTP newsgroup(s).