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: Fri, 10 Jun 2005 17:06:43 +0200 Message-ID: References: <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 1118416817 22279 80.91.229.2 (10 Jun 2005 15:20:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 10 Jun 2005 15:20:17 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 10 17:20:16 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DglHv-00008q-F4 for ged-emacs-devel@m.gmane.org; Fri, 10 Jun 2005 17:19:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DglP4-0004jx-Gy for ged-emacs-devel@m.gmane.org; Fri, 10 Jun 2005 11:26:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DglN8-0004C4-3c for emacs-devel@gnu.org; Fri, 10 Jun 2005 11:24:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DglN0-000485-PQ for emacs-devel@gnu.org; Fri, 10 Jun 2005 11:24:30 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DglMz-00042W-Ps for emacs-devel@gnu.org; Fri, 10 Jun 2005 11:24:29 -0400 Original-Received: from [64.233.182.204] (helo=nproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dgl6M-0000sI-6Q for emacs-devel@gnu.org; Fri, 10 Jun 2005 11:07:18 -0400 Original-Received: by nproxy.gmail.com with SMTP id i2so37477nfe for ; Fri, 10 Jun 2005 08:06:43 -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=HhduRV6txuvhJePbKfI2WPE5iA2lirt8nPBeRCfzUppLFlQXvbD5GpoIsxZrwPQXCAENPoFqUE2qAgSKkAw54qn2sATiwmXPxUbcetbrBPAy2Ybn2wZEFsw08/SqtUoY8uAAkAdtMU9QQ63eZ0JNr9CVS+9GTeo77j3nhH5JxKA= Original-Received: by 10.48.240.15 with SMTP id n15mr34765nfh; Fri, 10 Jun 2005 08:06:43 -0700 (PDT) Original-Received: by 10.48.250.5 with HTTP; Fri, 10 Jun 2005 08:06:43 -0700 (PDT) Original-To: emacs-devel@gnu.org In-Reply-To: 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:38525 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:38525 OK, I've installed a few patches for thumbs.el that fix suboptimal code in my previous change (mostly, situations where a non-slash-finished directory could be accidentally concatenated to a file name). I'll stop now modifying thumbs.el till a decision is reached about tumme.el. Unimplemented so far: removing the thumbsdir cleanup from the top level, and the customization of the thumb dir so it could be along the image directories. --=20 /L/e/k/t/u