POV-Ray : Newsgroups : povray.unix : Emacs POV-Ray mode : Re: Emacs POV-Ray mode Server Time
29 Jul 2024 02:23:44 EDT (-0400)
  Re: Emacs POV-Ray mode  
From: Kenneth Johansson
Date: 17 Apr 1999 16:04:09
Message: <3718D9A4.792ADEC7@canit.se>
Roland Mas wrote:

> Peter Toneby <woo### [at] accumuse> writes:
>
> > I took the liberty to update and post it yesterday ;)
> > It's in povray.binaries.utilities
> > It' not complete and it probably needs a few extra enhancements, like
> > better syntax highlighting and a good check for all keywords (I don't
> > think I got all new ones into it), and atmosphere should be put back in
> > for backwards compatibility.
> > I named it v1.99beata1 because of the (probably) missing keywords.
>
> Um...  I can't seem to byte-compile this file.  I'm using GNU Emacs
> 20.3.1 on Linux.  I can't seem to run it even without byte-compiling
> either.  Too bad for me, I guess.
> --
> Roland Mas
>
> Mou ichido !  Hayaku !  Ookii koede !
>   -- Atsuko Sasaki

I have put this in my .emacs file but it dose not work very well I get no
syntax coloring.


--------
(autoload 'pov-mode "pov-mode.el" "PoVray scene file mode" t)
(setq auto-mode-alist
      (append '(("\\.pov$" . pov-mode)) auto-mode-alist))
(setq auto-mode-alist
      (append '(("\\.inc$" . pov-mode)) auto-mode-alist))
--------


Post a reply to this message

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