all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#685: 23.0.60; ediff-revision does not work with bazaar
@ 2008-08-10 17:01 Lennart Borgman (gmail)
  2008-08-11  1:17 ` OFFICE ZERO
  0 siblings, 1 reply; 4+ messages in thread
From: Lennart Borgman (gmail) @ 2008-08-10 17:01 UTC (permalink / raw)
  To: emacs-pretest-bug

Starting from

   emacs -Q

and opening a file under bazaar version control and then doing

   M-x ediff-revision

I get the backtrace below.


Debugger entered--Lisp error: (wrong-number-of-arguments #[(file 
&optional editable rev) "..." [rev error "Operation not supported"] 2] 4)
   vc-bzr-checkout("c:/EmacsW32/nxhtml/nxhtml/doc/nxhtml-changes.html" 
nil nil "c:/EmacsW32/nxhtml/nxhtml/doc/nxhtml-changes.html21963Vr")
   apply(vc-bzr-checkout 
("c:/EmacsW32/nxhtml/nxhtml/doc/nxhtml-changes.html" nil nil 
"c:/EmacsW32/nxhtml/nxhtml/doc/nxhtml-changes.html21963Vr"))
   vc-call-backend(Bzr checkout 
"c:/EmacsW32/nxhtml/nxhtml/doc/nxhtml-changes.html" nil nil 
"c:/EmacsW32/nxhtml/nxhtml/doc/nxhtml-changes.html21963Vr")
   vc-default-find-revision(Bzr 
"c:/EmacsW32/nxhtml/nxhtml/doc/nxhtml-changes.html" nil #<buffer  *temp 
file*>)
   apply(vc-default-find-revision Bzr 
("c:/EmacsW32/nxhtml/nxhtml/doc/nxhtml-changes.html" nil #<buffer  *temp 
file*>))
   vc-call-backend(Bzr find-revision 
"c:/EmacsW32/nxhtml/nxhtml/doc/nxhtml-changes.html" nil #<buffer  *temp 
file*>)
   vc-find-revision("c:/EmacsW32/nxhtml/nxhtml/doc/nxhtml-changes.html" nil)
   ediff-vc-revision-other-window(nil)
   byte-code("..." [rev1 rev1buf file1 rev2 rev2buf file2 
ediff-vc-revision-other-window buffer-file-name "" lambda nil 
ediff-delete-version-file or startup-hooks] 7)
   ediff-vc-internal("" "" nil)
   ediff-revision(nil)
   call-interactively(ediff-revision t nil)
   execute-extended-command(nil)
   call-interactively(execute-extended-command nil nil)


In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600)
  of 2008-08-10







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

* bug#685: 23.0.60; ediff-revision does not work with bazaar
  2008-08-10 17:01 Lennart Borgman (gmail)
@ 2008-08-11  1:17 ` OFFICE ZERO
  0 siblings, 0 replies; 4+ messages in thread
From: OFFICE ZERO @ 2008-08-11  1:17 UTC (permalink / raw)
  To: Lennart Borgman (gmail), 685

Do not send me any mail !
No thank you !!

----- Original Message ----- 
From: "Lennart Borgman (gmail)" <lennart.borgman@gmail.com>
To: <emacs-pretest-bug@gnu.org>
Sent: Monday, August 11, 2008 2:01 AM
Subject: bug#685: 23.0.60; ediff-revision does not work with bazaar


> Starting from
>
>   emacs -Q
>
> and opening a file under bazaar version control and then doing
>
>   M-x ediff-revision
>
> I get the backtrace below.
>
>
> Debugger entered--Lisp error: (wrong-number-of-arguments #[(file &optional 
> editable rev) "..." [rev error "Operation not supported"] 2] 4)
>   vc-bzr-checkout("c:/EmacsW32/nxhtml/nxhtml/doc/nxhtml-changes.html" nil 
> nil "c:/EmacsW32/nxhtml/nxhtml/doc/nxhtml-changes.html21963Vr")
>   apply(vc-bzr-checkout 
> ("c:/EmacsW32/nxhtml/nxhtml/doc/nxhtml-changes.html" nil nil 
> "c:/EmacsW32/nxhtml/nxhtml/doc/nxhtml-changes.html21963Vr"))
>   vc-call-backend(Bzr checkout 
> "c:/EmacsW32/nxhtml/nxhtml/doc/nxhtml-changes.html" nil nil 
> "c:/EmacsW32/nxhtml/nxhtml/doc/nxhtml-changes.html21963Vr")
>   vc-default-find-revision(Bzr 
> "c:/EmacsW32/nxhtml/nxhtml/doc/nxhtml-changes.html" nil #<buffer  *temp 
> file*>)
>   apply(vc-default-find-revision Bzr 
> ("c:/EmacsW32/nxhtml/nxhtml/doc/nxhtml-changes.html" nil #<buffer  *temp 
> file*>))
>   vc-call-backend(Bzr find-revision 
> "c:/EmacsW32/nxhtml/nxhtml/doc/nxhtml-changes.html" nil #<buffer  *temp 
> file*>)
>   vc-find-revision("c:/EmacsW32/nxhtml/nxhtml/doc/nxhtml-changes.html" 
> nil)
>   ediff-vc-revision-other-window(nil)
>   byte-code("..." [rev1 rev1buf file1 rev2 rev2buf file2 
> ediff-vc-revision-other-window buffer-file-name "" lambda nil 
> ediff-delete-version-file or startup-hooks] 7)
>   ediff-vc-internal("" "" nil)
>   ediff-revision(nil)
>   call-interactively(ediff-revision t nil)
>   execute-extended-command(nil)
>   call-interactively(execute-extended-command nil nil)
>
>
> In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600)
>  of 2008-08-10
>
>
>
>
> 







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

* bug#685: 23.0.60; ediff-revision does not work with bazaar
@ 2008-11-08 14:28 Chong Yidong
  2008-11-08 15:20 ` Lennart Borgman
  0 siblings, 1 reply; 4+ messages in thread
From: Chong Yidong @ 2008-11-08 14:28 UTC (permalink / raw)
  To: Lennart Borgman (gmail); +Cc: 685

> Starting from
>   emacs -Q
> and opening a file under bazaar version control and then doing
>   M-x ediff-revision
> I get the backtrace below.
>
> Debugger entered--Lisp error: (wrong-number-of-arguments #[(file 
> &optional editable rev) "..." [rev error "Operation not supported"] 2]
> 4)
>   vc-bzr-checkout("c:/EmacsW32/nxhtml/nxhtml/doc/nxhtml-changes.html" 

Do you still see this bug?  I can't reproduce it now.






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

* bug#685: 23.0.60; ediff-revision does not work with bazaar
  2008-11-08 14:28 bug#685: 23.0.60; ediff-revision does not work with bazaar Chong Yidong
@ 2008-11-08 15:20 ` Lennart Borgman
  0 siblings, 0 replies; 4+ messages in thread
From: Lennart Borgman @ 2008-11-08 15:20 UTC (permalink / raw)
  To: Chong Yidong; +Cc: 685

On Sat, Nov 8, 2008 at 3:28 PM, Chong Yidong <cyd@stupidchicken.com> wrote:
>> Starting from
>>   emacs -Q
>> and opening a file under bazaar version control and then doing
>>   M-x ediff-revision
>> I get the backtrace below.
>>
>> Debugger entered--Lisp error: (wrong-number-of-arguments #[(file
>> &optional editable rev) "..." [rev error "Operation not supported"] 2]
>> 4)
>>   vc-bzr-checkout("c:/EmacsW32/nxhtml/nxhtml/doc/nxhtml-changes.html"
>
> Do you still see this bug?  I can't reproduce it now.

No, with a fresh checkout from today it works fine. Thanks.






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

end of thread, other threads:[~2008-11-08 15:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-08 14:28 bug#685: 23.0.60; ediff-revision does not work with bazaar Chong Yidong
2008-11-08 15:20 ` Lennart Borgman
  -- strict thread matches above, loose matches on Subject: below --
2008-08-10 17:01 Lennart Borgman (gmail)
2008-08-11  1:17 ` OFFICE ZERO

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.