help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: window-line and window-column


From: Stefan Monnier
Subject: Re: window-line and window-column
Date: Tue, 11 Oct 2005 01:02:58 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> But I think it might have a problem.
> Unlike windmove-coordinates-of-position's value based on
> compute-motion, I get a very odd result from posn-at-point
> if (point) is off the screen to the left because I've done
> (scroll-left).  The (car (nth 6 (posn-at-point))) value
> doesn't make sense to me under those circumstances.
> Could there be a bug?

Sounds like it.
If point is not displayed in window (it's out of the window), it should
simply return nil.  Try M-x report-emacs-bug.


        Stefan


reply via email to

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