POV-Ray : Newsgroups : povray.unix : installing XEmacs' pov-mode on a DebianSystem??? : Re: installing XEmacs' pov-mode on a DebianSystem??? Server Time
28 Jul 2024 14:31:44 EDT (-0400)
  Re: installing XEmacs' pov-mode on a DebianSystem???  
From: Steve
Date: 13 Dec 2000 12:27:53
Message: <slrn93fcb7.lhc.steve@zero-pps.localdomain>
On Wed, 13 Dec 2000 16:22:25 +0100, Kenny Doberenz wrote:
>!  ..oo00LLaH

I have this in the .emacs file in my home directory, you can change
the relevant bits like the name of the package and the location of 
the package to match your own instalation.

What happens if you open a .pov file?

$ emacs myfile.pov &

You should see the syntax highlighting etc. 

You've got a later version of pov-mode.el than myself, I hope it's
easier to turn off all the indentation than in the version I'm 
using.  Maybe I'll go and have a look. 

The stuff that's in my .emacs file:

(setq load-path (cons "/usr/share/emacs/20.5/lisp/pov-mode.elc" load-path))
(autoload 'pov-mode "pov-mode.elc" "PoVray scene file mode" t)

(setq auto-mode-alist
        (append '(("\\.pov$" . pov-mode) 
                  ("\\.inc$" . pov-mode)
                 ) auto-mode-alist))

(custom-set-faces
 '(region ((((class color) (background dark)) (:foreground
"MidnightBlue" :background "light goldenrod")))))

(add-hook 'pov-mode-hook 'turn-on-font-lock)


-- 
Cheers
Steve              email mailto:ste### [at] zeroppsuklinuxnet

%HAV-A-NICEDAY Error not enough coffee  0 pps. 

web http://www.zeropps.uklinux.net/

or  http://start.at/zero-pps

  5:17pm  up 63 days, 19:43,  3 users,  load average: 1.06, 1.02, 1.00


Post a reply to this message

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