help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: package for Email


From: Jean Louis
Subject: Re: package for Email
Date: Thu, 19 Jan 2023 10:55:01 +0300
User-agent: Mutt/2.2.9+54 (af2080d) (2022-11-21)

* Tomas Hlavaty <tom@logand.com> [2023-01-19 10:31]:
> I would recommend notmuch as an email client.
> 
> On Wed 18 Jan 2023 at 18:15, Jean Louis <bugs@gnu.support> wrote:
> > Mutt invokes Emacs and I answer E-mails.
> 
> or the other way round:
> 
>    (term "mutt")
> 
> or if you have several different mutt configuration:
> 
>    (defun term2 (program &rest args)
>      (let ((x (apply 'make-term
>                      (format "%s" (cons 'term2 (cons program args)))
>                      program nil args)))
>        (set-buffer x)
>        (term-mode)
>        (term-char-mode)
>        (switch-to-buffer x)))
> 
>    (term2 "mutt" "-F" "~/.muttrc2")
> 
> I never understood, why term does not have args like term2.  Such little
> change with so mucht impact.  It is so convenient, e.g.
> 
>    (term2 "mtr" "1.1.1.1")

It is useful function for me as it provides safer way to provide
arguments.

-- 
Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

In support of Richard M. Stallman
https://stallmansupport.org/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]