emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: xcf thumbnail image file support?


From: David Kastrup
Subject: Re: xcf thumbnail image file support?
Date: Sun, 30 Sep 2007 12:34:51 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

"Mathias Dahl" <address@hidden> writes:

> Quickly browsing the code now it seems basic support was added. You
> can set `image-dired-thumbnail-storage' to 'standard to test it:
>
> (defcustom image-dired-thumbnail-storage 'use-image-dired-dir
>   "How to store image-dired's thumbnail files.
> Image-Dired can store thumbnail files in one of two ways and this is
> controlled by this variable.  \"Use image-dired dir\" means that the
> thumbnails are stored in a central directory.  \"Per directory\"
> means that each thumbnail is stored in a subdirectory called
> \".image-dired\" in the same directory where the image file is.
> \"Thumbnail Managing Standard\" means that the thumbnails are
> stored and generated according to the Thumbnail Managing Standard
> that allows sharing of thumbnails across different programs."
>   :type '(choice :tag "How to store thumbnail files"
>                  (const :tag "Thumbnail Managing Standard" standard)
>                  (const :tag "Use image-dired-dir" use-image-dired-dir)
>                  (const :tag "Per-directory" per-directory))
>   :group 'image-dired)

The DOC string refers to the customize display rather than the actual
values to set this variable to.  That makes it useless as programming
documentation for the variable.  Please use the actual values in the
description while keeping the customize tags: it is obvious which of
the described behaviors they refer to.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum




reply via email to

[Prev in Thread] Current Thread [Next in Thread]