On (08/06/01 17:29), Vittorio wrote:
> I've installed Mutt and am using as my pet e-mail composer emacs.
Me too! I use mutt-alias.el and post.el which are both available from
http://www.davep.org/mutt/
post.el is a mail mode for Emacs that contains various functions
including automatic line wrapp
> > On Fri, Jun 08, 2001 at 05:29:26PM +, Vittorio wrote:
> > > 2) Is that possible to configure emacs to wrap lines at, say, 72 char?
For accents put
(set-language-environment "Latin-1")
in .emacs.
To wrap text mode lines at 72, try
(add-hook 'text-mode-hook 'turn-on-auto-fi
John R Lenton <[EMAIL PROTECTED]> writes:
> On Fri, Jun 08, 2001 at 05:29:26PM +, Vittorio wrote:
> > 2) Is that possible to configure emacs to wrap lines at, say, 72 char?
>
> I don't know how you'd put it in your .emacs, but C-x f is
> set-fill-column, so C-u 72 C-x f would do that for you.
On Fri, Jun 08, 2001 at 05:29:26PM +, Vittorio wrote:
> 2) Is that possible to configure emacs to wrap lines at, say, 72 char?
I don't know how you'd put it in your .emacs, but C-x f is
set-fill-column, so C-u 72 C-x f would do that for you.
--
John Lenton ([EMAIL PROTECTED]) -- Random fortu
Vittorio <[EMAIL PROTECTED]> writes:
> I've installed Mutt and am using as my pet e-mail composer emacs.
Why don't you use one of the emacs mail tools? :)
> 2) Is that possible to configure emacs to wrap lines at, say, 72
> char?
Add to your .emacs:
;; for mail modes and text modes, turn on a
5 matches
Mail list logo