From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/10517 Path: main.gmane.org!not-for-mail From: Fabrice POPINEAU Newsgroups: gmane.emacs.gnus.general Subject: UUdecode and NTemacs Date: Fri, 4 Apr 1997 10:59:10 +0200 (MET DST) Message-ID: <199704040859.KAA27807@esemetz.ese-metz.fr> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by SEMI MIME-Edit 0.75) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035150374 24849 80.91.224.250 (20 Oct 2002 21:46:14 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:46:14 +0000 (UTC) Cc: ntemacs-users@cs.washington.edu Return-Path: Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.8.5/8.8.5) with SMTP id BAA04627 for ; Fri, 4 Apr 1997 01:06:57 -0800 Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Fri, 4 Apr 1997 10:59:44 +0200 Original-Received: (qmail 7225 invoked by uid 504); 4 Apr 1997 08:57:12 -0000 Original-Received: (qmail 7222 invoked from network); 4 Apr 1997 08:57:11 -0000 Original-Received: from esemetz.ese-metz.fr (192.70.65.1) by claymore.vcinet.com with SMTP; 4 Apr 1997 08:57:01 -0000 Original-Received: from NEUROMANCER.ese-metz.fr (neuromancer.ese-metz.fr [193.48.224.95]) by esemetz.ese-metz.fr (8.7.1/8.7.2) with SMTP id KAA27807; Fri, 4 Apr 1997 10:59:10 +0200 (MET DST) Original-To: ding@gnus.org X-Emacs: 19.34 Xref: main.gmane.org gmane.emacs.gnus.general:10517 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:10517 Hi, The following code in gnus-uu.el (5.4.36) needs some modification to work under NTemacs: ;; Start a new uudecoding process. (let ((cdir default-directory)) (unwind-protect (progn (cd gnus-uu-work-dir) (setq gnus-uu-uudecode-process (start-process "*uudecode*" (get-buffer-create gnus-uu-output-buffer-name) ; shell-file-name shell-command-switch ; (format "cd %s %s uudecode" gnus-uu-work-dir ; gnus-shell-command-separator)))) "uudecode"))) (cd cdir))) There are 2 problems: - gnus-uu-work-dir is "f:/tmp/gnusa00195" and if your shell is "cmd", it can't 'cd' to some path with '/', it needs '\' - anyway, I'm not sure NTemacs can accept "cd f:\\tmp\\gnusa00195 && uudecode" as a program to start. As there was a (cd gnus-uu-work-dir) just before, is it useful to keep the "cd tmpdir &&" into the starting process ? Also, under NTemacs, shelex.exe would be a better viewer for most of the files you want to decode. Fabrice POPINEAU ------------------------ e-mail: popineau@ese-metz.fr | "God is real ... Fabrice.POPINEAU@supelec.fr | voice-mail: +33 (0) 387764715 | ... unless integer ?" surface-mail: Supelec, 2 rue E. Belin, | F-57078 Metz Cedex 3 |