From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Daniele Nicolodi Newsgroups: gmane.emacs.devel Subject: Package naming Date: Sat, 30 May 2020 16:31:01 -0600 Message-ID: <426aedc1-fd8d-5708-2164-03a10224a652@grinta.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="32938"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Thunderbird/68.8.1 To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun May 31 00:32:49 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jfA25-0008To-FD for ged-emacs-devel@m.gmane-mx.org; Sun, 31 May 2020 00:32:49 +0200 Original-Received: from localhost ([::1]:51104 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jfA24-0007sd-Hy for ged-emacs-devel@m.gmane-mx.org; Sat, 30 May 2020 18:32:48 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45708) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jfA0b-0007HB-AU for emacs-devel@gnu.org; Sat, 30 May 2020 18:31:17 -0400 Original-Received: from grinta.net ([109.74.203.128]:45000) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jfA0a-0000XA-7E for emacs-devel@gnu.org; Sat, 30 May 2020 18:31:16 -0400 Original-Received: from black.local (c-73-229-170-236.hsd1.co.comcast.net [73.229.170.236]) (Authenticated sender: daniele) by grinta.net (Postfix) with ESMTPSA id 057D3E0D45 for ; Sat, 30 May 2020 22:31:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=grinta.net; s=2020; t=1590877872; bh=zwNEf00WxAvqLqplxYz7ZbyWFpQZtjMUcLmxcy7C5S4=; h=To:From:Subject:Date:From; b=XxxehlwxB49MtYKCMwd+l3NKZfZiQKqQLKdkkwb4MO6RrsacjYxsmEOgTe05R9i9A t84J0Ittog9bgRB9s1LvbBvEd93jWuv25VprXjeC7sch67U57ZZdHQkVjAAEX4J7Z4 wvGAhgvtv9TFYoxXHFIf68TL/BqW3RIVRMTHg7DNJZiR0zJ0knv9EQqozaToV0bysZ lYI2bpzbhCX5FEgOVIng1zOtnXCpAKUxFKLo7peVR03n3pJZ01c6iSRehb1VMIKvTI ufygVMlHachRe6DJGnuW91u7nrmzKas/iXrNx2ipZylkDphNnVG0c7LO3OB0utiK7O wIlO8y5oWOsAw== Content-Language: en-US Received-SPF: pass client-ip=109.74.203.128; envelope-from=daniele@grinta.net; helo=grinta.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/05/30 18:31:13 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:251661 Archived-At: Hello, what is the established convention for naming packages that mainly provide a major mode? If I have a package that mainly provides `foo-mode`, in the sense that all the "user facing" functionality is enabled activating a major mode, should the package be named "foo" or "foo-mode"? I see examples of both. Notable examples are "org-mode" and "bibtex". Thank you. Cheers, Dan