[완료] Emacs 에서 스크롤 문제 질문입니다.

maldacena의 이미지

Emacs에서 문서 편집할 때, 스크롤시 질문이 있습니다.

커서를 아래로 이동시키면서 코딩을 보는 과정에서,

커서가 맨 아랫 줄까지 내려가고, 한 줄 더 내려가려고하면,
그 다음에는, 자동적으로 화면 중간으로 커서가 이동하는데,
보통 편집기 처럼, 맨 아랫줄에 계속 커서가 위치하면서
스크롤 되는 방법은 없나요?

익명 사용자의 이미지

scroll-step is a variable defined in `C source code'.
Its value is 1
 
 
Documentation:
*The number of lines to try scrolling a window by when point moves out.
If that fails to bring point back on frame, point is centered instead.
If this is zero, point is always centered after it moves off frame.
If you want scrolling to always be a line at a time, you should set
`scroll-conservatively' to a large value rather than set this to 1.
 
You can customize this variable.
 
[back]