POV-Ray : Newsgroups : povray.unix : Emacs pov-mode problem : Re: Emacs pov-mode problem Server Time
6 Jul 2024 04:15:05 EDT (-0400)
  Re: Emacs pov-mode problem  
From: k
Date: 9 May 2004 11:55:01
Message: <web.409e5431eb45dddde62b9aba0@news.povray.org>
could not find the answer to this problem.  anyone?
emacs 21.2.1 redhat 9
k.

Shay <sah### [at] simcopartscom> wrote:
> I want to experiment with the pov-mode in Emacs, but am getting an error. I
> untarred the three files into /usr/share/emacs/21.2/list/textmodes. I did
> not have an .emacs file in my home directory, so I created one whih now
> contains only:
>
> (autoload 'pov-mode "pov-mode.el" "PoVray scene file mode" t)
> (setq auto-mode-alist
>         (append '(("\.pov$" . pov-mode)
>                   ("\.inc$" . pov-mode)
>                  ) auto-mode-alist))
> (require 'pov-mode)
>
> When I attempt to start Emacs, or when I remove the last line, start Emacs,
> and then try to M-x to pov-mode, I get the following error:
>
> Wrong type argument: listp, "/usr/share/emacs/21.2/etc/"
>
> I know that the pov-mode files are in the load path. Emacs does bagin to
> load pov-mode before displaying the error. I can switch to perl-mode,
> cc-mode, etc. without a problem.
>
> Any help appreciated.
>  -Shay


Post a reply to this message

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