POV-Ray : Newsgroups : povray.unix : Emacs mode updated for 3.5 : Re: Emacs mode updated for 3.5 Server Time
28 Jul 2024 16:14:46 EDT (-0400)
  Re: Emacs mode updated for 3.5  
From: jbvd
Date: 22 Jul 2002 18:34:44
Message: <m2vg77o0av.fsf@gandalf.mountpoint.nl>
gemelli david <d.g### [at] xlstudiocom> writes:

> I tried the new pov-mode + pov-im and I had to change a few things in
> pov-mode in order to make it work well.
> I saw some "C.H." in the file that add 2 hilights ("keyword" and
> "macro name" if I remember well) but they are not defined at the top
> of pov-mode...I just made the necessary declarations and everything
> worked !

Thanks for the hint. I added:

(defvar font-pov-macro-name-face 'font-pov-macro-name-face
  "Face to use for PoV macro names.")

(defvar font-pov-keyword-face 'font-pov-keyword-face
  "Face to use for PoV keywords.")

and backtraces: no more.

> Is it my emacs version or did someone had the same problem ?

Emacs-21.2-2, RedHat 7.3.

-- 
Cheers,

Jan Bernard van Doorn


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.