emacs-devel
[Top][All Lists]
Advanced

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

Re: Native line numbers, final testing


From: Eli Zaretskii
Subject: Re: Native line numbers, final testing
Date: Mon, 03 Jul 2017 05:33:17 +0300

> From: James Nguyen <address@hidden>
> Cc: address@hidden
> Date: Sun, 02 Jul 2017 12:27:30 -0700
> 
> This breaks a crucial setting on evil-mode.
> 
> Setting this variable.
> 
> (require 'evil)
> (setq evil-move-beyond-eol t)
> (evil-mode)
> 
> Documentation: (for evil-move-beyond-eol)
> Whether the cursor is allowed to move past the last character of a line.
> 
> Go to any line. Press $ in 'normal' mode. It will go to the end of the
> line past the last character in the line. Trying to go backwards now
> will error 'args out of range'.
> 
> For context, that variable is very important to get to cursor point to
> evaluate the last s-expression properly. Sorry if that's a little vague.
> 
> Turning off display-line-numbers makes it work as expected.

Are you sure this isn't a bug in evil-mode?  Does this feature behave
correctly in a buffer with a non-nil line-prefix?

Can you show a backtrace from the args out of range error?



reply via email to

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