all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* (setq add-log-keep-changes-together nil) separate entries for the same file.
@ 2019-07-13  6:49 Uwe Brauer
  0 siblings, 0 replies; only message in thread
From: Uwe Brauer @ 2019-07-13  6:49 UTC (permalink / raw)
  To: emacs-devel


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 




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-07-13  6:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-13  6:49 (setq add-log-keep-changes-together nil) separate entries for the same file Uwe Brauer

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.