From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Manuel Uberti Newsgroups: gmane.emacs.devel Subject: project prefix and mark-page Date: Wed, 21 Jul 2021 09:49:32 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28181"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Jul 21 10:02:38 2021 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 1m67Be-0007AT-2m for ged-emacs-devel@m.gmane-mx.org; Wed, 21 Jul 2021 10:02:38 +0200 Original-Received: from localhost ([::1]:48162 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m67Bc-00011S-30 for ged-emacs-devel@m.gmane-mx.org; Wed, 21 Jul 2021 04:02:36 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:53212) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m66zG-0007jz-5o for emacs-devel@gnu.org; Wed, 21 Jul 2021 03:49:50 -0400 Original-Received: from confino.investici.org ([2a00:c38:11e:ffff::a020]:32943) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m66zD-0002zR-Lp for emacs-devel@gnu.org; Wed, 21 Jul 2021 03:49:49 -0400 Original-Received: from mx1.investici.org (unknown [127.0.0.1]) by confino.investici.org (Postfix) with ESMTP id 4GV75T0L8gz10xH for ; Wed, 21 Jul 2021 07:49:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1626853773; bh=n6iEug8dgX89nk10TBXDzSSF7zDt9d30Q/S+TTc1QOA=; h=From:To:Subject:Date:From; b=b1ofJm4MW8x/X8eezf2gt8IxHYKMOwWnUAkmaTWr6jJq3wLTeue77kmMP0wzJys0V GrPaNfaAPByck7XvyQtpvfFdMjHIRDZQdbQedMoUCZE1EsnO7Seps+YCvwOReY7QsB 6fmg66sTg9yoUqO30AhdwtCBtMRILTpAoYWX07p4= Original-Received: from [212.103.72.250] (mx1.investici.org [212.103.72.250]) (Authenticated sender: manuel.uberti@inventati.org) by localhost (Postfix) with ESMTPSA id 4GV75S6k8Kz10xD for ; Wed, 21 Jul 2021 07:49:32 +0000 (UTC) Content-Language: en-GB Received-SPF: pass client-ip=2a00:c38:11e:ffff::a020; envelope-from=manuel.uberti@inventati.org; helo=confino.investici.org 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 autolearn=ham autolearn_force=no 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:271401 Archived-At: Hi, since this is more of a curiosity than a bug report I am asking it here. I heavily rely on project.el so many of my daily Emacs interactions start with C-x p. However, if I do not release CTRL quick enough before hitting p I end up with C-x C-p, which is bound to mark-page. Now, after C-x p I usually hit p to select a project or f to find a file in the current project. So it often happens that by mistake I hit C-x C-p p or C-x C-p f, which is not what I was after. To avoid this, I disabled C-x C-p in my configuration since I never use it. But I was wondering: is this a "problem" only for me or are C-x p and C-x C-p too close to be bound to such different commands? Thank you -- Manuel Uberti www.manueluberti.eu