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

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

scrolling line by line does not work


From: MirkoLink (sent by Nabble.com)
Subject: scrolling line by line does not work
Date: Wed, 18 Jan 2006 05:43:39 -0800 (PST)

The follow function works correct:

(defun testMirko nil
  ""
  (interactive)
  (previous-line 1))

The screen scrolls line by line.

This works not correct, but I don't know, why:
(defun testMirko nil
  ""
  (interactive)
  (previous-line 1)
  (set-buffer-modified-p 1))
The upper line jump to the middle of the screen.
Can everybody help me?

Thanks!

Mirko

View this message in context: scrolling line by line does not work
Sent from the Emacs - Help forum at Nabble.com.
reply via email to

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