From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Harald Joerg Newsgroups: gmane.emacs.help Subject: Re: Problems using psgml with emacs Date: Tue, 14 Dec 2004 09:36:39 +0100 Organization: Fujitsu Siemens Computers Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1103013985 27894 80.91.229.6 (14 Dec 2004 08:46:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 14 Dec 2004 08:46:25 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Dec 14 09:46:19 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ce8K2-0002Rd-00 for ; Tue, 14 Dec 2004 09:46:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Ce8UA-00053g-Fe for geh-help-gnu-emacs@m.gmane.org; Tue, 14 Dec 2004 03:56:46 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsmi-us.news.garr.it!newsmi-eu.news.garr.it!NewsITBone-GARR!feed.news.tiscali.de!news.netplace.de!news-FFM2.ecrc.net!newsfeed1.sbs.de!nntp.fujitsu-siemens.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 45 Original-NNTP-Posting-Host: mcp0147c.mch.fsc.net Original-X-Trace: nntp.fujitsu-siemens.com 1103013399 11722 172.25.86.151 (14 Dec 2004 08:36:39 GMT) Original-X-Complaints-To: abuse@sbs.de Original-NNTP-Posting-Date: Tue, 14 Dec 2004 08:36:39 +0000 (UTC) User-Agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.2 (cygwin) Cancel-Lock: sha1:BS4uwcyOQRGgxo9P9QRe1IO9zcg= Original-Xref: shelby.stanford.edu gnu.emacs.help:127299 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:22732 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:22732 Anders Gjendemsjø writes: > On Fri, 10 Dec 2004, Harald Joerg wrote: > >> Anders Gjendemsjø writes: >> >> > Typing C-c C-c in emacs gives me: >> > (running Windows XP) >> > >> > "Opening input file: permission denied c:/sgml" >> > >> > Any tip`? >> >> I guess you're talking about sgml-show-context? > Yes. > >> Does c:/sgml exist? If yes: Is it a file or a directory? > Does exist, it is a directory containing a SGML Open style entity catalog > file + a subdirectory called dtd containg directories with dtd files. > >> What's your doctype declaration? > > "http://cnx.rice.edu/cnxml/0.5/DTD/cnxml_mathml.dtd"> > >> What does C-h v sgml-catalog-files say? > sgml-catalog-files's value is ("c:/SGML") > > Documentation:> *List of catalog entry files. The files are in the format > defined in the SGML Open Draft Technical Resolution on Entity Management. > Defined in `psgml'. So here's the culprit. sgml-catalog-files is supposed to contain a list of catalog files and not a directory. >> Do you have an environment variable SGML_CATALOG_FILES? > Yes. SGML_CATALOG_FILES is set to: c:\SGML Set it to the file name of your SGML catalog. sgml-catalog-files is initialized from this value. -- Cheers, haj