From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Haines Brown Newsgroups: gmane.emacs.help Subject: Re: Configuring TEI-Emacs Date: Fri, 13 Sep 2002 16:30:13 GMT Organization: Prodigy Internet http://www.prodigy.com Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: <7ju1kvfgt8.fsf@rapun.sel.cam.ac.uk> <20020913.130630.41628311.acmuller@gol.com> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1031935566 8097 127.0.0.1 (13 Sep 2002 16:46:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 13 Sep 2002 16:46:06 +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 17ptZz-000261-00 for ; Fri, 13 Sep 2002 18:46:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17ptaA-0007eB-00; Fri, 13 Sep 2002 12:46:14 -0400 Original-Path: shelby.stanford.edu!nntp.stanford.edu!newsfeed.stanford.edu!canoe.uoregon.edu!logbridge.uoregon.edu!news.stealth.net!news.stealth.net!prodigy.com!newsmst01.news.prodigy.com!prodigy.com!postmaster.news.prodigy.com!newssvr10.news.prodigy.com.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 40 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Original-NNTP-Posting-Host: 64.252.162.243 Original-X-Complaints-To: abuse@prodigy.net Original-X-Trace: newssvr10.news.prodigy.com 1031934613 ST000 64.252.162.243 (Fri, 13 Sep 2002 12:30:13 EDT) Original-NNTP-Posting-Date: Fri, 13 Sep 2002 12:30:13 EDT X-UserInfo1: [[PAPDON]RVWSQT[@J_PJEPE@CTZB\XIDY^LLRMIWIWZEPYAFNS[QCW[RL\DXUGIANEYZEFNNFZ^_KSC[NVMOSDGKFWEXR@KO@ZJSWWBB\TTPLL_OSG\H][CODFOKCJL@DXG[ORM\Q^GVLSRED^K_OW_MCZFGR_HZY_I@A_B\K@BP\PE_TAZ]VDGWVWCP]JM Original-Xref: nntp.stanford.edu gnu.emacs.help:104889 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:1444 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:1444 Haines Brown writes: Sorry for the duplicate message (which I thought was personal, not going out to everyone). I managed to get XML going under emacs with tei-emacs, but doing so upsets my emacs set up. More specifically, I define my emacs fonts and geometry with a set of statements in ~/.Xdefaults: emacs*bitmapIcon: on emacs.Font:*-lucidatypewriter-bold-r-normal-*-12-* emacs.geometry:=221x84+0+26 emacs.toolBar: 0 And define colors in ~/.emacs: (set-background-color "linen") (set-foreground-color "RoyalBlue4") (set-mouse-color "Orchid") (set-cursor-color "Orchid") And then added statements to support tei-emacs: (setq homedir "/home/brownh/elisp/tei/tei-emacs") (add-to-list 'load-path (concat homedir "/elisp")) (load-library "tei-emacs-init") The last statement (load-library) kills the custom configuration of geometry and color. Also, emacs no longer starts in text mode. I want the SGML/XML mode to load only when an .xml file is present in the buffer. -- Haines Brown brownh@hartford-hwp.com kb1grm@arrl.net www.hartford-hwp.com