Hi, The scrolling behavior of emacs when there are large images (larger than the window height) in the buffer seems to broken. Specifically, down-ward scrolling makes a huge jump over the image as the image is about to move outside of the current view (it seems the image is treated as a single line). image-mode is not applicable as there is text intermixed with images. This behavior and its implications are also discussed here: https://github.com/tkf/emacs-ipython-notebook/issues/94 and here: http://www.randomsample.de/dru5/node/25 "slice-images" is a work-around solution but far from ideal. Any chance this could get fixed? Thomas