From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: imagemagick patch v3 Date: Tue, 04 Aug 2009 22:15:05 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1249438536 28974 80.91.229.12 (5 Aug 2009 02:15:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Aug 2009 02:15:36 +0000 (UTC) Cc: Emacs Development To: joakim@verona.se Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 05 04:15:29 2009 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 1MYW2J-0006Ne-2t for ged-emacs-devel@m.gmane.org; Wed, 05 Aug 2009 04:15:27 +0200 Original-Received: from localhost ([127.0.0.1]:51328 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MYW2H-00089e-Uf for ged-emacs-devel@m.gmane.org; Tue, 04 Aug 2009 22:15:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MYW2C-000899-DO for emacs-devel@gnu.org; Tue, 04 Aug 2009 22:15:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MYW27-00081s-VB for emacs-devel@gnu.org; Tue, 04 Aug 2009 22:15:20 -0400 Original-Received: from [199.232.76.173] (port=33290 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MYW27-00081l-Q9 for emacs-devel@gnu.org; Tue, 04 Aug 2009 22:15:15 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:9587) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MYW27-0004to-JD for emacs-devel@gnu.org; Tue, 04 Aug 2009 22:15:15 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjcFAHuIeEpFxL8W/2dsb2JhbACBUtMqhBgFhzA X-IronPort-AV: E=Sophos;i="4.43,325,1246852800"; d="scan'208";a="43024921" Original-Received: from 69-196-191-22.dsl.teksavvy.com (HELO ceviche.home) ([69.196.191.22]) by ironport2-out.teksavvy.com with ESMTP; 04 Aug 2009 22:15:05 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 72B7270012; Tue, 4 Aug 2009 22:15:05 -0400 (EDT) In-Reply-To: (joakim@verona.se's message of "Wed, 05 Aug 2009 02:43:24 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:113700 Archived-At: >> - :width and :height, if you specify them image will be scaled to these >> sizes It would be good to make it possible to specify zoom factors as well rather than resulting size (maybe if those parameters are floats rather than ints?). > + (push > + (cons (concat "\\." extension "$") 'image-mode) > + auto-mode-alist) The "$" should be replaced with "\\'". Stefan