Gnus development mailing list
 help / color / mirror / Atom feed
* UUdecode and NTemacs
@ 1997-04-04  8:59 Fabrice POPINEAU
  1997-04-04 19:32 ` Lars Magne Ingebrigtsen
  1997-04-08 18:05 ` Andrew Innes
  0 siblings, 2 replies; 14+ messages in thread
From: Fabrice POPINEAU @ 1997-04-04  8:59 UTC (permalink / raw)
  Cc: ntemacs-users

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      |


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

end of thread, other threads:[~1997-04-08 18:05 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-04-04  8:59 UUdecode and NTemacs Fabrice POPINEAU
1997-04-04 19:32 ` Lars Magne Ingebrigtsen
1997-04-04 23:08   ` Dewey M. Sasser
1997-04-04 23:17   ` Stainless Steel Rat
1997-04-05 10:49     ` Lars Magne Ingebrigtsen
1997-04-07  7:51       ` Fabrice POPINEAU
1997-04-07 16:42         ` Stainless Steel Rat
1997-04-07  8:01     ` Andy Eskilsson
1997-04-07 16:45       ` Stainless Steel Rat
1997-04-07 18:30         ` Scott Blachowicz
1997-04-07 19:00           ` Stainless Steel Rat
1997-04-07 19:41             ` Scott Blachowicz
1997-04-07 19:58         ` Richard Hoskins
1997-04-08 18:05 ` Andrew Innes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).