From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: =?utf-8?Q?S=C3=A9bastien?= Le Callonnec Newsgroups: gmane.emacs.devel Subject: Re: Native display of line numbers Date: Sat, 17 Jun 2017 21:47:50 +0100 Message-ID: <87o9tmmjd5.fsf@pyjama> References: <83lgoqzm0v.fsf@gnu.org> Reply-To: sebastien@weblogism.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1497732497 11445 195.159.176.226 (17 Jun 2017 20:48:17 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 17 Jun 2017 20:48:17 +0000 (UTC) User-Agent: mu4e 0.9.19; emacs 26.0.50 Cc: Eli Zaretskii To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 17 22:48:13 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 1dMKdh-0002ca-54 for ged-emacs-devel@m.gmane.org; Sat, 17 Jun 2017 22:48:13 +0200 Original-Received: from localhost ([::1]:36211 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dMKdk-00026N-Pg for ged-emacs-devel@m.gmane.org; Sat, 17 Jun 2017 16:48:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60142) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dMKdd-000266-P1 for emacs-devel@gnu.org; Sat, 17 Jun 2017 16:48:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dMKda-0007SV-M3 for emacs-devel@gnu.org; Sat, 17 Jun 2017 16:48:09 -0400 Original-Received: from 9.mo1.mail-out.ovh.net ([178.32.108.172]:56183) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dMKda-0007P4-Fs for emacs-devel@gnu.org; Sat, 17 Jun 2017 16:48:06 -0400 Original-Received: from player169.ha.ovh.net (b9.ovh.net [213.186.33.59]) by mo1.mail-out.ovh.net (Postfix) with ESMTP id 535017AFC4 for ; Sat, 17 Jun 2017 22:47:59 +0200 (CEST) Original-Received: from pyjama.weblogism.com (95-44-153-143-dynamic.agg2.grs.prp-wtd.eircom.net [95.44.153.143]) (Authenticated sender: sebastien@weblogism.com) by player169.ha.ovh.net (Postfix) with ESMTPSA id 3B3FC58006B; Sat, 17 Jun 2017 22:47:58 +0200 (CEST) In-reply-to: <83lgoqzm0v.fsf@gnu.org> X-Organisation: Coucou Wahlou X-Ovh-Tracer-Id: 10772328837646816372 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeeljedrkedugdduheeiucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuqfggjfdpvefjgfevmfevgfenuceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddm X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 178.32.108.172 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:215716 Archived-At: Hi Eli, On 2017-06-17 16:12:00, Eli Zaretskii wrote: > Please give it a try and report any bugs you find. I'm sure there > will be quite a few bugs, given the sheer amount of display feature > which could be affected, and which I didn't have time to test. One issue I am noticing is that line numbers are getting displayed in the minibuffer, when they are explicitly turned off in linum.el. This is particularly obvious when using ido-vertical-mode. Thanks for tackling this =E2=80=93 this already looks like a major improv= ement over linum-mode. Regards, S=C3=A9bastien.