bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#4410: marked as done (23.1.50; copy-file get wrong number of args wi


From: Emacs bug Tracking System
Subject: bug#4410: marked as done (23.1.50; copy-file get wrong number of args with url-handler-mode)
Date: Sun, 13 Sep 2009 21:30:04 +0000

Your message dated Sun, 13 Sep 2009 17:23:41 -0400
with message-id <87ws42lesi.fsf@cyd.mit.edu>
and subject line Re: 23.1.50; copy-file get wrong number of args with 
url-handler-mode
has caused the Emacs bug report #4410,
regarding 23.1.50; copy-file get wrong number of args with url-handler-mode
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
4410: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=4410
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems
--- Begin Message --- Subject: 23.1.50; copy-file get wrong number of args with url-handler-mode Date: Fri, 11 Sep 2009 23:58:12 +0200
Turn on url-handler-mode and evaluate

  (copy-file
   "http://www.w3.org/QA/Tools/css-validator/css-validator.jar";
   "temp.tmp")

This gives the error

Debugger entered--Lisp error: (wrong-number-of-arguments #[(url newname
&optional ok-if-already-exists keep-time) "binary data removed..."
[newname ok-if-already-exists url handle buffer file-exists-p error
"Opening output file: File already exists, %s"
url-retrieve-synchronously nil "Opening input file: No such file or
directory, %s" mm-dissect-buffer t mm-save-part-to-file kill-buffer
mm-destroy-parts] 4
("c:/emacs/u/090911/emacs/lisp/url/url-handlers.elc" . 6235)] 5)
  url-copy-file("http://www.w3.org/QA/Tools/css-validator/css-validator.jar";
"c:/emacs/p/090804/EmacsW32/nxhtml/util/temp.tmp" nil nil nil)
  apply(url-copy-file
("http://www.w3.org/QA/Tools/css-validator/css-validator.jar";
"c:/emacs/p/090804/EmacsW32/nxhtml/util/temp.tmp" nil nil nil))
  url-file-handler(copy-file
"http://www.w3.org/QA/Tools/css-validator/css-validator.jar";
"c:/emacs/p/090804/EmacsW32/nxhtml/util/temp.tmp" nil nil nil)
  copy-file("http://www.w3.org/QA/Tools/css-validator/css-validator.jar";
"temp.tmp")



If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
If you would like to further debug the crash, please read the file
c:/emacs/u/090911/emacs/etc/DEBUG for instructions.


In GNU Emacs 23.1.50.1 (i386-mingw-nt5.1.2600)
 of 2009-09-11
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4) --no-opt --cflags
-Ic:/g/include -fno-crossjumping'


--- End Message ---
--- Begin Message --- Subject: Re: 23.1.50; copy-file get wrong number of args with url-handler-mode Date: Sun, 13 Sep 2009 17:23:41 -0400
> Turn on url-handler-mode and evaluate
>
>   (copy-file
>    "http://www.w3.org/QA/Tools/css-validator/css-validator.jar";
>    "temp.tmp")
>
> This gives the error

Thanks, I've checked in a fix.

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]