From: "MirkoLink (sent by Nabble.com)" <lists@nabble.com>
Subject: scrolling line by line does not work
Date: Wed, 18 Jan 2006 05:43:39 -0800 (PST) [thread overview]
Message-ID: <2446768.post@talk.nabble.com> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 523 bytes --]
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: http://www.nabble.com/scrolling-line-by-line-does-not-work-t944465.html#a2446768
Sent from the Emacs - Help forum at Nabble.com.
[-- Attachment #1.2: Type: text/html, Size: 804 bytes --]
[-- Attachment #2: Type: text/plain, Size: 152 bytes --]
_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
next reply other threads:[~2006-01-18 13:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-18 13:43 MirkoLink (sent by Nabble.com) [this message]
2006-01-18 22:42 ` scrolling line by line does not work Kevin Rodgers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2446768.post@talk.nabble.com \
--to=lists@nabble.com \
--cc=link@kba-planeta.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).