From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Robert Pluim Newsgroups: gmane.emacs.devel Subject: Re: Native line numbers landed on master Date: Tue, 11 Jul 2017 15:47:03 +0200 Organization: not if I can help it Message-ID: <87d197cch4.fsf@gmail.com> References: <83k23jl5ra.fsf@gnu.org> <87h8yjcem0.fsf@gmail.com> <6FD9DEF3-6F32-42B0-9553-81EFB9231FBD@gmail.com> Reply-To: emacs-devel@gnu.org NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1499780890 22224 195.159.176.226 (11 Jul 2017 13:48:10 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 11 Jul 2017 13:48:10 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 11 15:48:03 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 1dUvW8-0004wK-Df for ged-emacs-devel@m.gmane.org; Tue, 11 Jul 2017 15:47:56 +0200 Original-Received: from localhost ([::1]:46463 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dUvWB-0000o7-RQ for ged-emacs-devel@m.gmane.org; Tue, 11 Jul 2017 09:47:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52003) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dUvVd-0000nz-2Q for emacs-devel@gnu.org; Tue, 11 Jul 2017 09:47:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dUvVZ-0007hs-Ma for emacs-devel@gnu.org; Tue, 11 Jul 2017 09:47:25 -0400 Original-Received: from [195.159.176.226] (port=49124 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dUvVZ-0007hj-Fw for emacs-devel@gnu.org; Tue, 11 Jul 2017 09:47:21 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1dUvVK-0002cN-78 for emacs-devel@gnu.org; Tue, 11 Jul 2017 15:47:06 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-Lines: 22 Original-X-Complaints-To: usenet@blaine.gmane.org Mail-Copies-To: never Cancel-Lock: sha1:C+n7hXBxT2uS5TEvzOt0oWXg0As= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 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:216472 Archived-At: Jean-Christophe Helary writes: >> Eli Zaretskii writes: >> >>> I've merged the line-numbers branch into master. Please report any >>> problems you see as result of this via 'report-emacs-bug', as usual. > > I'm pretty sure I'm building master but I don't see how to make the line numbers appear. >From NEWS: ** Emacs now supports optional display of line numbers in the buffer. This is similar to what linum-mode provides, but much faster and doesn't usurp the display margin for the line numbers. Customize the buffer-local variable 'display-line-numbers' to activate this optional display. If you don't have that, you don't have master :-) Regards Robert