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#41890: 28.0.50; [PATCH]: Add bindings for project.el Date: Wed, 15 Jul 2020 01:34:02 +0300 Organization: LINKOV.NET Message-ID: <874kq93e5h.fsf@mail.linkov.net> References: <87imeqh92h.fsf@warpmail.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29436"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) Cc: contovob@tcd.ie, 41890@debbugs.gnu.org, dgutov@yandex.ru, spwhitton@spwhitton.name To: "Philip K." Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Jul 15 00:52:15 2020 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 1jvTmZ-0007ZD-Hh for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 15 Jul 2020 00:52:15 +0200 Original-Received: from localhost ([::1]:44594 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jvTmY-0005sm-2M for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 14 Jul 2020 18:52:14 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46648) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jvTmP-0005sd-Vn for bug-gnu-emacs@gnu.org; Tue, 14 Jul 2020 18:52:05 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:40206) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jvTmM-0008Js-Dt for bug-gnu-emacs@gnu.org; Tue, 14 Jul 2020 18:52:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jvTmM-00076J-Bf for bug-gnu-emacs@gnu.org; Tue, 14 Jul 2020 18:52:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 14 Jul 2020 22:52:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41890 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 41890-submit@debbugs.gnu.org id=B41890.159476709427216 (code B ref 41890); Tue, 14 Jul 2020 22:52:02 +0000 Original-Received: (at 41890) by debbugs.gnu.org; 14 Jul 2020 22:51:34 +0000 Original-Received: from localhost ([127.0.0.1]:51752 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jvTlu-00074t-7k for submit@debbugs.gnu.org; Tue, 14 Jul 2020 18:51:34 -0400 Original-Received: from relay3-d.mail.gandi.net ([217.70.183.195]:38465) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jvTlp-00074J-To for 41890@debbugs.gnu.org; Tue, 14 Jul 2020 18:51:32 -0400 X-Originating-IP: 91.129.103.18 Original-Received: from mail.gandi.net (m91-129-103-18.cust.tele2.ee [91.129.103.18]) (Authenticated sender: juri@linkov.net) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 813F960002; Tue, 14 Jul 2020 22:51:21 +0000 (UTC) In-Reply-To: <87imeqh92h.fsf@warpmail.net> (Philip K.'s message of "Tue, 14 Jul 2020 09:03:50 +0200") 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:183006 Archived-At: >> This is similar to the notion of next-error-last-buffer - the most >> recent buffer for next-error commands. BTW, a question for related discussion: should next-error-find-buffer-function provide an option to support project-local value of next-error-find-buffer? So calling ‘next-error’ on the current project's files will use the last next-error buffer belonging to the same project. > So we're talking about a "last active project"? Or maybe "the most recently used project" if put in other words. >> I don't know if a real need exists for such thing, so please leave >> project-switch-project without a transient map if it already works >> well. > > Fine by me, I'm just asking in case there's a need to update the patch. Then it seems you patch doesn't need more updates.