From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] emacs-24 r117265: Fix bug #17801 with extraneous newlines after inserting markup in Texinfo mode. Date: Fri, 20 Jun 2014 11:50:40 -0400 Message-ID: References: <83vbrvr760.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1403279484 19169 80.91.229.3 (20 Jun 2014 15:51:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Jun 2014 15:51:24 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 20 17:51:17 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Wy15r-0002Dv-0u for ged-emacs-devel@m.gmane.org; Fri, 20 Jun 2014 17:51:11 +0200 Original-Received: from localhost ([::1]:41692 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wy15q-0008Q0-Kq for ged-emacs-devel@m.gmane.org; Fri, 20 Jun 2014 11:51:10 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42763) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wy15f-0008P2-0y for emacs-devel@gnu.org; Fri, 20 Jun 2014 11:51:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wy15W-0002bq-Jg for emacs-devel@gnu.org; Fri, 20 Jun 2014 11:50:58 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:51844) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wy15N-0002ZS-Qa; Fri, 20 Jun 2014 11:50:41 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArUGAIDvNVNLd+D9/2dsb2JhbABZgwaDSsA9gRcXdIImAQEEViMQCzQHCxQYDSSIDNIZF456B4Q4BKkZgWqBcYFbIQ X-IPAS-Result: ArUGAIDvNVNLd+D9/2dsb2JhbABZgwaDSsA9gRcXdIImAQEEViMQCzQHCxQYDSSIDNIZF456B4Q4BKkZgWqBcYFbIQ X-IronPort-AV: E=Sophos;i="4.97,753,1389762000"; d="scan'208";a="68785018" Original-Received: from 75-119-224-253.dsl.teksavvy.com (HELO pastel.home) ([75.119.224.253]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 20 Jun 2014 11:50:40 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id B98CD61711; Fri, 20 Jun 2014 11:50:40 -0400 (EDT) In-Reply-To: <83vbrvr760.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 20 Jun 2014 17:23:51 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:172578 Archived-At: >> > - \n _ \n "@end " str \n) >> > + \n _ \n "@end " str \n \n) >> I think these extra \n should not be added. > If you mean that "\n" should have been used instead, then I agree and > will change these. But if you mean these skeletons should not insert > newlines unconditionally, then please explain, because I tested these > changes and found them to DTRT. I think they should end with a single \n and nothing more, so they won't add a newline when there's one already. Stefan