unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Chris BSomething <xpusostomos@gmail.com>
Cc: 37203@debbugs.gnu.org
Subject: bug#37203: 26.2; error on load with .emacs.d symlink on windows
Date: Wed, 28 Aug 2019 09:23:28 +0300	[thread overview]
Message-ID: <83r255dd0f.fsf@gnu.org> (raw)
In-Reply-To: <CADrHaBERnoBjmfnondHcKWOQPw53NLJUdcrnS2sSmY4HzOfH9w@mail.gmail.com> (message from Chris BSomething on Wed, 28 Aug 2019 12:21:50 +1000)

> From: Chris BSomething <xpusostomos@gmail.com>
> Date: Wed, 28 Aug 2019 12:21:50 +1000
> 
> I want  to store my init.el on Google drive so it shares between computers.
> So I created a windows symlink:
> mklink .emacs.d Google\emacs

This doesn't create a directory symlink, it creates a symlink to a
(non-existent) file.  To make a directory symlink, you need to do this
instead:

  mklink /d .emacs.d Google\emacs

If this doesn't work either, please tell more about what does "Google"
above represent, as it doesn't seem to point to a drive, at least not
syntactically.

> It is mistakenly thinking that the directory isn't writable probably because it is a <SYMLINK> rather than a
> <DIR>, or alternatively because the symlink is owned by Administrators.

If ownership winds up to be the problem (I don't think so), it can be
changed from the Windows Explorer or other similar tools.





  reply	other threads:[~2019-08-28  6:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-28  2:21 bug#37203: 26.2; error on load with .emacs.d symlink on windows Chris BSomething
2019-08-28  6:23 ` Eli Zaretskii [this message]
2019-08-28  6:27   ` Chris BSomething
2019-08-28  6:59     ` Eli Zaretskii
2019-08-28  7:31       ` Chris BSomething
2019-08-28  7:51         ` Eli Zaretskii

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=83r255dd0f.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=37203@debbugs.gnu.org \
    --cc=xpusostomos@gmail.com \
    /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 public inbox

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

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 read-only IMAP folder(s) and NNTP newsgroup(s).