emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: Cursor placement with mouse in long lines with wrapped tab


From: Kim F. Storm
Subject: Re: Cursor placement with mouse in long lines with wrapped tab
Date: Thu, 25 Jan 2007 10:34:17 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (gnu/linux)

Klaus Zeitler <address@hidden> writes:

> Sorry for the late response, I have been on vacation. I think we're talking
> about the following patch:
>
> *** emacs/src/xdisp.c.~1.1130.~       2006-11-26 16:47:55.000000000 -0500
> --- emacs/src/xdisp.c 2006-11-30 14:03:33.000000000 -0500
> ***************
> *** 6828,6834 ****
>         break;
>
>       case MOVE_LINE_CONTINUED:
> !       it->continuation_lines_width += it->current_x;
>         break;
>
>       default:
> --- 6828,6835 ----
>         break;
>
>       case MOVE_LINE_CONTINUED:
> !       it->continuation_lines_width +=
> !         (it->c == '\t') ? it->last_visible_x : it->current_x;
>         break;
>
>       default:
>
>
> Yesterday I fetched the newest CVS version and for me it doesn't work without
> this patch.

Thanks.

Chong, will you install your patch?

-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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