From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mattis Newsgroups: gmane.emacs.devel Subject: Re: tumme testing Date: Sat, 11 Feb 2006 01:17:18 +0100 Message-ID: References: <17366.53124.274532.548329@kahikatea.snap.net.nz> <87d5hy43b6.fsf@jurta.org> <87u0b8lwhw.fsf@jurta.org> <87bqxgynfn.fsf@jurta.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1139617101 982 80.91.229.6 (11 Feb 2006 00:18:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 11 Feb 2006 00:18:21 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 11 01:17:59 2006 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1F7iSc-0008PA-00 for ; Sat, 11 Feb 2006 01:17:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F7iSa-0003L0-3B for ged-emacs-devel@m.gmane.org; Fri, 10 Feb 2006 19:17:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F7iS3-0003IC-6x for emacs-devel@gnu.org; Fri, 10 Feb 2006 19:17:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F7iS0-0003EE-Uc for emacs-devel@gnu.org; Fri, 10 Feb 2006 19:17:22 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F7iRz-0003Dg-K2 for emacs-devel@gnu.org; Fri, 10 Feb 2006 19:17:20 -0500 Original-Received: from [66.249.82.200] (helo=xproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F7iVs-0005TY-2q for emacs-devel@gnu.org; Fri, 10 Feb 2006 19:21:20 -0500 Original-Received: by xproxy.gmail.com with SMTP id t11so375354wxc for ; Fri, 10 Feb 2006 16:17:19 -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=a0UaZbWjhmNWoN9Bt9+N7sG7aBUOwhyez9PT2wXXoIbwWd/L0lPIvzxULxQqRvHO7CtuUMldcN9qXqDAbs1dJctf4ZFBJEXt4Qn7gWyixmsH+Yqee96omnAJ85fHkeKbwjxD7D/jxkmHYdIhjZBS8B7tkdIHB01ZhlinaMd2+P4= Original-Received: by 10.70.60.3 with SMTP id i3mr1737980wxa; Fri, 10 Feb 2006 16:17:18 -0800 (PST) Original-Received: by 10.70.62.9 with HTTP; Fri, 10 Feb 2006 16:17:18 -0800 (PST) Original-To: bob@rattlesnake.com 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:50342 Archived-At: > Clearly that function needs better documentation ... you have > misunderstood its purpose completely ... > > That is certainly the case! I will try to make it better. > I didn't even know about a database file. That should be mentioned in > the functions document string so describe-function displays it. (I > had not read the documentation in the Emacs manual.) Would all "tag commands" need that info? Although there are quite few of them now, more could be added, and I hate redundant documentation. > Dired provides two different flags, one for deletion, a `D', and the > other for marking, a `*'. I thought that tumme offered yet another > flag. Fair enough. > The keybinding for `tumme-display-previous-thumbnail-original' is DEL > (which on my system is bound to the key labeled `Backspace'). I will fix it. > As for tags in the data base, the documentation does not say how to > view just the chosen images (tumme marks only certain files and you > can display them with `C-t d'; but that should be spelled out for the > lackwitted or sleepy among us): > > (emacs)Tumme > > To tag > image files, mark them in the dired buffer and type `C-t t' > (`tumme-tag-files'). To mark files having a certain tag, type `C-t f= ' > (`tumme-mark-tagged-files'). Sorry, I really tried to understand what you mean above, but it seems I am the sleepy one right now. Could you maybe suggest a change of the manual (which, btw, is not done yet). > Also, just now, in one instance of Emacs, I tagged two files using > `C-t t' (tumme-tag-files), but then in another instance of Emacs, when > I used `C-t f' (tumme-mark-tagged-files) to show those files, only one > file was marked. Thanks, that might be a bug. I will see if I can recreate it.