all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jason Lewis <jason@dickson.st>
To: Eli Zaretskii <eliz@gnu.org>, Glenn Morris <rgm@gnu.org>
Cc: 16679@debbugs.gnu.org
Subject: bug#16679: 24.3.50; can't create a newly encrypted gpg file with easypg in cygwin emacs
Date: Sat, 08 Feb 2014 21:05:21 +1100	[thread overview]
Message-ID: <52F60161.90707@dickson.st> (raw)
In-Reply-To: <8338jux9v9.fsf@gnu.org> (sfid-20140208_195459_908338_FFFFFFFFE781FA80)


[-- Attachment #1.1: Type: text/plain, Size: 1448 bytes --]

On 8/02/2014 7:54 pm, Eli Zaretskii wrote:
>> From: Glenn Morris <rgm@gnu.org>
>> Date: Fri, 07 Feb 2014 20:42:25 -0500
>> Cc: 16679@debbugs.gnu.org
>>
>> The fact that the file is actually on drive c but pretends to be on
>> drive d (?) seems odd to me, but may be totally normal for all I know of
>> Cygwin:
>>
>>   write-region(nil nil "/cygdrive/c/Users/jason/test.gpg" nil t "/cygdrive/d/Users/jason/test.gpg")
> No, it isn't normal.  "cygdrive/x" is the Cygwin incarnation of the
> Windows "x:" reference to a drive letter.  So I guess there's some
> problem somewhere, since I can hardly believe the OP has a d:/Users
> directory.
>
Ah, I didn't notice that in the backtrace, that was well spotted by Glen.

Because I like to live life on the edge, I decided to mount my user
directory from my drive D:, following a procedure much like this one:

http://caskater4.blogspot.com.au/2007/09/moving-your-data-where-you-want-in.html

something like this:

 1. xcopy /E /H /O /X /Y /I C:\Users D:\Users
 2. rmdir /S /Q C:\Users
 3. rmdir "C:\Documents and Settings"
 4. mklink /J C:\Users D:\Users
 5. mklink /J "C:\Documents and Settings" D:\Users

I'm not in front of that computer right now but that sounds as though it
has something to do with it.

could it be that there is two ways the path is expanded in easypg? and
they return different results?

Jason


-- 
Jason Lewis
http://emacstragic.net


[-- Attachment #1.2: Type: text/html, Size: 3213 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 898 bytes --]

  reply	other threads:[~2014-02-08 10:05 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-07  4:45 bug#16679: 24.3.50; can't create a newly encrypted gpg file with easypg in cygwin emacs Jason Lewis
2014-02-08  1:42 ` Glenn Morris
2014-02-08  8:54   ` Eli Zaretskii
2014-02-08 10:05     ` Jason Lewis [this message]
2014-02-08 14:18       ` Eli Zaretskii
2014-02-10 23:04         ` Jason Lewis
2014-02-11  3:46           ` Eli Zaretskii
2014-02-11  5:15             ` Jason Lewis
2014-02-11 16:05               ` Eli Zaretskii
2014-02-12  2:38                 ` Jason Lewis
2019-08-30 10:59                   ` Lars Ingebrigtsen
2019-08-30 11:44                     ` Jason Lewis
2019-09-04 13:00                       ` Lars Ingebrigtsen

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=52F60161.90707@dickson.st \
    --to=jason@dickson.st \
    --cc=16679@debbugs.gnu.org \
    --cc=eliz@gnu.org \
    --cc=rgm@gnu.org \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.