unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: emacs-devel@gnu.org, dominik@science.uva.nl
Subject: Re: Files that begin with a period
Date: Sun, 19 Oct 2008 15:39:38 +0200	[thread overview]
Message-ID: <uwsg4k8kl.fsf@gnu.org> (raw)
In-Reply-To: <jwviqroybra.fsf-monnier+emacs@gnu.org>

> From: Stefan Monnier <monnier@iro.umontreal.ca>
> Cc: Carsten Dominik <dominik@science.uva.nl>,  emacs-devel@gnu.org
> Date: Sun, 19 Oct 2008 09:07:44 -0400
> 
> > 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?




  reply	other threads:[~2008-10-19 13:39 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 [this message]
2008-10-19 20:04     ` Stefan Monnier
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

  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=uwsg4k8kl.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=dominik@science.uva.nl \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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).