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.