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 directory Date: Mon, 13 Feb 2006 00:52:33 +0100 Message-ID: <7dbe73ed0602121552i63443984u300474021230352c@mail.gmail.com> References: <87r76t8afw.fsf@stupidchicken.com> <87zmkzf99z.fsf-monnier+emacs@gnu.org> <874q36ipyz.fsf@jurta.org> <87r768d0zr.fsf@jurta.org> 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 1139788381 10363 80.91.229.2 (12 Feb 2006 23:53:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 12 Feb 2006 23:53:01 +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:52:57 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 1F8R1S-00082z-OY for ged-emacs-devel@m.gmane.org; Mon, 13 Feb 2006 00:52:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F8R1S-0006Ym-1i for ged-emacs-devel@m.gmane.org; Sun, 12 Feb 2006 18:52:54 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F8R1A-0006XW-8y for emacs-devel@gnu.org; Sun, 12 Feb 2006 18:52:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F8R18-0006XK-Q3 for emacs-devel@gnu.org; Sun, 12 Feb 2006 18:52:36 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F8R18-0006XH-Me for emacs-devel@gnu.org; Sun, 12 Feb 2006 18:52:34 -0500 Original-Received: from [66.249.82.196] (helo=xproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F8R5S-0002Iu-Tx for emacs-devel@gnu.org; Sun, 12 Feb 2006 18:57:03 -0500 Original-Received: by xproxy.gmail.com with SMTP id t11so554678wxc for ; Sun, 12 Feb 2006 15:52:33 -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=VqKyZYrDUpweseTtN+dkC0XcXsSfBxR1VftiOEU3ZENpndJetVO11fD+lz9QBx0TxqWgoDTXCFdBnpzaj6j5Q4xM9qLn8fSG5eeuw13YrL/2UTOwONlLrJfYWhWsi7PBuuTK/uxvO1dZ8o2RqLEMftXHnlDxuKRlWDoRGzr2n8A= Original-Received: by 10.70.115.13 with SMTP id n13mr1913258wxc; Sun, 12 Feb 2006 15:52:33 -0800 (PST) Original-Received: by 10.70.105.1 with HTTP; Sun, 12 Feb 2006 15:52:33 -0800 (PST) Original-To: Juri Linkov In-Reply-To: <87r768d0zr.fsf@jurta.org> 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:50430 Archived-At: > It adds all required attributes, but still misses some additional attribu= tes > (like original dimensions). Since the same attributes should be displaye= d > in the *tumme* buffer, I expect more discussion how to extract these > attributes from original images. I'd like to add > > (defcustom tumme-cmd-read-info-program > "identify" > "*Executable used to get information about original images. > Used together with `tumme-cmd-read-info-options'." > :type 'string > :group 'tumme) > > (defcustom tumme-cmd-read-info-options > "%p -format \"%%f %%wx%%h %%b\n\" %f" > "*Format of command used to get information about original images. > Available options are %p which is replaced by > `tumme-cmd-read-info-program', %f which is replaced by the file name > of the original image." > :type 'string > :group 'tumme) > > and use it to extract image information. That seems useful, I have nothing against adding it.