From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Eli Zaretskii <eliz@gnu.org>
Cc: emacs-devel@gnu.org, dominik@science.uva.nl
Subject: Re: Files that begin with a period
Date: Sun, 19 Oct 2008 16:04:32 -0400 [thread overview]
Message-ID: <jwvabd0mjy1.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <uwsg4k8kl.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 19 Oct 2008 15:39:38 +0200")
>> > I installed today in several Lisp files, including in the `lisp/org'
>> > directory, changes that run file names which supply values to
>> > defcustom's through `convert-standard-filename'. This is for when
>> > Emacs runs on 8+3 (a.k.a. DOS) filesystems that do not allow file
>> > names with a leading period. (On modern filesystems,
>> > `convert-standard-filename' leaves the file name intact.)
>>
>> It would probably be good to try and use user-emacs-directory for those
>> file names.
> Sorry, I don't understand what would that solve. I'm talking about
> defcustom's such as this one:
> (defcustom org-id-locations-file
> (convert-standard-filename "~/.org-id-locations")
> "The file for remembering the last ID number generated."
> :group 'org-id
> :type 'file)
> (Originally, the call to convert-standard-filename wasn't there.)
> The file in question is in the user's home directory, but the problem
> is not the directory, it's the name of the file itself.
> What am I missing?
Nothing: I agree 100% with your change and just reminded that it would
additionally be good to try and use user-emacs-directory (i.e. move
those files into ~/.emacs.d).
Stefan
next prev parent reply other threads:[~2008-10-19 20:04 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-19 10:29 Files that begin with a period Eli Zaretskii
2008-10-19 13:07 ` Stefan Monnier
2008-10-19 13:39 ` Eli Zaretskii
2008-10-19 20:04 ` Stefan Monnier [this message]
2008-10-20 9:03 ` Juanma Barranquero
2008-10-20 11:19 ` Eli Zaretskii
2008-10-20 11:32 ` Juanma Barranquero
2008-10-20 12:07 ` Eli Zaretskii
2008-10-23 18:29 ` Stefan Monnier
2008-10-23 21:49 ` Eli Zaretskii
2008-10-24 9:46 ` Juanma Barranquero
2008-10-24 4:18 ` Stephen J. Turnbull
2008-10-24 10:25 ` Juanma Barranquero
2008-10-20 9:33 ` 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=jwvabd0mjy1.fsf-monnier+emacs@gnu.org \
--to=monnier@iro.umontreal.ca \
--cc=dominik@science.uva.nl \
--cc=eliz@gnu.org \
--cc=emacs-devel@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.