all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Uwe Brauer <oub@mat.ucm.es>
To: emacs-devel@gnu.org
Subject: (setq add-log-keep-changes-together nil) separate entries for the same file.
Date: Sat, 13 Jul 2019 09:49:18 +0300	[thread overview]
Message-ID: <87pnmeqvip.fsf@mat.ucm.es> (raw)


Hi 

I always have set add-log-keep-changes-together  to nil.

When I set  add-log-always-start-new-record to t.

My changelog file looks like 

,----
| 2019-06-28  Uwe Brauer  <oub@mat.ucm.es>
| 
| 	* sec0-intro.tex (section{Introduction} {} {}): 521 anothter
| 	reformulation concerning issue 3.
| 
| 2019-06-28  Uwe Brauer  <oub@mat.ucm.es>
| 
| 
| 	* sec0-intro.tex (section{Introduction} {} {}): 520 typo
| 
| 2019-06-28  Uwe Brauer  <oub@mat.ucm.es>
| 
| 
| 	* sec0-intro.tex (section{Introduction} {} {}): 519 rewrite
| 	paragraph see issue 3, which is thereby  closed.
`----

Which I don't like. 
So I set add-log-always-start-new-record to nil.

And I end up with 


,----
| 2019-06-28  Uwe Brauer  <oub@mat.ucm.es>
| 
| 	* sec0-intro.tex (section{Introduction} {} {}): 521 anothter
| 	reformulation concerning issue 3. Typo 
| 	rewrite paragraph see issue 3, which is thereby  closed.
`----

Which I also don't like because I added three entries and the one of the
same file are put together although  I have set 
(setq add-log-keep-changes-together nil)

What I would like to have is 

,----
| 2019-06-28  Uwe Brauer  <oub@mat.ucm.es>
| 
| 	* sec0-intro.tex (section{Introduction} {} {}): 521 anothter
| 	reformulation concerning issue 3.
| 
| 	* sec0-intro.tex (section{Introduction} {} {}): 520 typo
| 
| 
| 	* sec0-intro.tex (section{Introduction} {} {}): 519 rewrite
| 	paragraph see issue 3, which is thereby  closed.
`----

How can I achieve this? Is this feature missing? Could it be
implemented.

Thanks 

Uwe Brauer 




                 reply	other threads:[~2019-07-13  6:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=87pnmeqvip.fsf@mat.ucm.es \
    --to=oub@mat.ucm.es \
    --cc=emacs-devel@gnu.org \
    /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.