From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: A few issues with thumbs.el Date: Mon, 30 May 2005 23:20:01 +0200 Message-ID: References: <87br6zuerw.fsf-monnier+emacs@gnu.org> <87u0kqrsur.fsf-monnier+emacs@gnu.org> <87hdgon2p2.fsf@jurta.org> <87vf508myc.fsf-monnier+emacs@gnu.org> Reply-To: Juanma Barranquero NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1117487922 4372 80.91.229.2 (30 May 2005 21:18:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 30 May 2005 21:18:42 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 30 23:18:41 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dcre7-0008PB-7C for ged-emacs-devel@m.gmane.org; Mon, 30 May 2005 23:18:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dcrj4-0001z5-BK for ged-emacs-devel@m.gmane.org; Mon, 30 May 2005 17:23:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dcrii-0001vk-6B for emacs-devel@gnu.org; Mon, 30 May 2005 17:22:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dcrih-0001vC-59 for emacs-devel@gnu.org; Mon, 30 May 2005 17:22:47 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dcrig-0001ui-Oz for emacs-devel@gnu.org; Mon, 30 May 2005 17:22:47 -0400 Original-Received: from [64.233.184.197] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dcrhd-0007TE-Gl for emacs-devel@gnu.org; Mon, 30 May 2005 17:21:41 -0400 Original-Received: by wproxy.gmail.com with SMTP id 50so1656221wri for ; Mon, 30 May 2005 14:20:01 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=K5HvPMiFmgzEvAnLCxEmhiw9Q/CpqkJT8gKpVwG0Xlqkx4gT8UNnWuyPt8LDhKLVRvXCLQ29vggV7tUFPLGbJ2ILyu44DUIJKGWoZIdx+S6o+f7rEqFix0a5PlSqBTlj4gli4xb3pfzG5jRLezB5tvTEq/GOhsBIA4nF/RmTZeg= Original-Received: by 10.54.40.38 with SMTP id n38mr2763519wrn; Mon, 30 May 2005 14:20:01 -0700 (PDT) Original-Received: by 10.54.82.6 with HTTP; Mon, 30 May 2005 14:20:01 -0700 (PDT) Original-To: emacs-devel@gnu.org In-Reply-To: <87vf508myc.fsf-monnier+emacs@gnu.org> Content-Disposition: inline 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:37906 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37906 > A few questions about thumbs.el: First: I'm not the author, nor the maintainer; I just got interested on thumbs.el because I'm working on the image support on Windows. > These are bugs and should be fixed. I'm thinking of: I agree. > - I wish there was a way to put the thumbs directly next to the original > image files. E.g. instead of ~/.emacs-thumbs/foo!bar!baz!toto!NNNN.jpg > I'd like to use ~/foo/bar/baz/.emacs-thumbs/toto_NNNN.jpg. Ah. A .emacs-thumb subdirectory on each directory with images. That'd be nice, but it would make cleaning old thumbs harder, wouldn't it? Anyway, if the author doesn't fix these issues, I'll take a look at them in a few weeks. --=20 /L/e/k/t/u