From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.devel Subject: Re: iimage.el and the size of the images Date: Tue, 03 May 2016 15:49:48 +0000 Message-ID: <87zis7rvj7.fsf@mat.ucm.es> References: <878tzr8gqm.fsf@mat.ucm.es> <87r3dj4323.fsf@web.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1462290895 24088 80.91.229.3 (3 May 2016 15:54:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 May 2016 15:54:55 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 03 17:54:46 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1axced-0004WN-Lr for ged-emacs-devel@m.gmane.org; Tue, 03 May 2016 17:54:31 +0200 Original-Received: from localhost ([::1]:41936 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axceZ-0000y4-Jn for ged-emacs-devel@m.gmane.org; Tue, 03 May 2016 11:54:27 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58252) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axcaq-00037B-G3 for emacs-devel@gnu.org; Tue, 03 May 2016 11:50:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1axcae-0001JT-Mp for emacs-devel@gnu.org; Tue, 03 May 2016 11:50:31 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:58926) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axcae-0001Dz-G3 for emacs-devel@gnu.org; Tue, 03 May 2016 11:50:24 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1axcaJ-0000wG-Bq for emacs-devel@gnu.org; Tue, 03 May 2016 17:50:03 +0200 Original-Received: from gilgamesch.quim.ucm.es ([147.96.12.99]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 03 May 2016 17:50:03 +0200 Original-Received: from oub by gilgamesch.quim.ucm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 03 May 2016 17:50:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 34 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: gilgamesch.quim.ucm.es Mail-Copies-To: never User-Agent: Gnus/5.130016 (Ma Gnus v0.16) Emacs/25.1.50 (gnu/linux) Cancel-Lock: sha1:vjdgVN310KZ7QfpAuBGDoAwsGbA= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:203544 Archived-At: > Uwe Brauer writes: > Lars Ingebrigtsen has been working in that area recently. He installed > some patches that made scaling displayed images very easy (in the master > branch AFAIK). I have a relative recent version of 25.1.50 installed (but not the most recent because of the changes in vc-hg.el). Not sure whether these patches are in there. > Lars, do your patches affect iimage.el as well - or should they? > Why not? Doesn't `setq' change the value? Ok, my bad it does, but it does not have any effect, so I presumed values defined in C, cannot be changed in lisp or if that does not have any effect. That might be wrong but on a practical level the variable does not help. > However, I'm not sure what this variable really means (I don't > understand the docstring). Nor do I Uwe