From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: Displaying images with recent trunk Date: Tue, 12 Aug 2014 23:22:12 +0200 Message-ID: <53EA8584.7060005@alice.it> References: <53EA189E.5010408@alice.it> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1407878564 29574 80.91.229.3 (12 Aug 2014 21:22:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 12 Aug 2014 21:22:44 +0000 (UTC) Cc: Emacs developers To: Lars Magne Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 12 23:22:39 2014 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 1XHJWf-00046S-Vq for ged-emacs-devel@m.gmane.org; Tue, 12 Aug 2014 23:22:38 +0200 Original-Received: from localhost ([::1]:44060 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHJWf-0002S1-Ib for ged-emacs-devel@m.gmane.org; Tue, 12 Aug 2014 17:22:37 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56597) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHJWX-0002Qy-5g for emacs-devel@gnu.org; Tue, 12 Aug 2014 17:22:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XHJWR-0005LV-91 for emacs-devel@gnu.org; Tue, 12 Aug 2014 17:22:29 -0400 Original-Received: from smtp204.alice.it ([82.57.200.100]:10237) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XHJWQ-0005LK-Vn for emacs-devel@gnu.org; Tue, 12 Aug 2014 17:22:23 -0400 Original-Received: from [192.168.1.103] (82.59.172.20) by smtp204.alice.it (8.6.060.28) (authenticated as angelo.graziosi@alice.it) id 52E53D4F21EC544B; Tue, 12 Aug 2014 23:22:16 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.100 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:173606 Archived-At: Il 12/08/2014 16:08, Lars Magne Ingebrigtsen ha scritto: > Lars Magne Ingebrigtsen writes: > >>> 3. Now on menu bar click 'Image' and then 'Fit Frame to >>> image'. Question: How to revert (undo) this? >>> >>> 4. Click on menu bar 'Image' and then 'Fit to Window Height' >>> >>> 5. Click on menu bar 'Image' and then 'Fit to Window width' > > Those menu items are pretty confusing. They set the defaults for all > subsequent images you visit, and there's no way to reset them back to > the base state. > > I'll add the latter, at least. > I have seen this and it is good but I still have comment.. For example, start emacs -Q and the visit this file http://nuclear.ucdavis.edu/~rpicha/kaon_decay_bub_big.jpg It is in a landscape layout so Emacs displays it fitted to the window width. Now if you click Image/Fit to Window Width, it is stretched vertically.. The same happens if one chooses Fit to Window Height.. Really this is the right behaviour? Think to the analogy with a PDF document... Ciao, Angelo.