emacs-devel
[Top][All Lists]
Advanced

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

Re: set-window-start


From: Luc Teirlinck
Subject: Re: set-window-start
Date: Fri, 16 Jul 2004 15:03:50 -0500 (CDT)

Kevin Rodgers wrote:

   Not surprising, given the comment that precedes it (in the 21.3 source):

      /* this is not right, but much easier than doing what is right. */
      w->start_at_line_beg = Qnil;

Actually, `set-window-start' worked OK in 20,7 and that comment was
already there,  The only change in the function since 20.7 apparently
is that:

CHECK_NUMBER_COERCE_MARKER (pos, 1);

got changed into:

CHECK_NUMBER_COERCE_MARKER (pos);

which seems harmless.

So the problem would appear to be not in `set-window-start', but
elsewhere.

Sincerely,

Luc.




reply via email to

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