Loading local version of psgml turns of syntax coloring

"Fischer, Oliver" <[email protected]>
Newsgroups gmane.emacs.psgml.user
Message-ID <[email protected]>
Hello,

since I have installed 1.2.5 in addition to the standard psgml
version of Xemacs, syntax highlighting doesn't work for XML any longer.

I load the version 1.2.5 by putting the path to 1.2.5 in the first
position of the load-path :

(setq load-path
      (cons "/home/plexus/data/xemacs-packages/share/emacs/site-lisp"
            load-path))

(setq load-path (append load-path
        '("/usr/home/plexus/tmp/xref/xemacs")))

(autoload 'sgml-mode "psgml" "Major mode to edit SGML files." t)
(autoload 'xml-mode "psgml" "Major mode to edit XML files." t)

(load "~/.xemacs/init.el")


Later I turn syntax highlighting on via:

   (custom-set-variables
   '(paren-mode (quote paren) nil (paren))
   '(font-lock-maximum-decoration t)
   '(font-lock-use-colors t)
   '(font-lock-use-fonts nil)
   '(font-lock-mode t))

If I remove the new entry from the load-path, it works again.

Does someone know anything about it?

Bye

Oliver








-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.