From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mathias Dahl Newsgroups: gmane.emacs.devel Subject: Re: tumme testing Date: Mon, 13 Feb 2006 00:41:03 +0100 Message-ID: <7dbe73ed0602121541t48756d62l3ce6c0f6cc2a9e64@mail.gmail.com> References: <17366.53124.274532.548329@kahikatea.snap.net.nz> <87bqxgynfn.fsf@jurta.org> <87accya7ds.fsf@jurta.org> <873bioa7fx.fsf@jurta.org> <7dbe73ed0602121321y40121fabha6c48bacd55f9d2@mail.gmail.com> 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 1139787695 8540 80.91.229.2 (12 Feb 2006 23:41:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 12 Feb 2006 23:41:35 +0000 (UTC) Cc: emacs-devel@gnu.org, Mathias Dahl Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 13 00:41:33 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F8QqH-0005R5-I3 for ged-emacs-devel@m.gmane.org; Mon, 13 Feb 2006 00:41:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F8QqH-0008GB-15 for ged-emacs-devel@m.gmane.org; Sun, 12 Feb 2006 18:41:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F8Qq2-0008G4-Tv for emacs-devel@gnu.org; Sun, 12 Feb 2006 18:41:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F8Qq1-0008FN-39 for emacs-devel@gnu.org; Sun, 12 Feb 2006 18:41:06 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F8Qq0-0008FJ-To for emacs-devel@gnu.org; Sun, 12 Feb 2006 18:41:04 -0500 Original-Received: from [66.249.82.196] (helo=xproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F8QuK-0001Z3-Ug for emacs-devel@gnu.org; Sun, 12 Feb 2006 18:45:33 -0500 Original-Received: by xproxy.gmail.com with SMTP id s17so561659wxc for ; Sun, 12 Feb 2006 15:41:03 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=LaaPaQAki8TP22lKOeE7LZYCUR/XB8SPxn2R2DCVyKvr26tkS3Vt1ckogtWYdGXeOVjdnZuX0EAhItJLzgVPg6VK2euxZKxGFAtOxkajMiKTS2f1i5qxFz5oymzujTRbwq5Bd1djgX9626EHcXKFYxR0NgzpzmQuvyOVatqZSlE= Original-Received: by 10.70.104.19 with SMTP id b19mr1860260wxc; Sun, 12 Feb 2006 15:41:03 -0800 (PST) Original-Received: by 10.70.105.1 with HTTP; Sun, 12 Feb 2006 15:41:03 -0800 (PST) Original-To: Juri Linkov In-Reply-To: <7dbe73ed0602121321y40121fabha6c48bacd55f9d2@mail.gmail.com> 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:50429 Archived-At: > > Well. As the first step, I've added the support for displaying thumbna= ils > > directly in the dired buffer. The command `tumme-dired-insert-marked-t= humbs' > > is bound to `C-t C-t' and when invoked on the marked files adds thumbna= ils > > to the dired buffer. It also takes care of relocating thumbnails after > > refreshing the dired buffer or changing the sorting order with `s'. > > Oh? Exciting news, thanks! > > You have to excuse me now, I have some `cvs update':ing to do... :) It works really well, many will like this feature! A comment: I see that by using `create-image', there is no way to set a margin other than 0, is it? I think some space, maybe configurable, around the images would be nice.