all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: master 92da003: Require that the buffer that we're trying to patch exist
       [not found] ` <E1aY5Dr-0000jM-1K@vcs.savannah.gnu.org>
@ 2016-03-15 13:06   ` Michael Albinus
  2016-03-20 11:07     ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Albinus @ 2016-03-15 13:06 UTC (permalink / raw
  To: emacs-devel; +Cc: Lars Ingebrigtsen

Lars Ingebrigtsen <larsi@gnus.org> writes:

Hi Lars,

> -	   (if arg (prefix-numeric-value arg)) patch-buf))
> +	   (if arg (prefix-numeric-value arg))
> +           (get-buffer patch-buf)))

This has broken [Tools] -> [Apply Patch] -> [To a File]

Could you, pls check?

Thanks, and best regards, Michael.



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: master 92da003: Require that the buffer that we're trying to patch exist
  2016-03-15 13:06   ` master 92da003: Require that the buffer that we're trying to patch exist Michael Albinus
@ 2016-03-20 11:07     ` Lars Magne Ingebrigtsen
  2016-03-20 11:13       ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 4+ messages in thread
From: Lars Magne Ingebrigtsen @ 2016-03-20 11:07 UTC (permalink / raw
  To: Michael Albinus; +Cc: emacs-devel

Michael Albinus <michael.albinus@gmx.de> writes:

>> -	   (if arg (prefix-numeric-value arg)) patch-buf))
>> +	   (if arg (prefix-numeric-value arg))
>> +           (get-buffer patch-buf)))
>
> This has broken [Tools] -> [Apply Patch] -> [To a File]
>
> Could you, pls check?

How very odd.  Looking at the two commit messages, I must have done
something wrong.  The one from five minutes earlier looks like the
correct one...  I wonder where the second patch came from...

commit 92da003692b894e6dc514e3a56a1861849dcad8c
Author: Lars Ingebrigtsen <larsi@gnus.org>
Date:   Tue Feb 23 16:09:06 2016 +1100

    Require that the buffer that we're trying to patch exist
    
    * lisp/vc/ediff.el (ediff-patch-buffer): Require that the
    buffer that we're trying to patch exist (bug#21852).

commit 0d21540646b7272b069aa6909d41978171c9e06c
Author: Tino Calancha <f92capac@gmail.com>
Date:   Tue Feb 23 16:04:06 2016 +1100

    Require that the buffer that we're trying to patch exist
    
    * lisp/vc/ediff.el (ediff-patch-buffer): Require that the
    buffer that we're trying to patch exist (bug#21852).
    
-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: master 92da003: Require that the buffer that we're trying to patch exist
  2016-03-20 11:07     ` Lars Magne Ingebrigtsen
@ 2016-03-20 11:13       ` Lars Magne Ingebrigtsen
  2016-03-20 15:09         ` Michael Albinus
  0 siblings, 1 reply; 4+ messages in thread
From: Lars Magne Ingebrigtsen @ 2016-03-20 11:13 UTC (permalink / raw
  To: Michael Albinus; +Cc: emacs-devel

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> How very odd.  Looking at the two commit messages, I must have done
> something wrong.  The one from five minutes earlier looks like the
> correct one...  I wonder where the second patch came from...

Anyway, I've now fixed that function to not bug out with a nil patch-buf
parameter.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: master 92da003: Require that the buffer that we're trying to patch exist
  2016-03-20 11:13       ` Lars Magne Ingebrigtsen
@ 2016-03-20 15:09         ` Michael Albinus
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Albinus @ 2016-03-20 15:09 UTC (permalink / raw
  To: Lars Magne Ingebrigtsen; +Cc: emacs-devel

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Anyway, I've now fixed that function to not bug out with a nil patch-buf
> parameter.

Thanks!

Best regards, Michael.



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-03-20 15:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20160223050918.2774.26132@vcs.savannah.gnu.org>
     [not found] ` <E1aY5Dr-0000jM-1K@vcs.savannah.gnu.org>
2016-03-15 13:06   ` master 92da003: Require that the buffer that we're trying to patch exist Michael Albinus
2016-03-20 11:07     ` Lars Magne Ingebrigtsen
2016-03-20 11:13       ` Lars Magne Ingebrigtsen
2016-03-20 15:09         ` Michael Albinus

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.