From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Wolfgang Jenkner Newsgroups: gmane.emacs.devel Subject: Re: image-transform.el and image-mode.el rewrite Date: Fri, 19 Jul 2013 14:21:44 +0200 Message-ID: <85ob9y3fl3.fsf@inode.at> References: <87a9lp8uxk.fsf@gmail.com> <87ppuk6qqb.fsf@gmail.com> <87vc49y793.fsf@gmail.com> <87ppuhxk04.fsf@gmail.com> <87ehavihbp.fsf_-_@gmail.com> <85vc463gy7.fsf@inode.at> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1374236516 21669 80.91.229.3 (19 Jul 2013 12:21:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Jul 2013 12:21:56 +0000 (UTC) Cc: Stefan Monnier , joakim@verona.se, emacs-devel@gnu.org To: Vitalie Spinu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 19 14:21:55 2013 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 1V09h5-00089F-Ew for ged-emacs-devel@m.gmane.org; Fri, 19 Jul 2013 14:21:55 +0200 Original-Received: from localhost ([::1]:60740 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V09h5-0001P0-29 for ged-emacs-devel@m.gmane.org; Fri, 19 Jul 2013 08:21:55 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60987) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V09h1-0001Oi-Gz for emacs-devel@gnu.org; Fri, 19 Jul 2013 08:21:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V09gz-0004h9-8G for emacs-devel@gnu.org; Fri, 19 Jul 2013 08:21:51 -0400 Original-Received: from mx04.lb01.inode.at ([62.99.145.4]:35881 helo=mx.inode.at) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V09gz-0004gl-2P for emacs-devel@gnu.org; Fri, 19 Jul 2013 08:21:49 -0400 Original-Received: from [91.119.88.127] (port=11223 helo=localhost) by smartmx-04.inode.at with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1V09gx-00016b-TV; Fri, 19 Jul 2013 14:21:48 +0200 Original-Received: from wolfgang by localhost with local (Exim 4.80.1) (envelope-from ) id 1V09gu-0000VS-Lp; Fri, 19 Jul 2013 14:21:44 +0200 Mail-Followup-To: Vitalie Spinu , Stefan Monnier , joakim@verona.se, emacs-devel@gnu.org In-Reply-To: <85vc463gy7.fsf@inode.at> (Wolfgang Jenkner's message of "Fri, 19 Jul 2013 13:52:16 +0200") User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x X-Received-From: 62.99.145.4 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:162020 Archived-At: On Fri, Jul 19 2013, Wolfgang Jenkner wrote: >> + ;; on GNU Emacs 24.3.50.4 (i686-pc-linux-gnu, X toolkit, Xaw >> + ;; scroll bars) of 2013-07-16, image width is slightly >> + ;; truncated, ~6px, Perhaps, the (apparent) truncation you see is the result of not using a right fringe, in which case there's now always some space on the right of the window used for continuation or truncation glyphs, even on graphical displays, even in image-mode, see bug#11832. Wolfgang