Is it possible to scroll the entire visible portion of the buffer in Emacs, but leave point where it is. Example: point is towards the bottom of the window and I want to see
This might be of use. According to the EmacsWiki page on Scrolling;
The variable
scroll-preserve-screen-position
may be useful to some. When you scroll down, and up again, point should end up at the same position you started out with. The value can be toggled by the built in modeM-x scroll-lock-mode
.