From mboxrd@z Thu Jan 1 00:00:00 1970
Path: main.gmane.org!not-for-mail
From: Phillip Lord
Newsgroups: gmane.emacs.help
Subject: Re: invisible buffer is it possible?
Date: 26 Nov 2002 16:17:52 +0000
Organization: BIOSCI/MRC Human Genome Mapping Project Resource Centre
Sender: help-gnu-emacs-admin@gnu.org
Message-ID:
References: <5llm3gnz02.fsf@rum.cs.yale.edu>
NNTP-Posting-Host: main.gmane.org
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Trace: main.gmane.org 1038328517 22469 80.91.224.249 (26 Nov 2002 16:35:17 GMT)
X-Complaints-To: usenet@main.gmane.org
NNTP-Posting-Date: Tue, 26 Nov 2002 16:35:17 +0000 (UTC)
Return-path:
Original-Received: from monty-python.gnu.org ([199.232.76.173])
by main.gmane.org with esmtp (Exim 3.35 #1 (Debian))
id 18GiVI-00053e-00
for ; Tue, 26 Nov 2002 17:24:04 +0100
Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org)
by monty-python.gnu.org with esmtp (Exim 4.10)
id 18GiSl-0002kJ-00; Tue, 26 Nov 2002 11:21:27 -0500
Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!bnewspeer01.bru.ops.eu.uu.net!lnewspeer00.lnd.ops.eu.uu.net!emea.uu.net!server1.netnews.ja.net!hgmp.mrc.ac.uk!not-for-mail
Original-Newsgroups: gnu.emacs.help
Original-Lines: 23
Original-NNTP-Posting-Host: bromine.hgmp.mrc.ac.uk
Original-X-Trace: niobium.hgmp.mrc.ac.uk 1038327473 5903 193.62.192.35 (26 Nov 2002 16:17:53 GMT)
Original-X-Complaints-To: news@net.bio.net
Original-NNTP-Posting-Date: Tue, 26 Nov 2002 16:17:53 +0000 (UTC)
User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.92
Original-Xref: shelby.stanford.edu gnu.emacs.help:107491
Original-To: help-gnu-emacs@gnu.org
Errors-To: help-gnu-emacs-admin@gnu.org
X-BeenThere: help-gnu-emacs@gnu.org
X-Mailman-Version: 2.0.11
Precedence: bulk
List-Help:
List-Post:
List-Subscribe: ,
List-Id: Users list for the GNU Emacs text editor
List-Unsubscribe: ,
List-Archive:
Xref: main.gmane.org gmane.emacs.help:4044
X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:4044
>>>>> "lawrence" == lawrence mitchell writes:
lawrence> Phillip Lord wrote:
lawrence> [...]
>> You wouldn't have thought so would you. None the less, there it
>> is.
>> PSGML opens up the parent document when it loads a child. So with
>> this hook in, any time you open "build.xml", then the anthead.xml
>> file will also get opened. Its buried, but its there.
lawrence> Look at `sgml-load-doctype' and `sgml-in-file-eval'.
lawrence> Which seem to be the main culprits.
Well this does seem to be where the loading is taking place. I guess
that the solution is to modify this function to provide some
alternative way of determining the doctype. Using sgml-parent-document
in the way that I have is a bit of a hack at best.
Phil