emacs-devel
[Top][All Lists]
Advanced

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

Re: Make fci-mode coexist better with line-move-visual


From: Matt McClure
Subject: Re: Make fci-mode coexist better with line-move-visual
Date: Fri, 12 Jul 2013 17:34:29 -0400

On Fri, Jul 12, 2013 at 4:46 PM, Eli Zaretskii <address@hidden> wrote:
I think it's posn-at-point.  Look at what it returns at the leftmost
position of the 2nd line, and you will see why next-line moves to
column 2.

Interesting. In the leftmost position on line 2, in both scenarios in my original message, posn-at-point returns:

    (#<window 0x106810050 on *scratch*> 2 (497 . 15) 0 nil 2 (3 . 1) nil (0 . 0) (7 . 15))

I think you're saying the (COL . ROW) value (3 . 1) should be (0 . 2). Right?

--
Matt McClure
http://matthewlmcclure.com
http://www.mapmyfitness.com/profile/matthewlmcclure

reply via email to

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