Gnus development mailing list
 help / color / mirror / Atom feed
* {PATCH] minor gpg.el fix for MS Windows
@ 2002-04-30 15:11 Dmitry Bely
  2002-04-30 15:24 ` Florian Weimer
  2002-04-30 15:47 ` Kai Großjohann
  0 siblings, 2 replies; 7+ messages in thread
From: Dmitry Bely @ 2002-04-30 15:11 UTC (permalink / raw)
  Cc: Florian Weimer

Index: gpg.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/contrib/gpg.el,v
retrieving revision 1.18
diff -u -r1.18 gpg.el
--- gpg.el	2002/01/25 18:00:44	1.18
+++ gpg.el	2002/04/30 15:11:55
@@ -218,7 +218,9 @@
   :group 'gpg-options)
 
 (defcustom gpg-temp-directory 
-  (expand-file-name "~/tmp")
+  (if (memq system-type '(windows-nt cygwin32 win32 w32 mswindows))
+      (temp-directory)
+    (expand-file-name "~/tmp"))
   "Directory for temporary files.
 If you are running Emacs 20, this directory must have mode 0700."
   :tag "Temp directory"

Hope to hear from you soon,
Dmitry



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

end of thread, other threads:[~2002-04-30 16:50 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-30 15:11 {PATCH] minor gpg.el fix for MS Windows Dmitry Bely
2002-04-30 15:24 ` Florian Weimer
2002-04-30 16:45   ` Dmitry Bely
2002-04-30 16:50     ` Dmitry Bely
2002-04-30 15:47 ` Kai Großjohann
2002-04-30 16:33   ` Dmitry Bely
2002-04-30 16:48     ` Kai Großjohann

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).