gforth
[Top][All Lists]
Advanced

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

[gforth] gforth.el : problem with highlight-beyond-fill-column


From: Calin Dumitrescu
Subject: [gforth] gforth.el : problem with highlight-beyond-fill-column
Date: Mon, 10 May 2010 00:51:39 +0300
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100411 Icedove/3.0.4

I'm trying to use highlight-beyond-fill-column (from emacs-goodies) together with forth-mode with no luck. Upon activation, highlight-beyond-fill-column removes all fontification from the buffer, leaving text bare.

highlight-beyond-fill-column *works* with other programming modes (tested C and Emacs Lips), also with other fontified built-in modes (Info, Dired etc.)

Versions:
gforth.el from Gforth 0.7.0+ds1 (Debian testing package)
emacs-goodies-el 33.1 (Debian testing)
GNU Emacs 23.1+1-5 (Debian testing)


Basically, what I'm trying to do (this goes into .emacs) :

(add-hook 'forth-mode-hook
          '(lambda ()
             (set-fill-column 64)
             (highlight-beyond-fill-column)))


Would you care to investigate?
Thanks.




reply via email to

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