Yoshiki's notes
   


About
Open source software, shogi and my life outside of workplace.

Yoshiki Hayashi

Subscribe
RSS

Flavours

  • index
  • circa 1993
  • RSS
  • December
    Sun Mon Tue Wed Thu Fri Sat
         
    8
     


    Categories

           
    Wed, 08 Dec 2004

    PSGML
    Some time ago, PSGML stopped working for me on Apache HTTP Server documentation. I was finally annoyed enough to find the cause of the problem. It turned out that it was a very simple problem. Apache HTTPD docs has common.dtd as external entity. My system also has entity named common on path /usr/share/linuxdoc-tools/dtd/common. The default setting prefers the one on path over the one in current directory. A litte bit of seaching showed me that all I have to do is (setq sgml-system-identifiers-are-preferred t). Now my life is much better.

    [] permanent link