Gnus development mailing list
 help / color / mirror / Atom feed
From: Dmitry Bely <dbely@mail.ru>
Cc: Florian Weimer <fw@deneb.enyo.de>
Subject: {PATCH] minor gpg.el fix for MS Windows
Date: Tue, 30 Apr 2002 19:11:01 +0400	[thread overview]
Message-ID: <lmb5gr22.fsf@mail.ru> (raw)

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



             reply	other threads:[~2002-04-30 15:11 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-30 15:11 Dmitry Bely [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=lmb5gr22.fsf@mail.ru \
    --to=dbely@mail.ru \
    --cc=fw@deneb.enyo.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).