From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#52973: Adding a few context-menu-mode commands Date: Thu, 06 Jan 2022 10:17:10 +0200 Organization: LINKOV.NET Message-ID: <86o84pthgp.fsf@mail.linkov.net> References: <87o84tp69h.fsf@posteo.net> <868rvwsezi.fsf@mail.linkov.net> <87czl75lyz.fsf@posteo.net> <86czl6au29.fsf@mail.linkov.net> <874k6idjod.fsf@posteo.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24570"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (x86_64-pc-linux-gnu) Cc: 52973@debbugs.gnu.org To: Philip Kaludercic Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Jan 06 09:26:53 2022 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1n5O6m-0006Fb-Ri for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 06 Jan 2022 09:26:52 +0100 Original-Received: from localhost ([::1]:41236 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n5O6k-0000Yr-NK for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 06 Jan 2022 03:26:50 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:33722) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n5O5y-00080p-PA for bug-gnu-emacs@gnu.org; Thu, 06 Jan 2022 03:26:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:46675) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1n5O5y-0003Dt-DT for bug-gnu-emacs@gnu.org; Thu, 06 Jan 2022 03:26:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1n5O5y-0007sz-B1 for bug-gnu-emacs@gnu.org; Thu, 06 Jan 2022 03:26:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 06 Jan 2022 08:26:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 52973 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 52973-submit@debbugs.gnu.org id=B52973.164145751330244 (code B ref 52973); Thu, 06 Jan 2022 08:26:02 +0000 Original-Received: (at 52973) by debbugs.gnu.org; 6 Jan 2022 08:25:13 +0000 Original-Received: from localhost ([127.0.0.1]:39575 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n5O5A-0007rj-Rm for submit@debbugs.gnu.org; Thu, 06 Jan 2022 03:25:13 -0500 Original-Received: from relay8-d.mail.gandi.net ([217.70.183.201]:32887) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1n5O57-0007rM-RP for 52973@debbugs.gnu.org; Thu, 06 Jan 2022 03:25:11 -0500 Original-Received: (Authenticated sender: juri@linkov.net) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id 7A2BF1BF20F; Thu, 6 Jan 2022 08:25:01 +0000 (UTC) In-Reply-To: <874k6idjod.fsf@posteo.net> (Philip Kaludercic's message of "Wed, 05 Jan 2022 20:14:26 +0000") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:223726 Archived-At: >> Maybe then a better place to add new functions would be in >> lisp/net/webjump.el. webjump is a package created exactly >> for this purpose. Then new functions could share the same >> prefix webjump-. > > I didn't know about webjump, thank you for the hint. My only fear is > that the prefix would make the functionality harder to discover. The fact that its name starts with the word "web" improves discoverability.