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 17:12:44 -0400 Message-ID: References: <83vbrvr760.fsf@gnu.org> <83egyjqt9d.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1403298802 25839 80.91.229.3 (20 Jun 2014 21:13:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Jun 2014 21:13:22 +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 23:13:12 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 1Wy67T-0004N0-RY for ged-emacs-devel@m.gmane.org; Fri, 20 Jun 2014 23:13:11 +0200 Original-Received: from localhost ([::1]:42856 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wy67T-0004Na-C9 for ged-emacs-devel@m.gmane.org; Fri, 20 Jun 2014 17:13:11 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54572) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wy67I-0004NL-Fm for emacs-devel@gnu.org; Fri, 20 Jun 2014 17:13:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wy67B-0003he-0G for emacs-devel@gnu.org; Fri, 20 Jun 2014 17:13:00 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:47357) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wy672-0003gT-V0; Fri, 20 Jun 2014 17:12:45 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArUGAIDvNVNLd+D9/2dsb2JhbABZgwaDSsA9gRcXdIIlAQEBAQIBViMFCws0BwsUGA0kiAQI0hkXjnoHhDgEqRmBaoFxgVsh X-IPAS-Result: ArUGAIDvNVNLd+D9/2dsb2JhbABZgwaDSsA9gRcXdIIlAQEBAQIBViMFCws0BwsUGA0kiAQI0hkXjnoHhDgEqRmBaoFxgVsh X-IronPort-AV: E=Sophos;i="4.97,753,1389762000"; d="scan'208";a="68900093" 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 17:12:44 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 28E6C61711; Fri, 20 Jun 2014 17:12:44 -0400 (EDT) In-Reply-To: <83egyjqt9d.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 20 Jun 2014 22:24:14 +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:172596 Archived-At: > I added another \n in 4 cases: texinfo-insert-block, > texinfo-insert-@end, texinfo-insert-@example, and > texinfo-insert-@quotation. All of these should have an empty line > after them. So I think I disagree with what you say, and these > changes are actually correct. Ah, sorry, I didn't realize they needed an actual empty line after them, in that case it looks correct, indeed. Stefan