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

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

Re: moving point over invisible and intangible text


From: Miles Bader
Subject: Re: moving point over invisible and intangible text
Date: 16 Oct 2003 10:45:40 +0900

Luc Teirlinck <address@hidden> writes:
> Let us search for the answer in the doc string:
> 
> (line-move-to-column COL)
> 
> Try to find column COL, considering invisibility.
> This function works only in certain cases,
> because what we really need is for `move-to-column'
> and `current-column' to be able to ignore invisible text.

So how hard would it be to make `move-to-column' and `current-column'
work properly in this respect?

> Personal comment:
> 
> I am not completely sure what "find column COL, considering
> invisibility" concretely means

On the face of it, it seems obvious -- move to column COL, as if all
invisible text had been deleted, and then put back after the move.  Is
there any subtlety above that?!?

-Miles
-- 
The secret to creativity is knowing how to hide your sources.
  --Albert Einstein




reply via email to

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