From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: A few issues with thumbs.el Date: Mon, 13 Jun 2005 11:02:59 -0400 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> <877jgz798n.fsf-monnier+emacs@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1118675298 893 80.91.229.2 (13 Jun 2005 15:08:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Jun 2005 15:08:18 +0000 (UTC) Cc: emacs-devel@gnu.org, brakjoller@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 13 17:08:12 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DhqXN-0003wf-4Z for ged-emacs-devel@m.gmane.org; Mon, 13 Jun 2005 17:07:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DhqcB-000383-8G for ged-emacs-devel@m.gmane.org; Mon, 13 Jun 2005 11:12:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DhqWr-0002F9-Qj for emacs-devel@gnu.org; Mon, 13 Jun 2005 11:07:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DhqWX-00024x-Bp for emacs-devel@gnu.org; Mon, 13 Jun 2005 11:06:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DhqWW-00022P-1x for emacs-devel@gnu.org; Mon, 13 Jun 2005 11:06:48 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DhqUQ-0002v1-1Q for emacs-devel@gnu.org; Mon, 13 Jun 2005 11:04:38 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DhqSp-0000m9-Ko; Mon, 13 Jun 2005 11:02:59 -0400 Original-To: Stefan Monnier In-reply-to: <877jgz798n.fsf-monnier+emacs@gnu.org> (message from Stefan Monnier on Sun, 12 Jun 2005 14:03:21 -0400) 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:38724 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:38724 >> - 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. > What are the benefits of doing this? Locality. I find the concept of locality to be extremely important. E.g. if I rename the directory "foo/bar/baz" to "off/bar/baz" it will just keep working without any need to recreate thumbs. If I delete the directory, the thumbs will automatically be deleted with the images, ... This would be quite convenient.