Strange visual selection in scheme mode

Frank Fischer frank-fischer at shadow-soft.de
Thu Jan 3 17:44:57 CET 2013


On 2013-01-03, Sanel Zukan <sanelz at gmail.com> wrote:
>> Anyhow, I commited some changes  to the block highlighting code and to
> > the code that executes commands on a block. Now the visual selection
> > should match exactly the region that a command would work on.
> >
> > Maybe these changes fix your problem, too. It would be nice if you
> > could check this. If the problem remains, we have to investigate
> > further ...
>
> Did a quick check and works now :) But, there is small issue with
> cursor position; at http://www.flickr.com/photos/sanelz/8339060579/ I
> put comparison evil (left) and vim (right).

The reason is that Vim shows the cursor on the last space covered by a
TAB character and Emacs shows it on the first space (this has nothing
to do with the highlighting itself). This is just a difference in the
display engine, but has no influence otherwise.

Best regards,
Frank




More information about the implementations-list mailing list