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

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

Re: howto suffix based fill-column?


From: Reiner Steib
Subject: Re: howto suffix based fill-column?
Date: Thu, 07 Aug 2003 14:00:52 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux)

On Thu, Aug 07 2003, Joakim Hove wrote:

> (defun set-fill-column ()
>    (if (string-equal (file-name-extension (buffer-file-name)) "eml")
>       (setq fillĀ­column 68)
                  ^ This is not a minus but `soft hyphen' from Latin-1

In case anyone will use C&P, it won't work as it should.  (I noticed
this because I was wondering why Gnus gives me a button for the second
but not for the first line.)

>     (setq fill-column 79)))

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo--- PGP key available via WWW   http://rsteib.home.pages.de/


reply via email to

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