[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Patches for Emacs 25.2
From: |
Dmitry Gutov |
Subject: |
Re: Patches for Emacs 25.2 |
Date: |
Mon, 7 Nov 2016 02:08:56 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:50.0) Gecko/20100101 Thunderbird/50.0 |
Hi Michael,
On 18.10.2016 15:32, Michael Albinus wrote:
I don't decide whether such a patch shall be applied; it shall be
decided by the vc maintainer. But in case of, the patch could be written
shorter:
Thanks. I don't like it (for obvious reason you mentioned yourself), but
since it's emacs-25-only, it should be fine, with the following minor
concerns:
! (if (eq system-type 'windows-nt)
! (if (file-remote-p file1)
! (with-parsed-tramp-file-name file1 nil
! (tramp-make-tramp-file-name
! method user host
! (tramp-make-tramp-temp-file v)))
! (make-temp-file "git-msg")))))
Please do not introduce tabs here.
! (nconc (if msg-file
! (list
! "commit" "-F"
! (or (file-remote-p msg-file 'localname) msg-file))
Can't we move the (file-remote-p ... 'localname) call to the first hunk
here? Then the patch will only change one place, and we get rid of the
added `or' here.
- Re: Patches for Emacs 25.2,
Dmitry Gutov <=
- Re: Patches for Emacs 25.2, Michael Albinus, 2016/11/07
- Re: Patches for Emacs 25.2, Dmitry Gutov, 2016/11/07
- Re: Patches for Emacs 25.2, Michael Albinus, 2016/11/07
- Re: Patches for Emacs 25.2, Dmitry Gutov, 2016/11/07
- Re: Patches for Emacs 25.2, Michael Albinus, 2016/11/07
- Re: Patches for Emacs 25.2, Dmitry Gutov, 2016/11/19
- file-local-name (was: Patches for Emacs 25.2), Michael Albinus, 2016/11/20
- Re: Patches for Emacs 25.2, Dmitry Gutov, 2016/11/19
- Re: Patches for Emacs 25.2, Michael Albinus, 2016/11/20