Re: [EMAIL PROTECTED]: Re: Problems with non-zero scroll-margin]

2005-07-08 Thread Eli Zaretskii
> From: Ralf Angeli <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Cc: emacs-pretest-bug@gnu.org > Subject: Re: Problems with non-zero scroll-margin > > * Richard M. Stallman (2005-07-05) writes: > > > Besides GDB another easy to use testcase is ielm. Type

Re: Problems with non-zero scroll-margin

2005-07-06 Thread Richard M. Stallman
> If move-to-window-line does not consider the scroll-margin, > M-0 M-r will put point on the text that is in line 0. > Then the subsequent redisplay will scroll the screen because > point should not be there. Which is ok IMO. This is clearly more consistent. People who s

Re: Problems with non-zero scroll-margin

2005-07-06 Thread Kim F. Storm
"Richard M. Stallman" <[EMAIL PROTECTED]> writes: > I would be VERY surprised if M-0 M-r suddenly started to scroll the > window. > > Since move-to-window-line moves _point_ in the current window _without_ > scrolling, I don't understand why it would ever consider scroll-margin. I

Re: Problems with non-zero scroll-margin

2005-07-06 Thread Kim F. Storm
Ralf Angeli <[EMAIL PROTECTED]> writes: > * Kim F. Storm (2005-07-05) writes: > >> I would be VERY surprised if M-0 M-r suddenly started to scroll the >> window. > > What do you mean with "started"? Emacs 21 already behaves like this > in case `scroll-margin' has a non-zero value. > > The descrip

Re: Problems with non-zero scroll-margin

2005-07-05 Thread Richard M. Stallman
I would be VERY surprised if M-0 M-r suddenly started to scroll the window. Since move-to-window-line moves _point_ in the current window _without_ scrolling, I don't understand why it would ever consider scroll-margin. If move-to-window-line does not consider the scroll-margin, M

Re: Problems with non-zero scroll-margin

2005-07-05 Thread Ralf Angeli
* Kim F. Storm (2005-07-05) writes: > I would be VERY surprised if M-0 M-r suddenly started to scroll the > window. What do you mean with "started"? Emacs 21 already behaves like this in case `scroll-margin' has a non-zero value. The description of `scroll-margin' in the Elisp manual also menti

Re: Problems with non-zero scroll-margin

2005-07-05 Thread Kim F. Storm
"Richard M. Stallman" <[EMAIL PROTECTED]> writes: > Besides GDB another easy to use testcase is ielm. Type `M-x ielm RET' > and press until the prompt reaches the bottom of the window. > When this happens point will be placed in the middle of the screen. > > This problem does not hap

Re: Problems with non-zero scroll-margin

2005-07-05 Thread Ralf Angeli
* Richard M. Stallman (2005-07-05) writes: > Besides GDB another easy to use testcase is ielm. Type `M-x ielm RET' > and press until the prompt reaches the bottom of the window. > When this happens point will be placed in the middle of the screen. > > This problem does not happen for

Re: Problems with non-zero scroll-margin

2005-07-04 Thread Richard M. Stallman
Besides GDB another easy to use testcase is ielm. Type `M-x ielm RET' and press until the prompt reaches the bottom of the window. When this happens point will be placed in the middle of the screen. It looks like my fix fixed this case. _

Re: Problems with non-zero scroll-margin

2005-07-04 Thread Richard M. Stallman
Besides GDB another easy to use testcase is ielm. Type `M-x ielm RET' and press until the prompt reaches the bottom of the window. When this happens point will be placed in the middle of the screen. This problem does not happen for me after my last change. However, I think that is b

Re: Problems with non-zero scroll-margin

2005-07-02 Thread David Ponce
Hi, > at least broke scrolling of articles with in Gnus and makes > using GDB in Emacs (gud-mode) very inconvenient if the value of > `scroll-margin' is non-zero. > > I don't use GNUS and I cannot test it. The crucial question is, > is Emacs redisplay behaving incorrectly, or is Gnu

Re: Problems with non-zero scroll-margin

2005-07-02 Thread Ralf Angeli
* Richard M. Stallman (2005-07-02) writes: > at least broke scrolling of articles with in Gnus and makes > using GDB in Emacs (gud-mode) very inconvenient if the value of > `scroll-margin' is non-zero. > > I don't use GNUS and I cannot test it. Besides GDB another easy to use testcas

Re: Problems with non-zero scroll-margin

2005-07-02 Thread Richard M. Stallman
at least broke scrolling of articles with in Gnus and makes using GDB in Emacs (gud-mode) very inconvenient if the value of `scroll-margin' is non-zero. I don't use GNUS and I cannot test it. The crucial question is, is Emacs redisplay behaving incorrectly, or is Gnus using it wrong?

Problems with non-zero scroll-margin

2005-07-01 Thread Ralf Angeli
As far as I can see the changset 2005-06-25 Richard M. Stallman <[EMAIL PROTECTED]> * macfns.c (Fx_show_tip): Pass new arg to try_window. * w32fns.c (Fx_show_tip): Pass new arg to try_window. * xfns.c (Fx_show_tip): Pass new arg to try_window. * xdisp.c (try_w

Problems with non-zero scroll-margin

2005-07-01 Thread Ralf Angeli
As far as I can see the changset 2005-06-25 Richard M. Stallman <[EMAIL PROTECTED]> * macfns.c (Fx_show_tip): Pass new arg to try_window. * w32fns.c (Fx_show_tip): Pass new arg to try_window. * xfns.c (Fx_show_tip): Pass new arg to try_window. * xdisp.c (try_w