[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: auto-fill problems
From: |
Stephen Berman |
Subject: |
Re: auto-fill problems |
Date: |
Mon, 03 Sep 2007 20:19:30 +0200 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) |
On Mon, 3 Sep 2007 14:08:11 +0000 (UTC) Victor Alejandro Ramiro Cid
<vramiro@dichato.dcc.uchile.cl> wrote:
> Hello!
>
> I'm having some trouble with my configuration. I've got this:
>
> ;; My .emacs:
> (setq-default fill-column 75)
> (setq auto-fill-mode 1)
>
> In emacs-lisp-mode I dont get the lines wrapped when writing,
> instead I must use the Mq option
>
> But, in the AUCTex, I dont have the expected behavior
> Even using Mq
>
> Some ideas?
auto-fill-mode is an Emacs Lisp function, not a variable. Instead of
(setq auto-fill-mode 1) use (auto-fill-mode 1).
Steve Berman
- auto-fill problems, Victor Alejandro Ramiro Cid, 2007/09/03
- Re: auto-fill problems,
Stephen Berman <=