all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Make GNUS default mail compose/read in EMACS?
@ 2003-05-13 20:26 Edward Dodge
  2003-05-13 20:37 ` Jesper Harder
  0 siblings, 1 reply; 3+ messages in thread
From: Edward Dodge @ 2003-05-13 20:26 UTC (permalink / raw)



I thought I saw a snippet of elisp that did just that somewhere.  But
now I am at a loss to find it.  If I'm just hallucinating,  does
anyone know how to tie the guns "compose-mail" command to `C-x m'?

-- 
Edward Dodge

/Confabulation Consulting/

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

* Re: Make GNUS default mail compose/read in EMACS?
  2003-05-13 20:26 Make GNUS default mail compose/read in EMACS? Edward Dodge
@ 2003-05-13 20:37 ` Jesper Harder
  2003-05-13 22:33   ` Jason Rumney
  0 siblings, 1 reply; 3+ messages in thread
From: Jesper Harder @ 2003-05-13 20:37 UTC (permalink / raw)


Edward Dodge <someone@g3.com> writes:

> I thought I saw a snippet of elisp that did just that somewhere.  But
> now I am at a loss to find it.  If I'm just hallucinating,  does
> anyone know how to tie the guns "compose-mail" command to `C-x m'?

  (setq mail-user-agent 'gnus-user-agent)

[I don't remember if this is new in Gnus 5.10, though]

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

* Re: Make GNUS default mail compose/read in EMACS?
  2003-05-13 20:37 ` Jesper Harder
@ 2003-05-13 22:33   ` Jason Rumney
  0 siblings, 0 replies; 3+ messages in thread
From: Jason Rumney @ 2003-05-13 22:33 UTC (permalink / raw)


Jesper Harder <harder@myrealbox.com> writes:

> Edward Dodge <someone@g3.com> writes:
> 
> > I thought I saw a snippet of elisp that did just that somewhere.  But
> > now I am at a loss to find it.  If I'm just hallucinating,  does
> > anyone know how to tie the guns "compose-mail" command to `C-x m'?
> 
>   (setq mail-user-agent 'gnus-user-agent)
> 
> [I don't remember if this is new in Gnus 5.10, though]

I think this is a feature of Emacs, not Gnus, so it is the version of
Emacs that will be relevant, not Gnus. I'm pretty sure it was
introduced in 21.1, or maybe even 20.4.


  (setq read-mail-command 'gnus)

does the other half of the job.

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

end of thread, other threads:[~2003-05-13 22:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-13 20:26 Make GNUS default mail compose/read in EMACS? Edward Dodge
2003-05-13 20:37 ` Jesper Harder
2003-05-13 22:33   ` Jason Rumney

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.