From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Native line numbers, final testing Date: Mon, 03 Jul 2017 18:58:27 +0300 Message-ID: <83van9o6l8.fsf@gnu.org> References: <83y3s9pm2a.fsf@gnu.org> <83zicmntaq.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1499097570 12407 195.159.176.226 (3 Jul 2017 15:59:30 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 3 Jul 2017 15:59:30 +0000 (UTC) Cc: emacs-devel@gnu.org To: James Nguyen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 03 17:59:26 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dS3kx-0002uj-Nr for ged-emacs-devel@m.gmane.org; Mon, 03 Jul 2017 17:59:23 +0200 Original-Received: from localhost ([::1]:36013 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dS3l3-0005f7-2z for ged-emacs-devel@m.gmane.org; Mon, 03 Jul 2017 11:59:29 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41934) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dS3kE-0005di-NG for emacs-devel@gnu.org; Mon, 03 Jul 2017 11:58:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dS3kA-00010C-34 for emacs-devel@gnu.org; Mon, 03 Jul 2017 11:58:38 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:59517) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dS3k9-000106-VU; Mon, 03 Jul 2017 11:58:34 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:4935 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dS3k9-0003DN-B5; Mon, 03 Jul 2017 11:58:33 -0400 In-reply-to: (message from James Nguyen on Sun, 02 Jul 2017 20:22:34 -0700) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:216139 Archived-At: > From: James Nguyen > Cc: emacs-devel@gnu.org > Cc: > Date: Sun, 02 Jul 2017 20:22:34 -0700 > > Eli Zaretskii writes: > > > 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? > > I haven't been keeping track of the line-prefix conversations around > this feature but setting it and then trying to do same thing (as > reported above) works in previous version of this line number branch. > > (setq line-prefix "1") > 16d2695674 * @ Minor change in NEWS. > ^ This combination works. > > Here's the trace on the latest commit. > 4c9353a584 * scratch/line-numbers origin/scratch/line-numbers > > Debugger entered--Lisp error: (args-out-of-range 1) > signal(args-out-of-range (1)) Thanks, I fixed this now.