emacs-commit
[Top][All Lists]
Advanced

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

[Emacs-commit] emacs/src xdisp.c


From: Kim F . Storm
Subject: [Emacs-commit] emacs/src xdisp.c
Date: Wed, 13 Jul 2005 06:02:44 -0400

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Kim F. Storm <address@hidden>   05/07/13 10:02:42

Modified files:
        src            : xdisp.c 

Log message:
        * xdisp.c (start_display): Don't reseat to next visible line start
        if current start position is in a string or image.
        (move_it_vertically_backward): Be sure to move out of strings and
        images when moving it2 forward.
        (move_it_by_lines): When moving forward, move to next buffer
        position if we end up in a string or image.  When moving backward,
        count rows moved over when moving to start of current row in case
        row starts in middle of a string or image.  Also move further
        backward if we end up in a string or image.
        (try_cursor_movement): if overlay string spans multiple lines,
        move backward to set cursor on start of an overlay string.
        (cursor_row_p): Row is ok if cursor is at newline from string, but
        string starts on this line (so we always position cursor at start
        of string).

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/src/xdisp.c.diff?tr1=1.1032&tr2=1.1033&r1=text&r2=text





reply via email to

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