From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Fix for bug 6622, nxml-mode Indentation Behavior Date: Tue, 13 Jul 2010 11:49:25 -0400 Message-ID: <07k4oze60q.fsf@fencepost.gnu.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1279036177 17037 80.91.229.12 (13 Jul 2010 15:49:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 13 Jul 2010 15:49:37 +0000 (UTC) Cc: Emacs development discussions To: Geoff Gole Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 13 17:49:36 2010 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.69) (envelope-from ) id 1OYhji-0005zN-Tz for ged-emacs-devel@m.gmane.org; Tue, 13 Jul 2010 17:49:35 +0200 Original-Received: from localhost ([127.0.0.1]:46911 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OYhji-0004Fb-Dx for ged-emacs-devel@m.gmane.org; Tue, 13 Jul 2010 11:49:34 -0400 Original-Received: from [199.232.76.173] (port=58063 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OYhjc-0004Eb-MY for emacs-devel@gnu.org; Tue, 13 Jul 2010 11:49:28 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1OYhjb-00067n-Jy for emacs-devel@gnu.org; Tue, 13 Jul 2010 11:49:28 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:34944) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1OYhjb-00067i-DR for emacs-devel@gnu.org; Tue, 13 Jul 2010 11:49:27 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OYhjZ-0005Be-PS; Tue, 13 Jul 2010 11:49:25 -0400 X-Spook: Jiang Zemin Bellcore Blowpipe Axis of Evil defense X-Ran: "hG^qmoJ}{MEs6j[\=uBNIzhNHQGEhP{i16Ib#dWQ/mG4CUpY!ST 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:127188 Archived-At: Geoff Gole wrote: > Typing a / in nxml-mode is supposed to indent the current line. > Setting nxml-slash-auto-complete-flag incorrectly prevents that from > happening. A patch is below. Thanks, but if you've got a fix for bug N, please send it to bug N, not here. Otherwise how is someone reading bug N to know that you wrote a patch for it? Splitting things across two lists just causes more work.