From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Patch to highlight current line number [nlinum.el] Date: Wed, 20 Jul 2016 16:28:06 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1469046400 8222 80.91.229.3 (20 Jul 2016 20:26:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 20 Jul 2016 20:26:40 +0000 (UTC) Cc: code.falling@gmail.com, Emacs developers To: Kaushal Modi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 20 22:26:30 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1bPy4a-0005Ja-Db for ged-emacs-devel@m.gmane.org; Wed, 20 Jul 2016 22:26:28 +0200 Original-Received: from localhost ([::1]:36925 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPy4Z-0007Jx-Sl for ged-emacs-devel@m.gmane.org; Wed, 20 Jul 2016 16:26:27 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60545) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPy42-0007JD-Rl for emacs-devel@gnu.org; Wed, 20 Jul 2016 16:25:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPy3z-0000rB-KB for emacs-devel@gnu.org; Wed, 20 Jul 2016 16:25:54 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:3388) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPy3z-0000qi-Gm for emacs-devel@gnu.org; Wed, 20 Jul 2016 16:25:51 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0AxFgA731xV/3mcpUVcgxCEAoVVu0CHSwQCAoE8OhMBAQEBAQEBgQpBBYNdAQEDAVYjBQsLNBIUGA0kiDcIzyMBAQEHAgEfizqFBQeELQWzP4FFI4QUIoJ4AQEB X-IPAS-Result: A0AxFgA731xV/3mcpUVcgxCEAoVVu0CHSwQCAoE8OhMBAQEBAQEBgQpBBYNdAQEDAVYjBQsLNBIUGA0kiDcIzyMBAQEHAgEfizqFBQeELQWzP4FFI4QUIoJ4AQEB X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="248697764" Original-Received: from 69-165-156-121.dsl.teksavvy.com (HELO ceviche.home) ([69.165.156.121]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 20 Jul 2016 16:25:50 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 015276629A; Wed, 20 Jul 2016 16:28:06 -0400 (EDT) In-Reply-To: (Kaushal Modi's message of "Wed, 20 Jul 2016 19:38:40 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:205920 Archived-At: > BTW, I noticed that the :group 'nlinum tag for global-nlinum-mode is still > absent. But my patch had that. Was that intentional? Yes. Its absence was a problem when there was no `nlinum' group (i.e. we should have had ":group 'linum" before), but now that we do have an `nlinum' group, the default behavior DTRT already. Stefan