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

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

Re: Using autofill./


From: Peter Dyballa
Subject: Re: Using autofill./
Date: Tue, 4 Oct 2005 18:12:56 +0200


Am 04.10.2005 um 17:24 schrieb Shashank Khanvilkar:

I am trying to make an ascii resume. I had set the line width to 75 characters. However now i find another site which requires the line width to be just 62 characters.


Try (buffer) local variables like

        %
        % Local Variables:
        % mode: LaTeX
        % fill-column: 99999
        % coding-system: utf-8-unix
        % End:
        %

which belong to the file's end. In the file's header you can put them too:

        % -*- mode: Text; fill-column: 69; coding-system: iso-8859-15-unix; -*-

% is just one example for starting a comment.

--
Greetings

  Pete

Got Mole problems?
Call Avogadro 6.02 x 10^23





reply via email to

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