jed-users mailing list

[2005 Date Index] [2005 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: Cannot use email mode


* G. Milde <g.milde@xxxxxx>:

> (BTW: I'd recommend the more highlevel functions
>    require("email")  % reads now, if not already done
>  or
>    autoload("mail_mode", "email") % reads email.sl when mail_mode is called
> )

Much better. Where do I put them? .jedrc?

> M-x mail_mode

Indeed.
 
> If you are using mutt as email client, you can write in your .jedrc (or
> jed.rc) file

I will try that.
 
> autoload("mail_mode", "email");
> define set_modes_hook(ext)
> {
>    variable file = path_basename(buffer_filename());
>    % mutt temp files start with "mutt-"
>    if (is_substr(file, "mutt-") == 1)
>      {
> 	set_comment_info ("email"   , "> "   , ""    , 1|2|4);
> 	mail_mode();
> 	return(1);
>      }
> }


-- 
Ralf Hildebrandt (i.A. des IT-Zentrum)          Ralf.Hildebrandt@xxxxxxxxxx
Charite - Universitätsmedizin Berlin            Tel.  +49 (0)30-450 570-155
Gemeinsame Einrichtung von FU- und HU-Berlin    Fax.  +49 (0)30-450 570-962
IT-Zentrum Standort CBF                 send no mail to spamtrap@xxxxxxxxxx


--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2005 date index] [2005 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]