From: Mattis <brakjoller@gmail.com>
Cc: rms@gnu.org, emacs-devel@gnu.org
Subject: Re: tumme directory
Date: Sat, 11 Feb 2006 01:04:11 +0100 [thread overview]
Message-ID: <c99f54dd0602101604u5b097b7r5a1a81be3eafe7d2@mail.gmail.com> (raw)
In-Reply-To: <87zmkzf99z.fsf-monnier+emacs@gnu.org>
> 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)
:)
I just commited the changed suggested by Nick. Now it works the same
way thumbs.el does. It could easily be changed again though, but this
seems to work nicely. I just moved my thumbnails to the new dir and it
works well:
$ mkdir ~/.emacs.d/tumme
$ mv ~/.tumme/*.thumb.jpg ~/.emacs.d/tumme/
next prev parent reply other threads:[~2006-02-11 0:04 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
2006-02-11 0:04 ` Mattis [this message]
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=c99f54dd0602101604u5b097b7r5a1a81be3eafe7d2@mail.gmail.com \
--to=brakjoller@gmail.com \
--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 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.