From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Flynn Newsgroups: gmane.emacs.help Subject: Re: Disabling nxml-mode Date: Wed, 11 May 2011 21:24:50 +0100 Organization: Usenet Labs Bozon Detector Facility Message-ID: <9309kjFb11U1@mid.individual.net> References: <92m0bdFgm5U1@mid.individual.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1306269231 22216 80.91.229.12 (24 May 2011 20:33:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 24 May 2011 20:33:51 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 24 22:33:44 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QOyIQ-0005dY-3l for geh-help-gnu-emacs@m.gmane.org; Tue, 24 May 2011 22:33:42 +0200 Original-Received: from localhost ([::1]:37646 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOyIP-0005zy-LW for geh-help-gnu-emacs@m.gmane.org; Tue, 24 May 2011 16:33:41 -0400 Original-Path: usenet.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: comp.text.xml,gnu.emacs.help Original-Lines: 8 Original-X-Trace: individual.net g4Bi8kNmkPmuT4t/1dLwygNdd8DZYiPOi2elDoyBP81dE7a27K Cancel-Lock: sha1:cqgFUEO/tKx+tpB+wvn2o4IOxiA= User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110424 Thunderbird/3.1.10 In-Reply-To: Original-Xref: usenet.stanford.edu comp.text.xml:85722 gnu.emacs.help:186841 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:81194 Archived-At: On 10/05/11 12:23, Xah Lee wrote: > also, the file suffix > "\\.[XxRrMmDdTt][TtMmDdSsNnEe][PpAaMmLlFfSsIi]?[EePp]*[Cc]*$" > seems quite wild. What is it? Matches .xml and a stack of other related file extensions. Needs pruning :-) ///Peter