From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: henry atting Newsgroups: gmane.emacs.help Subject: Re: How to scroll images in Emacs? Date: Tue, 18 Feb 2014 15:39:02 +0100 Organization: LiteraturLateNight Message-ID: <87ha7w1o55.fsf@bye.fritz.box> References: <87eh32llk9.fsf@moondust.localdomain> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1392734458 25456 80.91.229.3 (18 Feb 2014 14:40:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Feb 2014 14:40:58 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 18 15:41:07 2014 Return-path: Envelope-to: geh-help-gnu-emacs@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 1WFlr4-0001M3-0Y for geh-help-gnu-emacs@m.gmane.org; Tue, 18 Feb 2014 15:41:02 +0100 Original-Received: from localhost ([::1]:49619 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WFlr3-0006dj-Ag for geh-help-gnu-emacs@m.gmane.org; Tue, 18 Feb 2014 09:41:01 -0500 Original-Path: usenet.stanford.edu!news.kjsl.com!feeder.erje.net!us.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!news.unit0.net!news.uni-stuttgart.de!rz.uni-karlsruhe.de!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 29 Original-NNTP-Posting-Host: port-92-195-1-96.dynamic.qsc.de Original-X-Trace: online.de 1392734362 32118 92.195.1.96 (18 Feb 2014 14:39:22 GMT) Original-X-Complaints-To: abuse@einsundeins.com Original-NNTP-Posting-Date: Tue, 18 Feb 2014 14:39:22 +0000 (UTC) Cancel-Lock: sha1:FZA8D1xVqETNS8+luAZAWtK2Lzw= Original-Xref: usenet.stanford.edu gnu.emacs.help:203845 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:96113 Archived-At: >> From: nljlistbox2@gmail.com (N. Jackson) >> Date: Sun, 16 Feb 2014 18:49:58 -0400 >> >> I'm not used to having images in Emacs, and I'm having difficulty >> understanding their scrolling behaviour. >> >> I can't seem to scroll them horizontally at all, and when I scroll them >> vertically, as soon as the top edge of the image hits the top of the >> window, the whole image jumps up completely out of view. This makes it >> very hard to veiw the bottom portion of an image, although sometimes I >> can sneak up on it from below. Often, however, the window then scrolls >> back up to the top of the image. >> [...] >> Using GNU Emacs 24.3.50 of 2014-02-10. > > These problems shouldn't exist in the development version. With > yesterday's trunk, I can scroll images both horizontally and > vertically, using just the arrow keys, and there are no jumps that you > describe. Here (24.3.50) the same problem exists. I did know it for a long time and always thought that's just the way emacs displays images. Now that I learned that this is not the intended behaviour I searched a little and found out that disabling fringes is the cause: (fringe-mode 0 nil (fringe)) Without this setting I can scroll both ways flawlessly.