* auto-fill problems
@ 2007-09-03 14:08 Victor Alejandro Ramiro Cid
2007-09-03 18:19 ` Stephen Berman
0 siblings, 1 reply; 2+ messages in thread
From: Victor Alejandro Ramiro Cid @ 2007-09-03 14:08 UTC (permalink / raw)
To: help-gnu-emacs
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?
--
Victor Ramiro
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: auto-fill problems
2007-09-03 14:08 auto-fill problems Victor Alejandro Ramiro Cid
@ 2007-09-03 18:19 ` Stephen Berman
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Berman @ 2007-09-03 18:19 UTC (permalink / raw)
To: help-gnu-emacs
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-09-03 18:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-03 14:08 auto-fill problems Victor Alejandro Ramiro Cid
2007-09-03 18:19 ` Stephen Berman
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.