POV-Ray : Newsgroups : povray.general : emacs, pov-mode, error loading pov-mode : Re: emacs, pov-mode, error loading pov-mode Server Time
31 Jul 2024 12:14:40 EDT (-0400)
  Re: emacs, pov-mode, error loading pov-mode  
From: Warp
Date: 7 Mar 2007 03:41:21
Message: <45ee7ab1@news.povray.org>
I don't know what could be the problem. I myself have these lines in
my .emacs:

(autoload 'pov-mode "/full/path/to/pov-mode.elc" "PoVray scene file mode" t)
(setq auto-mode-alist
      (append '(("\\.pov$" . pov-mode)
                ("\\.inc$" . pov-mode))
              auto-mode-alist))
(add-hook 'pov-mode-hook 'turn-on-font-lock)

  The .elc file was created by byte-compiling the .el file (should be more
efficient). This happens with "esc x byte-compile-file".

  I'm not using the latest pov-mode.el though. I have an older versions
with some of my own additions.

-- 
                                                          - Warp


Post a reply to this message

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