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

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

Re: Two questions


From: Stefan Monnier <address@hidden>
Subject: Re: Two questions
Date: 11 Sep 2002 16:02:16 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

>>>>> "Frank" == Frank Winkler @home <frank@consol.de> writes:
> What's the common/best wy to achieve this for all programming modes? I saw a 

Options -> Syntax Highlighting

> hint in "font-lock-mode" which is in fact a list of modes implying it - that 
> might be easier since I don't have to edit all modes. Or should I do it in 
> .emacs? And the same question for the text modes: what's the best way to 
> force "auto-fill-mode"

Options -> Word Wrap in Text Modes

> or even "maniac-mode"

(add-hook 'text-mode-hook (lambda () (maniac-mode 1)))
I recommend refill-mode instead, tho.

> ;) for text, i.e. fundamental-mode"?

text-mode is not fundamental-mode.  You should basically never use a buffer
in fundamental-mode.


        Stefan


reply via email to

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