* gnus-uu.el (gnus-uu-delete-work-dir): Avoid hanging when O/S
authorKevin Greiner <kevin.greiner@compsol.cc>
Fri, 21 Mar 2003 07:30:45 +0000 (07:30 +0000)
committerKevin Greiner <kevin.greiner@compsol.cc>
Fri, 21 Mar 2003 07:30:45 +0000 (07:30 +0000)
                forbids deletion of temp file (Win-XP may leave the temp file locked
                when the uudecode process fails).

lisp/ChangeLog
lisp/gnus-uu.el

index 3f6355f..3fa5e44 100644 (file)
@@ -10,6 +10,9 @@
        Reports length of series so that the user can compare N with a
        subject that should, if the entire series is present, contain
        '(.../N)'.
+       (gnus-uu-delete-work-dir): Avoid hanging when O/S forbids deletion
+       of temp file (Win-XP may leave the temp file locked when the
+       uudecode process fails).
 
 2003-03-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
index 314700d..69e9abd 100644 (file)
@@ -1466,8 +1466,7 @@ When called interactively, prompt for REGEXP."
                         "*uudecode*"
                         (gnus-get-buffer-create gnus-uu-output-buffer-name)
                         shell-file-name shell-command-switch
-                        ;;;(format "cd %s %s uudecode" gnus-uu-work-dir
-                        (format "cd %s %s java com.compsol.Uu -d" gnus-uu-work-dir
+                        (format "cd %s %s uudecode" gnus-uu-work-dir
                                 gnus-shell-command-separator))))
              (cd cdir)))
          (set-process-sentinel