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: image-mode showing text title/description/etc Date: Sat, 26 May 2007 14:41:41 +0200 Message-ID: <7dbe73ed0705260541k6d36efcdpec14f7e503b15733@mail.gmail.com> References: <87myzvmadt.fsf@zip.com.au> <7dbe73ed0705240128i65deb79fl76ffb7e6121ed6e7@mail.gmail.com> <877iqwwgoh.fsf@zip.com.au> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1180183311 10166 80.91.229.12 (26 May 2007 12:41:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 26 May 2007 12:41:51 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Kevin Ryde" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 26 14:41:49 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Hrvaf-0006om-Ew for ged-emacs-devel@m.gmane.org; Sat, 26 May 2007 14:41:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hrvaf-0005jQ-0o for ged-emacs-devel@m.gmane.org; Sat, 26 May 2007 08:41:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hrvac-0005jK-1K for emacs-devel@gnu.org; Sat, 26 May 2007 08:41:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HrvaZ-0005j8-LY for emacs-devel@gnu.org; Sat, 26 May 2007 08:41:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HrvaZ-0005j5-H1 for emacs-devel@gnu.org; Sat, 26 May 2007 08:41:43 -0400 Original-Received: from ug-out-1314.google.com ([66.249.92.171]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HrvaZ-0001S2-5M for emacs-devel@gnu.org; Sat, 26 May 2007 08:41:43 -0400 Original-Received: by ug-out-1314.google.com with SMTP id 34so1447681ugf for ; Sat, 26 May 2007 05:41:42 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Iu8R/NN6N2CQTgRYId/vFO+1puYgeDZtNtHC3kvqtgrhWfyn2oKKySP5+FMWhAgyCDxbdP1ufyOfDBVE8d1LbIp3ytc9CAIZ+s6jvvKgizwKi7usiuB25Q5+wGzlXRQumBAKk1MxOGjm989x4iynMGpUhiuQQ870DuXKlYT6slQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=b2uIwMjXVQfVI26AbHE+UaAI7uY3q985MyoHkZPk2GlZ90/10IsHXZvV6HbM4ab0bv42szDtF94RmEJ2Ig63UrG8YFfx398nFSXaw8KonODC2Fca2Usi8/YU75RFlRFGV+S4T0WMcaBZsyHd3pR3Z8pBtZSnwvrKMePDQr8fMK4= Original-Received: by 10.78.177.3 with SMTP id z3mr1202191hue.1180183301171; Sat, 26 May 2007 05:41:41 -0700 (PDT) Original-Received: by 10.78.199.9 with HTTP; Sat, 26 May 2007 05:41:41 -0700 (PDT) In-Reply-To: <877iqwwgoh.fsf@zip.com.au> Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) 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:71839 Archived-At: > (Is there another per-file notes/annotations/whatever system somewhere, > or am I thinking of something else, mail message notes or something?) I know of a couple: http://www.lisperati.com/tagging.html and my own: http://www.emacswiki.org/cgi-bin/wiki/FileProps A while back, my long term plan for Tumme (now image-dired.el) was for it to use file-props.el for the tagging stuff. We'll see what happens later on with that... /Mathias