emacs-devel
[Top][All Lists]
Advanced

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

Re: Possible `point-entered' `point-left' Text Property Bug


From: Richard Stallman
Subject: Re: Possible `point-entered' `point-left' Text Property Bug
Date: Sun, 14 May 2006 11:09:19 -0400

    Now, suppose we call `next-line'.  The part of `line-move-finish' that
    processes intangibility, shown above, first moves point from its
    original position to point-min, rebinds inhibit-point-motion-hooks to
    nil, then moves to the desired point:

Hmm, I agree that scanning from point-min is somewhat odd.
Maybe it would be better to use (line-beginning-position)
instead of (point-min) as the starting point.  What do you think?
Does that make it work?





reply via email to

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