From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: image scaling Date: Fri, 22 Feb 2008 17:57:28 -0500 Message-ID: References: <87odaam9oy.fsf@stupidchicken.com> <8563wiaskc.fsf@lola.goethe.zz> <87ir0ikl3r.fsf@catnip.gol.com> <47BE6D1C.6030702@swipnet.se> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1203721452 17494 80.91.229.12 (22 Feb 2008 23:04:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 22 Feb 2008 23:04:12 +0000 (UTC) Cc: cyd@stupidchicken.com, emacs-devel@gnu.org, monnier@iro.umontreal.ca, miles@gnu.org To: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 23 00:04:36 2008 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 1JSgwW-000884-3v for ged-emacs-devel@m.gmane.org; Sat, 23 Feb 2008 00:04:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSgw0-0002id-Rc for ged-emacs-devel@m.gmane.org; Fri, 22 Feb 2008 18:04:04 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JSgpf-0005sO-0J for emacs-devel@gnu.org; Fri, 22 Feb 2008 17:57:31 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JSgpd-0005px-Ck for emacs-devel@gnu.org; Fri, 22 Feb 2008 17:57:30 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JSgpd-0005pj-7h for emacs-devel@gnu.org; Fri, 22 Feb 2008 17:57:29 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JSgpd-0001Jg-8i for emacs-devel@gnu.org; Fri, 22 Feb 2008 17:57:29 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JSgpc-0005K4-6b; Fri, 22 Feb 2008 17:57:28 -0500 In-reply-to: <47BE6D1C.6030702@swipnet.se> (message from =?ISO-8859-1?Q?Jan_Dj=E4rv?= on Fri, 22 Feb 2008 07:35:08 +0100) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:90046 Archived-At: I tried this and it works quite well. However, the image handling that uses bare X calls only caters for one display, so it is not usable for Emacs. We could perhaps write extensions to that GTK library and offer it for installation.