help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to scroll images in Emacs?


From: henry atting
Subject: Re: How to scroll images in Emacs?
Date: Tue, 18 Feb 2014 15:39:02 +0100

>> 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]