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:33:45 EDT (-0400)
  Re: installing XEmacs' pov-mode on a DebianSystem???  
From: Kenny Doberenz
Date: 13 Dec 2000 13:05:32
Message: <3a37ba6c@news.povray.org>
*flutsch*

thanx, i already did, it works fine!
_
* Kenny

ps: i (<--idiot) now saw, that on the specified webpage, *this* (or
something like that) is explained! i just downloaded the file and assumed i
had nothing to do but the stuff described in the header of the *.el-file,
but now i know better!

"Steve" <ste### [at] zeroppsuklinuxnet> schrieb im Newsbeitrag
news:slr### [at] zero-ppslocaldomain...
> 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.