GNU bug report logs - #3788
23.0.95; nxml-mode: close-start-tag-block == close-start-tag-inline

Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.

Package: emacs; Reported by: "Rommerskirchen, Heinrich (NSN - DE/Munich)" <heinrich.rommerskirchen <at> nsn.com>; dated Wed, 8 Jul 2009 15:50:04 UTC; Maintainer for emacs is bug-gnu-emacs <at> gnu.org.

Message received at submit <at> emacsbugs.donarmstrong.com:


Received: (at submit) by emacsbugs.donarmstrong.com; 8 Jul 2009 15:45:03 +0000
From heinrich.rommerskirchen <at> nsn.com Wed Jul  8 08:45:02 2009
X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02
	(2008-06-10) on rzlab.ucr.edu
X-Spam-Level: **
X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available.
	hammytokens:Tokens not available.
X-Spam-Status: No, score=2.1 required=4.0 tests=FOURLA,THREADTOPIC
	autolearn=no version=3.2.5-bugs.debian.org_2005_01_02
Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10])
	by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n68FivhK014564
	for <submit <at> emacsbugs.donarmstrong.com>; Wed, 8 Jul 2009 08:44:59 -0700
Received: from mail.gnu.org ([199.232.76.166]:37689 helo=mx10.gnu.org)
	by fencepost.gnu.org with esmtp (Exim 4.67)
	(envelope-from <heinrich.rommerskirchen <at> nsn.com>)
	id 1MOZKL-0004iY-60
	for emacs-pretest-bug <at> gnu.org; Wed, 08 Jul 2009 11:44:57 -0400
Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60)
	(envelope-from <heinrich.rommerskirchen <at> nsn.com>)
	id 1MOZKJ-0001Hc-R4
	for emacs-pretest-bug <at> gnu.org; Wed, 08 Jul 2009 11:44:56 -0400
Received: from mx20.gnu.org ([199.232.41.8]:15035)
	by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32)
	(Exim 4.60)
	(envelope-from <heinrich.rommerskirchen <at> nsn.com>)
	id 1MOZKJ-0001Gu-4M
	for emacs-pretest-bug <at> gnu.org; Wed, 08 Jul 2009 11:44:55 -0400
Received: from demumfd002.nsn-inter.net ([217.115.75.234])
	by mx20.gnu.org with esmtp (Exim 4.60)
	(envelope-from <heinrich.rommerskirchen <at> nsn.com>)
	id 1MOZKG-0002YL-Kz
	for emacs-pretest-bug <at> gnu.org; Wed, 08 Jul 2009 11:44:52 -0400
Received: from demuprx017.emea.nsn-intra.net ([10.150.129.56])
	by demumfd002.nsn-inter.net (8.12.11.20060308/8.12.11) with ESMTP id n68FinKe000729
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL)
	for <emacs-pretest-bug <at> gnu.org>; Wed, 8 Jul 2009 17:44:49 +0200
Received: from demuexc024.nsn-intra.net (demuexc024.nsn-intra.net [10.159.32.11])
	by demuprx017.emea.nsn-intra.net (8.12.11.20060308/8.12.11) with ESMTP id n68Fil8d014664
	for <emacs-pretest-bug <at> gnu.org>; Wed, 8 Jul 2009 17:44:48 +0200
Received: from DEMUEXC035.nsn-intra.net ([10.150.128.26]) by demuexc024.nsn-intra.net with Microsoft SMTPSVC(6.0.3790.3959);
	 Wed, 8 Jul 2009 17:44:47 +0200
X-MimeOLE: Produced By Microsoft Exchange V6.5
Content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Subject: 23.0.95; nxml-mode: close-start-tag-block == close-start-tag-inline
Date: Wed, 8 Jul 2009 17:44:51 +0200
Message-ID: <5F9F14EA10283840AB895720F4D024CA227846 <at> DEMUEXC035.nsn-intra.net>
X-MS-Has-Attach: 
X-MS-TNEF-Correlator: 
Thread-Topic: 23.0.95; nxml-mode: close-start-tag-block == close-start-tag-inline
Thread-Index: Acn/4wdvRX8QOOV7SNuU8vbybRIqHQ==
From: "Rommerskirchen, Heinrich (NSN - DE/Munich)" <heinrich.rommerskirchen <at> nsn.com>
To: <emacs-pretest-bug <at> gnu.org>
X-OriginalArrivalTime: 08 Jul 2009 15:44:47.0693 (UTC) FILETIME=[05CFBFD0:01C9FFE3]
X-Detected-Operating-System: by mx20.gnu.org: GNU/Linux 2.4-2.6
X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4)

nxml-balanced-close-start-tag-block doesn't work as advertised. It
doesn't
insert a line break, even if the start-tag is on a line by its own.
Instead it
behaves like nxml-balanced-close-start-tag-inline.

To recreate it:
start emacs with '-Q'
open (C-x C-f) non existing file tmp.xml
enter 'M-x nxml-mode'
type '<a'
enter C-c C-b
Now the buffer contains one line '<a></a>' with the cursor between the
two tags.

In emacs 22.3 with nxml-mode-20041004, the same recipe
(plus '(load-library "rng-auto.el")' before calling nxml-mode) gives the
expected three lines (start tag, empty line, end tag) with the cursor at
the
correct place, i.e. at the empty line.


In GNU Emacs 23.0.95.1 (i386-mingw-nt5.1.2600)
 of 2009-06-20 on SOFT-MJASON
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4)'

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: DEU
  value of $XMODIFIERS: nil
  locale-coding-system: cp1252
  default-enable-multibyte-characters: t



Acknowledgement sent to "Rommerskirchen, Heinrich (NSN - DE/Munich)" <heinrich.rommerskirchen <at> nsn.com>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. Full text available.
Report forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#3788; Package emacs. Full text available.
Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.
Last modified: Tue, 20 Sep 2011 19:45:02 UTC

GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997 nCipher Corporation Ltd, 1994-97 Ian Jackson.