Gnus development mailing list
 help / color / mirror / Atom feed
* Binding of \C-xm
@ 1996-01-27 17:39 Samuel Tardieu
  1996-01-30 16:29 ` Lars Magne Ingebrigtsen
  1996-01-30 17:21 ` Jack Vinson
  0 siblings, 2 replies; 4+ messages in thread
From: Samuel Tardieu @ 1996-01-27 17:39 UTC (permalink / raw)


I'd want to bind "control-x m" in Emacs to call `gnus-group-mail',
even if I haven't started Gnus at this time. Is there a function which
would load everything needed then call `gnus-group-mail' ?

  Sam
--
"La cervelle des petits enfants, ca doit avoir comme un petit gout de noisette"
                                                       Charles Baudelaire


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

* Re: Binding of \C-xm
  1996-01-27 17:39 Binding of \C-xm Samuel Tardieu
@ 1996-01-30 16:29 ` Lars Magne Ingebrigtsen
  1996-01-30 17:21 ` Jack Vinson
  1 sibling, 0 replies; 4+ messages in thread
From: Lars Magne Ingebrigtsen @ 1996-01-30 16:29 UTC (permalink / raw)


Samuel Tardieu <sam@inf.enst.fr> writes:

> I'd want to bind "control-x m" in Emacs to call `gnus-group-mail',
> even if I haven't started Gnus at this time. Is there a function which
> would load everything needed then call `gnus-group-mail' ?

No, but I guess there should be.  I've added it to the Red Gnus todo
list. 

-- 
  "Yes.  The journey through the human heart 
     would have to wait until some other time."


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

* Re: Binding of \C-xm
  1996-01-27 17:39 Binding of \C-xm Samuel Tardieu
  1996-01-30 16:29 ` Lars Magne Ingebrigtsen
@ 1996-01-30 17:21 ` Jack Vinson
  1996-01-31 18:57   ` Samuel Tardieu
  1 sibling, 1 reply; 4+ messages in thread
From: Jack Vinson @ 1996-01-30 17:21 UTC (permalink / raw)


>>>>> "ST" == Samuel Tardieu <sam@inf.enst.fr> writes:

ST> I'd want to bind "control-x m" in Emacs to call `gnus-group-mail',
ST> even if I haven't started Gnus at this time. Is there a function which
ST> would load everything needed then call `gnus-group-mail' ?

Just define the key as normal and add an autoload for this function.
(autoload 'gnus-group-mail "gnus" "Send mail via Gnus mail" t)

-- 
   (      "Mmmmmm - coffee"               (   
   ))     Jack Vinson                     ))  
 C|~~|    jvinson@cheux.ecs.umass.edu   C|~~| 
  `--'                                   `--' 


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

* Re: Binding of \C-xm
  1996-01-30 17:21 ` Jack Vinson
@ 1996-01-31 18:57   ` Samuel Tardieu
  0 siblings, 0 replies; 4+ messages in thread
From: Samuel Tardieu @ 1996-01-31 18:57 UTC (permalink / raw)


>>>>> "Jack" == Jack Vinson <jvinson@cheux.ecs.umass.edu> writes:

>>>>> "ST" == Samuel Tardieu <sam@inf.enst.fr> writes:

ST> I'd want to bind "control-x m" in Emacs to call `gnus-group-mail',
ST> even if I haven't started Gnus at this time. Is there a function
ST> which would load everything needed then call `gnus-group-mail' ?

Jack> Just define the key as normal and add an autoload for this
Jack> function. (autoload 'gnus-group-mail "gnus" "Send mail via Gnus
Jack> mail" t)

Doesn't work, I tried it before writing my original post :)

  Sam
--
"La cervelle des petits enfants, ca doit avoir comme un petit gout de noisette"
                                                       Charles Baudelaire


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

end of thread, other threads:[~1996-01-31 18:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-01-27 17:39 Binding of \C-xm Samuel Tardieu
1996-01-30 16:29 ` Lars Magne Ingebrigtsen
1996-01-30 17:21 ` Jack Vinson
1996-01-31 18:57   ` Samuel Tardieu

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).