all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Ludwig, Mark" <ludwig.mark@siemens.com>
To: Oleksandr Gavenko <gavenkoa@gmail.com>,
	"help-gnu-emacs@gnu.org" <help-gnu-emacs@gnu.org>
Subject: RE: OS independent way to specify location of .emacs.d directory
Date: Thu, 4 Apr 2013 21:04:25 +0000	[thread overview]
Message-ID: <BC5672F8AD4C054BAF167C9801500D1ABCB10C2A@USSLMMBX003.net.plm.eds.com> (raw)
In-Reply-To: <878v4yt3q4.fsf@gavenkoa.example.com>

> From: Oleksandr Gavenko
> Sent: Thursday, April 04, 2013 3:56 PM
> 
> On 2013-04-04, Stefan Monnier wrote:
> 
> >> Is there way that specifies the path to the .emacs.d directory that
> >> works on Linux, Windows, and Mac?
> >
> > AFAIK "~/.emacs.d" should work.
> >
> I see many times such code:
> 
>   (expand-file-name "~/.emacs.d")

It is a little-known fact that the Windows kernel accepts forward slashes;
you can pass them to every API that takes a file path.  (You can pass 
path strings that mix forward and backward slashes.)

You can even use forward slashes as file path arguments to some external 
commands in command shells.  You can never use them in internal commands.

Cheers,
Mark




  reply	other threads:[~2013-04-04 21:04 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.23457.1365033700.855.help-gnu-emacs@gnu.org>
2013-04-04  0:20 ` OS independent way to specify location of .emacs.d directory Stefan Monnier
2013-04-04 20:56   ` Oleksandr Gavenko
2013-04-04 21:04     ` Ludwig, Mark [this message]
2013-04-05  5:59       ` Eli Zaretskii
2013-04-05 13:33         ` Ludwig, Mark
2013-04-04  0:01 Joe Riel
2013-04-04  0:19 ` Steven Degutis
2013-04-04  2:48 ` 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

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

  git send-email \
    --in-reply-to=BC5672F8AD4C054BAF167C9801500D1ABCB10C2A@USSLMMBX003.net.plm.eds.com \
    --to=ludwig.mark@siemens.com \
    --cc=gavenkoa@gmail.com \
    --cc=help-gnu-emacs@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.