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: [ELPA] New package: mctags Date: Thu, 12 Oct 2017 15:11:49 +0300 Message-ID: <837ew0mupm.fsf@gnu.org> References: <87h8v439ub.fsf@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1507810421 22493 195.159.176.226 (12 Oct 2017 12:13:41 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 12 Oct 2017 12:13:41 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chen Bin Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 12 14:13:37 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 1e2cMo-00053K-RB for ged-emacs-devel@m.gmane.org; Thu, 12 Oct 2017 14:13:35 +0200 Original-Received: from localhost ([::1]:45237 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e2cMw-0000gR-5Q for ged-emacs-devel@m.gmane.org; Thu, 12 Oct 2017 08:13:42 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55699) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e2cLL-00006z-Hb for emacs-devel@gnu.org; Thu, 12 Oct 2017 08:12:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e2cLI-0006WQ-6g for emacs-devel@gnu.org; Thu, 12 Oct 2017 08:12:03 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:41602) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e2cLI-0006WM-2R; Thu, 12 Oct 2017 08:12:00 -0400 Original-Received: from [176.228.60.248] (port=1822 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1e2cLH-0002XY-G7; Thu, 12 Oct 2017 08:11:59 -0400 In-reply-to: <87h8v439ub.fsf@gmail.com> (message from Chen Bin on Thu, 12 Oct 2017 22:05:16 +1100) 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:219407 Archived-At: > From: Chen Bin > Date: Thu, 12 Oct 2017 22:05:16 +1100 > > I developed a package using Ctags. https://github.com/redguardtoo/mctags/ > > I would like this package be accepted by ELPA. > > I'm the only developer of this package which is only dependent on > package counsel. Counsel is already accepted by ELPA. > > I've Emacs signed Copyright Papers when contributing company-mode, > https://github.com/company-mode/company-mode/pull/13 > > My situation is not changed. > > Here is summary of mctags: > > Fast and complete Ctags solution. > > Usage: > "M-x mctags-find-tag-at-point" to navigate. This command will also > run `mctags-scan-code' automatically if tags file is not built yet. > > "M-x mctags-scan-code" to create tags file > "M-x mctags-grep" to grep Can you please tell how is this package different from the built-in etags.el package? Thanks.