all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sam Steingold <sds@gnu.org>
To: martin rudalics <rudalics@gmx.at>
Cc: Paul Pogonyshev <pogonyshev@gmx.net>, rms@gnu.org, emacs-devel@gnu.org
Subject: Re: add-change-log-entry
Date: Wed, 18 Jul 2007 09:54:50 -0400	[thread overview]
Message-ID: <469E1BAA.8090407@gnu.org> (raw)
In-Reply-To: <469DD72C.1080909@gmx.at>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

martin rudalics wrote:
>>     Currently, when I add an entry to the changelog, I get this:
>>
>>         * some-very-long-file-name
>> (SomeLongClassName.some_even_longer_method_name): -*- point -*-
>>
>>     When I then press M-q, I get:
>>
>>         *
>>         some-very-long-file-name
>> (SomeLongClassName.some_even_longer_method_name):
>>     -*- point -*-
>>
>> That is a bug -- whatever else we change, we should fix that.  In
>> Change Log mode, it should be impossible to break the line after that *.
>>
>> Can someone please fix this (in 22 and the trunk), then ack?
> 
> I checked in a fix into the trunk which should solve the M-q problem.

you forgot the to disable removing newline before "^T*":


	fix bug #[ 1607416 ]: back_trace is not initialized when it is a register
	* spvw.d (back_trace): do not init to NULL at the declaration, instead...
	(init_memory): init back_trace to NULL here

M-q ===>

	fix bug #[ 1607416 ]: back_trace is not initialized when it is a
	register * spvw.d (back_trace): do not init to NULL at the
	declaration, instead...
	(init_memory): init back_trace to NULL here

(note "* spvw.d" in the middle of a line).

also, when the function (or file) list is too long, M-q should preserve
the standard ChangeLog formatting:

	* foo (bar, baz, zot): quux

===>

	* foo (bar, baz)
	(zot); quux

instead of

	* foo (bar, baz,
	zot); quux

(for the sake of font-lock which can fontify the former but not the latter)


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGnhuqPp1Qsf2qnMcRAmsrAJ4g5N7Evz+LsGqHaC3GbdqKF7Ua1gCfefAs
UsTGa7o7pwq5PUaZivknBjo=
=Ffgq
-----END PGP SIGNATURE-----

  reply	other threads:[~2007-07-18 13:54 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-16 19:09 add-change-log-entry Paul Pogonyshev
2007-07-17 15:05 ` add-change-log-entry Richard Stallman
2007-07-18  9:02   ` add-change-log-entry martin rudalics
2007-07-18 13:54     ` Sam Steingold [this message]
2007-07-18 14:32       ` add-change-log-entry martin rudalics
2007-07-18 18:58         ` add-change-log-entry Stefan Monnier
2007-07-18 21:32           ` add-change-log-entry martin rudalics
2007-07-19 21:20             ` add-change-log-entry Richard Stallman
2007-07-20  8:27               ` add-change-log-entry martin rudalics
2007-07-20 16:07                 ` add-change-log-entry Stefan Monnier
2007-07-21  9:09                   ` add-change-log-entry martin rudalics
2007-07-22  1:49                     ` add-change-log-entry Richard Stallman
2007-07-22  8:44                       ` add-change-log-entry martin rudalics
2007-07-22  9:02                         ` add-change-log-entry Andreas Schwab
2007-07-22  9:31                           ` add-change-log-entry martin rudalics
2007-07-22 13:24                         ` add-change-log-entry Alan Mackenzie
2007-07-22 21:00                           ` add-change-log-entry martin rudalics
2007-07-23  3:22                             ` add-change-log-entry Stefan Monnier
2007-07-23  4:28                           ` add-change-log-entry Richard Stallman
2007-07-23 15:38                             ` add-change-log-entry Alan Mackenzie
2007-07-23 22:31                               ` add-change-log-entry Richard Stallman
2007-07-24  8:19                                 ` add-change-log-entry Alan Mackenzie
2007-07-19 12:23         ` add-change-log-entry Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=469E1BAA.8090407@gnu.org \
    --to=sds@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=pogonyshev@gmx.net \
    --cc=rms@gnu.org \
    --cc=rudalics@gmx.at \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.