Jeff Hartnell <[EMAIL PROTECTED]> writes:

> 2.) Latex mode related
> I can't change the "M-q" command that wraps all the text to a
> certain width. I tried:

[...]

> but it doesn't work for latex files (it works fine if I have
> file.txt say)

,----[ C-h v fill-column RET ]
| fill-column's value is 70
| Automatically becomes buffer-local when set in any fashion.
`----
Therefore I use Local Variables and it works nicely:
,----
| %% Local Variables:
| %% mode: LaTeX
| %% mode: auto-fill
| %% fill-column: 80
| %% End:
`----


Greetings,
Jochen
-- 
Einigkeit und Recht und Freiheit                http://www.Jochen-Kuepper.de
    Liberté, Égalité, Fraternité                GnuPG key: CC1B0B4D
        (Part 3 you find in my messages before fall 2003.)


_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to