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: thumbs.el and transparency Date: Sun, 05 Feb 2006 13:03:35 +0100 Message-ID: References: <17366.53124.274532.548329@kahikatea.snap.net.nz> <87y814vhxj.fsf@jurta.org> <17367.17105.271024.157799@kahikatea.snap.net.nz> <17369.17978.521026.397616@kahikatea.snap.net.nz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1139141180 17986 80.91.229.2 (5 Feb 2006 12:06:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 5 Feb 2006 12:06:20 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 05 13:06:18 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 1F5ieg-0000uE-IM for ged-emacs-devel@m.gmane.org; Sun, 05 Feb 2006 13:06:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F5ihv-0003qI-8x for ged-emacs-devel@m.gmane.org; Sun, 05 Feb 2006 07:09:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F5ifz-0003fv-Ck for emacs-devel@gnu.org; Sun, 05 Feb 2006 07:07:31 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F5ifx-0003eN-4U for emacs-devel@gnu.org; Sun, 05 Feb 2006 07:07:30 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F5ifw-0003e6-S4 for emacs-devel@gnu.org; Sun, 05 Feb 2006 07:07:28 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1F5ifJ-00023c-LH for emacs-devel@gnu.org; Sun, 05 Feb 2006 07:06:49 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1F5icV-0000G4-U9 for emacs-devel@gnu.org; Sun, 05 Feb 2006 13:03:55 +0100 Original-Received: from 1-1-3-38a.gml.gbg.bostream.se ([82.182.110.147]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 05 Feb 2006 13:03:55 +0100 Original-Received: from brakjoller by 1-1-3-38a.gml.gbg.bostream.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 05 Feb 2006 13:03:55 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 31 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 1-1-3-38a.gml.gbg.bostream.se User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:Q2myqJlSLrceZSMbJOox+88nn2Q= 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:50037 Archived-At: "Richard M. Stallman" writes: > Actually I don't understand what you are asking? Do you? :) > > I mean, to make an easy way to enter Tumme to use it thru Dired. As long as tumme is loaded there will be a Tumme menu in dired where you can access all Tumme commands related to Dired. > > All `tumme-dired' really did (well it still does, but under a new > name) was to start Dired in a directory specified by the user, create > two new buffers (one for the thumbnails and one for the image display) > and set them up in a "convenient" window configuration. > > Are you saying that just plain `dired' will do the job? Yes, as long as tumme is loaded and tumme keybindings are set up (this is currently done using `tumme-setup-dired-keybindings' but we have discussed moving some, if not all of those, into dired). Again, what `tumme-dired' did was nothing more then opening a directory in dired and setup a pre-configured window confuguration. The need for this is not as strong as before now that `tumme-display-thumbs' uses `pop-to-buffer' to make sure the thumbnail buffer becomes visible. These small changes are not checked in to CVS. I have got a Savannah account but not learned how to use it yet. And, I would like to have some feedback on the changes, but it seems I won't get some, so I better test some more myself first.