emacs-devel
[Top][All Lists]
Advanced

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

Re: set-window-start in Elisp manual


From: Johan Bockgård
Subject: Re: set-window-start in Elisp manual
Date: Thu, 17 Jan 2008 15:29:01 +0100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux)

martin rudalics <address@hidden> writes:

> FWIW this used to work in Emacs 20 but was already broken in Emacs 21.
> We would have to find out why and where `window-start' gets reset to 1.

      [xdisp.c:13049]

      /* If window starts on a continuation line, maybe adjust the
         window start in case the window's width changed.  */
      if (XMARKER (w->start)->buffer == current_buffer)
        compute_window_start_on_continuation_line (w);

-- 
Johan Bockgård





reply via email to

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