From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sean Sieger Newsgroups: gmane.emacs.devel Subject: Re: Default for editing XML files Date: Sat, 12 Sep 2009 18:19:43 -0400 Message-ID: <877hw3g60w.fsf@gmail.com> References: <87ws45qavl.fsf@stupidchicken.com> <36366a980909120902t7fad2b43n95485adee0039602@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1252794032 15200 80.91.229.12 (12 Sep 2009 22:20:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 12 Sep 2009 22:20:32 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 13 00:20:25 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MmaxF-0000SE-C4 for ged-emacs-devel@m.gmane.org; Sun, 13 Sep 2009 00:20:25 +0200 Original-Received: from localhost ([127.0.0.1]:49292 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MmaxE-0003u8-Nm for ged-emacs-devel@m.gmane.org; Sat, 12 Sep 2009 18:20:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mmax9-0003sm-Ik for emacs-devel@gnu.org; Sat, 12 Sep 2009 18:20:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mmax5-0003qw-2y for emacs-devel@gnu.org; Sat, 12 Sep 2009 18:20:19 -0400 Original-Received: from [199.232.76.173] (port=34384 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mmax4-0003qt-TL for emacs-devel@gnu.org; Sat, 12 Sep 2009 18:20:14 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:36956) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mmax4-0002eK-Ge for emacs-devel@gnu.org; Sat, 12 Sep 2009 18:20:14 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mmax1-0004sS-6O for emacs-devel@gnu.org; Sat, 12 Sep 2009 18:20:11 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1Mmaww-0000ND-HM for emacs-devel@gnu.org; Sun, 13 Sep 2009 00:20:06 +0200 Original-Received: from pool-68-161-27-36.ny325.east.verizon.net ([68.161.27.36]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 Sep 2009 00:20:06 +0200 Original-Received: from sean.sieger by pool-68-161-27-36.ny325.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 13 Sep 2009 00:20:06 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 10 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-68-161-27-36.ny325.east.verizon.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) Cancel-Lock: sha1:U5ur1isSkkeW+doVCGUO2yT9wZE= X-detected-operating-system: by mx20.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:115253 Archived-At: Eric Hanchrow writes: What Miles and Joakim said -- I have this in my .emacs: ;; nxml-mode is superior to the built-in XML mode in every way. (fset 'xml-mode 'nxml-mode) :-) Right. But xml-mode supports the super-set, SGML, no?