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: Can someone verify my changes to tumme and dired? (was: thumbs.el and transparency) Date: Mon, 06 Feb 2006 22:19:42 +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 1139260932 23308 80.91.229.2 (6 Feb 2006 21:22:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Feb 2006 21:22:12 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 06 22:22:10 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 1F6Dnl-0002WD-UH for ged-emacs-devel@m.gmane.org; Mon, 06 Feb 2006 22:21:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F6Dr5-0005kF-CB for ged-emacs-devel@m.gmane.org; Mon, 06 Feb 2006 16:25:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F6Dqr-0005jY-20 for emacs-devel@gnu.org; Mon, 06 Feb 2006 16:24:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F6Dqp-0005jD-Cl for emacs-devel@gnu.org; Mon, 06 Feb 2006 16:24:48 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F6Dqp-0005jA-Au for emacs-devel@gnu.org; Mon, 06 Feb 2006 16:24:47 -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 1F6DqQ-0000ke-Ss for emacs-devel@gnu.org; Mon, 06 Feb 2006 16:24:23 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1F6Dmh-0002IJ-4u for emacs-devel@gnu.org; Mon, 06 Feb 2006 22:20:31 +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 ; Mon, 06 Feb 2006 22:20:31 +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 ; Mon, 06 Feb 2006 22:20:31 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 21 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:KLsiJrhwnxj0WM1qfq71j87c+WY= 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:50117 Archived-At: "Richard M. Stallman" writes: > 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). > > Would you please move them now? I just read the newbie documentation about CVS on Savannah. Just so that I don't break anything I started out small, by merging in my latest changes from my local tumme.el into the current one in CVS. I also added the key binding C-t d, bound to `tumme-display-thumbs', in dired.el. I added an autoload cookie to tumme.el and did the "make autoloads" thing to generate a new loaddefs.el. It seems that loaddefs.el is a compile- or make-time file that should not be in CVS, right? (I don't see it when I browse CVS via the web interface). Can someone verify that this was done correctly? I don't want to make any more changes before I know how all this works.