unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: rms@gnu.org, emacs-devel@gnu.org
Subject: Re: tumme directory
Date: Fri, 10 Feb 2006 11:53:13 -0500	[thread overview]
Message-ID: <87zmkzf99z.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <c99f54dd0602091526i2b75c7adg1b39014f61bac672@mail.gmail.com> (Mattis's message of "Fri, 10 Feb 2006 00:26:09 +0100")

> (defcustom tumme-dir "~/.tumme/"
>   "*Directory where thumbnail images for are stored."
>   :type 'string
>   :group 'tumme)

A grep for ".emacs.d" in the Lisp sources will probably give you
some answer.  What I'd do is:

(defcustom tumme-dir
  (cond
    ((file-directory-p "~/.tumme/") "~/.tumme/")
    ((file-directory-p "~/.emacs.d/") "~/.emacs.d/tumme/")
    (t "~/.tumme/"))
  "Directory where thumbnail images for are stored."
  :type 'string
  :group 'tumme)


-- Stefan

  parent reply	other threads:[~2006-02-10 16:53 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-28  0:26 tumme directory Chong Yidong
2006-01-29 10:46 ` David Kastrup
2006-01-29 14:10   ` Mathias Dahl
2006-01-30  0:57   ` Richard M. Stallman
2006-01-30  0:57 ` Richard M. Stallman
2006-01-30 21:51   ` Mathias Dahl
2006-01-31 18:06     ` Richard M. Stallman
2006-02-01 10:33       ` Mathias Dahl
2006-02-09 23:26       ` Mattis
2006-02-10  7:34         ` Nick Roberts
2006-02-10 10:21           ` Mathias Dahl
2006-02-10 16:53         ` Stefan Monnier [this message]
2006-02-11  0:04           ` Mattis
2006-02-11  1:23             ` Juri Linkov
2006-02-11  9:39               ` Mathias Dahl
2006-02-12 17:45                 ` Juri Linkov
2006-02-12 23:52                   ` Mathias Dahl
2006-02-11 22:04               ` Miles Bader
2006-02-12 17:29                 ` Juri Linkov
2006-02-12 23:26                   ` Mathias Dahl

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=87zmkzf99z.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=emacs-devel@gnu.org \
    --cc=rms@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 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).