* Re: [Emacs-diffs] master 3953c4b 1/2: Improve tramp-handle-make-auto-save-file-name
[not found] ` <E1Yxbh9-0000Cc-Lr@vcs.savannah.gnu.org>
@ 2015-05-27 15:41 ` Dmitry Gutov
2015-05-27 15:50 ` Eli Zaretskii
0 siblings, 1 reply; 12+ messages in thread
From: Dmitry Gutov @ 2015-05-27 15:41 UTC (permalink / raw)
To: emacs-devel, Michael Albinus
On 05/27/2015 04:48 PM, Michael Albinus wrote:
> branch: master
> commit 3953c4be2816537be95520605d45b866dc731f4b
> (tramp-handle-make-auto-save-file-name): Let native
This leaves unbalanced parens.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Emacs-diffs] master 3953c4b 1/2: Improve tramp-handle-make-auto-save-file-name
2015-05-27 15:41 ` [Emacs-diffs] master 3953c4b 1/2: Improve tramp-handle-make-auto-save-file-name Dmitry Gutov
@ 2015-05-27 15:50 ` Eli Zaretskii
2015-05-27 16:53 ` Michael Albinus
0 siblings, 1 reply; 12+ messages in thread
From: Eli Zaretskii @ 2015-05-27 15:50 UTC (permalink / raw)
To: Dmitry Gutov; +Cc: michael.albinus, emacs-devel
> From: Dmitry Gutov <dgutov@yandex.ru>
> Date: Wed, 27 May 2015 18:41:19 +0300
>
> On 05/27/2015 04:48 PM, Michael Albinus wrote:
> > branch: master
> > commit 3953c4be2816537be95520605d45b866dc731f4b
>
> > (tramp-handle-make-auto-save-file-name): Let native
>
> This leaves unbalanced parens.
It's actually the same code added twice.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: master abf0823 2/2: New test tramp-test30-make-auto-save-file-name
[not found] ` <E1YxbhA-0000Cl-3b@vcs.savannah.gnu.org>
@ 2015-05-27 16:02 ` Glenn Morris
2015-05-27 16:59 ` Michael Albinus
0 siblings, 1 reply; 12+ messages in thread
From: Glenn Morris @ 2015-05-27 16:02 UTC (permalink / raw)
To: emacs-devel; +Cc: Michael Albinus
> * tramp-tests.el (tramp-test30-make-auto-save-file-name): New test.
[...]
> * tramp.el (tramp-auto-save-directory): Add :tags.
Please try to write the full filename relative to top-level.
test/automated/tramp-tests.el etc.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [Emacs-diffs] master 3953c4b 1/2: Improve tramp-handle-make-auto-save-file-name
2015-05-27 15:50 ` Eli Zaretskii
@ 2015-05-27 16:53 ` Michael Albinus
0 siblings, 0 replies; 12+ messages in thread
From: Michael Albinus @ 2015-05-27 16:53 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: emacs-devel, Dmitry Gutov
Eli Zaretskii <eliz@gnu.org> writes:
>> On 05/27/2015 04:48 PM, Michael Albinus wrote:
>> > branch: master
>> > commit 3953c4be2816537be95520605d45b866dc731f4b
>>
>> > (tramp-handle-make-auto-save-file-name): Let native
>>
>> This leaves unbalanced parens.
>
> It's actually the same code added twice.
Sorry, it was a merge error when I've taken the code from the Tramp
repository. Shall be fixed now (and hopefully, I haven't added other damages).
Best regards, Michael.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: master abf0823 2/2: New test tramp-test30-make-auto-save-file-name
2015-05-27 16:02 ` master abf0823 2/2: New test tramp-test30-make-auto-save-file-name Glenn Morris
@ 2015-05-27 16:59 ` Michael Albinus
2015-05-27 17:08 ` Eli Zaretskii
2015-05-29 15:57 ` Stephen Leake
0 siblings, 2 replies; 12+ messages in thread
From: Michael Albinus @ 2015-05-27 16:59 UTC (permalink / raw)
To: Glenn Morris; +Cc: emacs-devel
Glenn Morris <rgm@gnu.org> writes:
>> * tramp-tests.el (tramp-test30-make-auto-save-file-name): New test.
> [...]
>> * tramp.el (tramp-auto-save-directory): Add :tags.
>
> Please try to write the full filename relative to top-level.
> test/automated/tramp-tests.el etc.
You are right, but I really hate it that we have no ChangeLog
anymore. It was simple to extract the commit message from the ChangeLog
by "C-c C-a". Now we have to do it by hand, and I tend to fail this exam.
I still don't understand why we have given up ChangeLogs. And yes, I
have read all discussions about. No obvious advantage, from my point of view.
(And no, I don't want to start another endless discussion thread)
Best tregards, Michael.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: master abf0823 2/2: New test tramp-test30-make-auto-save-file-name
2015-05-27 16:59 ` Michael Albinus
@ 2015-05-27 17:08 ` Eli Zaretskii
2015-05-27 17:39 ` Michael Albinus
2015-05-29 15:57 ` Stephen Leake
1 sibling, 1 reply; 12+ messages in thread
From: Eli Zaretskii @ 2015-05-27 17:08 UTC (permalink / raw)
To: Michael Albinus; +Cc: rgm, emacs-devel
> From: Michael Albinus <michael.albinus@gmx.de>
> Date: Wed, 27 May 2015 18:59:59 +0200
> Cc: emacs-devel@gnu.org
>
> You are right, but I really hate it that we have no ChangeLog
> anymore. It was simple to extract the commit message from the ChangeLog
> by "C-c C-a". Now we have to do it by hand, and I tend to fail this exam.
Why don't you start a local ChangeLog file? Git will ignore it. Then
you could continue doing the same routine. That's what I do.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: master abf0823 2/2: New test tramp-test30-make-auto-save-file-name
2015-05-27 17:08 ` Eli Zaretskii
@ 2015-05-27 17:39 ` Michael Albinus
2015-05-27 18:04 ` Yuri Khan
` (2 more replies)
0 siblings, 3 replies; 12+ messages in thread
From: Michael Albinus @ 2015-05-27 17:39 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: rgm, emacs-devel
Eli Zaretskii <eliz@gnu.org> writes:
Hi Eli,
> Why don't you start a local ChangeLog file? Git will ignore it. Then
> you could continue doing the same routine. That's what I do.
That's an idea, thanks. Will try it.
But isn't it stupid, that we get rid of ChangeLogs, and afterwards
people start to mimic them for convenience?
Best regards, Michael.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: master abf0823 2/2: New test tramp-test30-make-auto-save-file-name
2015-05-27 17:39 ` Michael Albinus
@ 2015-05-27 18:04 ` Yuri Khan
2015-05-27 18:10 ` Eli Zaretskii
2015-05-27 18:10 ` Eli Zaretskii
2015-05-27 19:48 ` Stefan Monnier
2 siblings, 1 reply; 12+ messages in thread
From: Yuri Khan @ 2015-05-27 18:04 UTC (permalink / raw)
To: Michael Albinus; +Cc: Glenn Morris, Eli Zaretskii, Emacs developers
On Wed, May 27, 2015 at 11:39 PM, Michael Albinus
<michael.albinus@gmx.de> wrote:
> But isn't it stupid, that we get rid of ChangeLogs, and afterwards
> people start to mimic them for convenience?
The point of getting rid of changelogs is so that you no longer have
to merge them. And changelogs are a kind of files which are very
conflict-prone.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: master abf0823 2/2: New test tramp-test30-make-auto-save-file-name
2015-05-27 18:04 ` Yuri Khan
@ 2015-05-27 18:10 ` Eli Zaretskii
0 siblings, 0 replies; 12+ messages in thread
From: Eli Zaretskii @ 2015-05-27 18:10 UTC (permalink / raw)
To: Yuri Khan; +Cc: rgm, michael.albinus, emacs-devel
> From: Yuri Khan <yuri.v.khan@gmail.com>
> Date: Thu, 28 May 2015 00:04:20 +0600
> Cc: Eli Zaretskii <eliz@gnu.org>, Glenn Morris <rgm@gnu.org>, Emacs developers <emacs-devel@gnu.org>
>
> On Wed, May 27, 2015 at 11:39 PM, Michael Albinus
> <michael.albinus@gmx.de> wrote:
>
> > But isn't it stupid, that we get rid of ChangeLogs, and afterwards
> > people start to mimic them for convenience?
>
> The point of getting rid of changelogs is so that you no longer have
> to merge them. And changelogs are a kind of files which are very
> conflict-prone.
Only if you don't have git-merge-changelog installed and configured in
Git.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: master abf0823 2/2: New test tramp-test30-make-auto-save-file-name
2015-05-27 17:39 ` Michael Albinus
2015-05-27 18:04 ` Yuri Khan
@ 2015-05-27 18:10 ` Eli Zaretskii
2015-05-27 19:48 ` Stefan Monnier
2 siblings, 0 replies; 12+ messages in thread
From: Eli Zaretskii @ 2015-05-27 18:10 UTC (permalink / raw)
To: Michael Albinus; +Cc: rgm, emacs-devel
> From: Michael Albinus <michael.albinus@gmx.de>
> Cc: rgm@gnu.org, emacs-devel@gnu.org
> Date: Wed, 27 May 2015 19:39:48 +0200
>
> But isn't it stupid, that we get rid of ChangeLogs, and afterwards
> people start to mimic them for convenience?
We didn't get rid of ChangeLogs, we just got rid of having them in the
repository.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: master abf0823 2/2: New test tramp-test30-make-auto-save-file-name
2015-05-27 17:39 ` Michael Albinus
2015-05-27 18:04 ` Yuri Khan
2015-05-27 18:10 ` Eli Zaretskii
@ 2015-05-27 19:48 ` Stefan Monnier
2 siblings, 0 replies; 12+ messages in thread
From: Stefan Monnier @ 2015-05-27 19:48 UTC (permalink / raw)
To: Michael Albinus; +Cc: rgm, Eli Zaretskii, emacs-devel
>> Why don't you start a local ChangeLog file? Git will ignore it. Then
>> you could continue doing the same routine. That's what I do.
Same here.
Stefan
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: master abf0823 2/2: New test tramp-test30-make-auto-save-file-name
2015-05-27 16:59 ` Michael Albinus
2015-05-27 17:08 ` Eli Zaretskii
@ 2015-05-29 15:57 ` Stephen Leake
1 sibling, 0 replies; 12+ messages in thread
From: Stephen Leake @ 2015-05-29 15:57 UTC (permalink / raw)
To: emacs-devel
Michael Albinus <michael.albinus@gmx.de> writes:
> Glenn Morris <rgm@gnu.org> writes:
>
>>> * tramp-tests.el (tramp-test30-make-auto-save-file-name): New test.
>> [...]
>>> * tramp.el (tramp-auto-save-directory): Add :tags.
>>
>> Please try to write the full filename relative to top-level.
>> test/automated/tramp-tests.el etc.
>
> You are right, but I really hate it that we have no ChangeLog
> anymore. It was simple to extract the commit message from the ChangeLog
> by "C-c C-a". Now we have to do it by hand, and I tend to fail this
> exam.
We need to bind C-c C-a to do The Right Thing while editing the git
commit log. That is, build the change entry in the git commit log
directly, not in the Changelog file.
I use Emacs DVC (which I also maintain); it does that.
Maybe there already is a key for this in Emacs vc?
--
-- Stephe
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2015-05-29 15:57 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20150527134830.719.88862@vcs.savannah.gnu.org>
[not found] ` <E1Yxbh9-0000Cc-Lr@vcs.savannah.gnu.org>
2015-05-27 15:41 ` [Emacs-diffs] master 3953c4b 1/2: Improve tramp-handle-make-auto-save-file-name Dmitry Gutov
2015-05-27 15:50 ` Eli Zaretskii
2015-05-27 16:53 ` Michael Albinus
[not found] ` <E1YxbhA-0000Cl-3b@vcs.savannah.gnu.org>
2015-05-27 16:02 ` master abf0823 2/2: New test tramp-test30-make-auto-save-file-name Glenn Morris
2015-05-27 16:59 ` Michael Albinus
2015-05-27 17:08 ` Eli Zaretskii
2015-05-27 17:39 ` Michael Albinus
2015-05-27 18:04 ` Yuri Khan
2015-05-27 18:10 ` Eli Zaretskii
2015-05-27 18:10 ` Eli Zaretskii
2015-05-27 19:48 ` Stefan Monnier
2015-05-29 15:57 ` Stephen Leake
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).