From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: xcf thumbnail image file support? Date: Sun, 30 Sep 2007 12:34:51 +0200 Message-ID: <85hclc5tmc.fsf@lola.goethe.zz> References: <46F97484.70408@gnu.org> <7dbe73ed0709300314w41a47a5p23f1d6ff221005bf@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1191148509 23002 80.91.229.12 (30 Sep 2007 10:35:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 30 Sep 2007 10:35:09 +0000 (UTC) Cc: "joakim@verona.se" , emacs-devel To: "Mathias Dahl" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 30 12:35:05 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ibw8c-00077h-Hs for ged-emacs-devel@m.gmane.org; Sun, 30 Sep 2007 12:35:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ibw8Y-0002fr-CY for ged-emacs-devel@m.gmane.org; Sun, 30 Sep 2007 06:34:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ibw8T-0002cM-7H for emacs-devel@gnu.org; Sun, 30 Sep 2007 06:34:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ibw8Q-0002Zq-L4 for emacs-devel@gnu.org; Sun, 30 Sep 2007 06:34:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ibw8Q-0002Zj-Hw for emacs-devel@gnu.org; Sun, 30 Sep 2007 06:34:50 -0400 Original-Received: from mail-in-01.arcor-online.net ([151.189.21.41]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Ibw8Q-000753-3T for emacs-devel@gnu.org; Sun, 30 Sep 2007 06:34:50 -0400 Original-Received: from mail-in-04-z2.arcor-online.net (mail-in-04-z2.arcor-online.net [151.189.8.16]) by mail-in-01.arcor-online.net (Postfix) with ESMTP id 8A86215BF12; Sun, 30 Sep 2007 12:34:48 +0200 (CEST) Original-Received: from mail-in-12.arcor-online.net (mail-in-12.arcor-online.net [151.189.21.52]) by mail-in-04-z2.arcor-online.net (Postfix) with ESMTP id 7B979ABE93; Sun, 30 Sep 2007 12:34:48 +0200 (CEST) Original-Received: from lola.goethe.zz (dslb-084-061-026-014.pools.arcor-ip.net [84.61.26.14]) by mail-in-12.arcor-online.net (Postfix) with ESMTP id 492628C46F; Sun, 30 Sep 2007 12:34:40 +0200 (CEST) Original-Received: by lola.goethe.zz (Postfix, from userid 1002) id 161831C4CE10; Sun, 30 Sep 2007 12:34:51 +0200 (CEST) In-Reply-To: <7dbe73ed0709300314w41a47a5p23f1d6ff221005bf@mail.gmail.com> (Mathias Dahl's message of "Sun\, 30 Sep 2007 12\:14\:11 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-Virus-Scanned: ClamAV 0.91.2/4439/Sun Sep 30 11:08:40 2007 on mail-in-12.arcor-online.net X-Virus-Status: Clean X-Detected-Kernel: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:80047 Archived-At: "Mathias Dahl" 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