emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Emacs-diffs] emacs-24 r117265: Fix bug #17801 with extraneous newli


From: Stefan Monnier
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
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

>> > -  \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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]