From unknown Mon Aug 18 14:24:54 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#8436 <8436@debbugs.gnu.org> To: bug#8436 <8436@debbugs.gnu.org> Subject: Status: Please coordinate key bindings for list-buffers, occur, grep etc Reply-To: bug#8436 <8436@debbugs.gnu.org> Date: Mon, 18 Aug 2025 21:24:54 +0000 retitle 8436 Please coordinate key bindings for list-buffers, occur, grep e= tc reassign 8436 emacs submitter 8436 Lennart Borgman severity 8436 wishlist tag 8436 moreinfo thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 06 17:53:46 2011 Received: (at submit) by debbugs.gnu.org; 6 Apr 2011 21:53:46 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q7afZ-00059E-S7 for submit@debbugs.gnu.org; Wed, 06 Apr 2011 17:53:46 -0400 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Q7afY-000591-Md for submit@debbugs.gnu.org; Wed, 06 Apr 2011 17:53:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q7afT-0000Nf-17 for submit@debbugs.gnu.org; Wed, 06 Apr 2011 17:53:39 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_LOW,T_DKIM_INVALID autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([199.232.76.165]:57031) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q7afS-0000Nb-VH for submit@debbugs.gnu.org; Wed, 06 Apr 2011 17:53:38 -0400 Received: from [140.186.70.92] (port=44097 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7afQ-0001C9-Pj for bug-gnu-emacs@gnu.org; Wed, 06 Apr 2011 17:53:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q7afP-0000Mq-Qp for bug-gnu-emacs@gnu.org; Wed, 06 Apr 2011 17:53:36 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:48449) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q7afP-0000Me-FQ for bug-gnu-emacs@gnu.org; Wed, 06 Apr 2011 17:53:35 -0400 Received: by ewy9 with SMTP id 9so610786ewy.0 for ; Wed, 06 Apr 2011 14:53:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:from:date:message-id:subject:to :content-type; bh=VPvR6/Wi6W82HImn6NId5DGFIbozEqJ7QOINS7IlYy8=; b=oWxx79esyebrT3Jcp79pqvdt/f+QD5SJeHOcW5uduqv4GHWWrKzjPbCxhlCJ04pGBg hcHt0txuJudd4WmXy0dPy+TbkmVzBi1mP6azPthNo2hQw1YJdPF6t+etkDANyYOWVq9C oMHHr8YOZBVXvE9t7iLQQoCbSXPgprUMQNHVM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=Rh1IO5kLlFQXNXqKGaknHDpNvYHMAS2HAS1O0UQJcN5dfFRIAETtJP03mb+Pbvt5/5 YBJPKruMe3wdtEPQVjlMZBciKAv+5poa6iRm9sark5D2AQa8mjwGp8sx0ZUHSApsRi8R 74Hgj49vn/7NbmuFey9LZ57PXo+7YQfOYUfI0= Received: by 10.213.15.139 with SMTP id k11mr41712eba.31.1302126814209; Wed, 06 Apr 2011 14:53:34 -0700 (PDT) MIME-Version: 1.0 Received: by 10.213.9.196 with HTTP; Wed, 6 Apr 2011 14:53:14 -0700 (PDT) From: Lennart Borgman Date: Wed, 6 Apr 2011 23:53:14 +0200 Message-ID: Subject: Please coordinate key bindings for list-buffers, occur, grep etc To: Emacs Bugs Content-Type: text/plain; charset=UTF-8 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 199.232.76.165 X-Spam-Score: -4.7 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.7 (----) Different key bindings are currently used to go to the point/buffer of interest when you are in *Buffer List*, *grep* or *Occur* buffers. It would in my opinion be good if they were the same. From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 15 08:41:52 2011 Received: (at control) by debbugs.gnu.org; 15 Jul 2011 12:41:53 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QhhiK-0007eC-97 for submit@debbugs.gnu.org; Fri, 15 Jul 2011 08:41:52 -0400 Received: from hermes.netfonds.no ([80.91.224.195]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QhhiH-0007df-Rc for control@debbugs.gnu.org; Fri, 15 Jul 2011 08:41:50 -0400 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=quimbies.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1Qhhi6-0000b6-29 for control@debbugs.gnu.org; Fri, 15 Jul 2011 14:41:38 +0200 Date: Fri, 15 Jul 2011 14:41:37 +0200 Message-Id: To: control@debbugs.gnu.org From: Lars Magne Ingebrigtsen Subject: control message for bug #8436 X-MailScanner-ID: 1Qhhi6-0000b6-29 X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1311338498.20925@WtdH3CFjR4kr61bwpP85iw X-Spam-Status: No X-Spam-Score: -2.7 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.7 (--) severity 8436 wishlist From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 03 12:12:51 2019 Received: (at 8436) by debbugs.gnu.org; 3 Oct 2019 16:12:51 +0000 Received: from localhost ([127.0.0.1]:40902 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iG3il-0006LK-5T for submit@debbugs.gnu.org; Thu, 03 Oct 2019 12:12:51 -0400 Received: from quimby.gnus.org ([80.91.231.51]:51058) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iG3ij-0006L9-Nf for 8436@debbugs.gnu.org; Thu, 03 Oct 2019 12:12:50 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iG3ig-00016C-4b; Thu, 03 Oct 2019 18:12:48 +0200 From: Lars Ingebrigtsen To: Lennart Borgman Subject: Re: bug#8436: Please coordinate key bindings for list-buffers, occur, grep etc References: Date: Thu, 03 Oct 2019 18:12:45 +0200 In-Reply-To: (Lennart Borgman's message of "Wed, 6 Apr 2011 23:53:14 +0200") Message-ID: <87eeztiz9e.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Lennart Borgman writes: > Different key bindings are currently used to go to the point/buffer of > interest when you are in *Buffer List*, *grep* or *Occur* buffers. It > would in my opinion be good if they were the same. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 8436 Cc: 8436@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Lennart Borgman writes: > Different key bindings are currently used to go to the point/buffer of > interest when you are in *Buffer List*, *grep* or *Occur* buffers. It > would in my opinion be good if they were the same. What are the key bindings in particular you're thinking of? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Thu Oct 03 12:12:55 2019 Received: (at control) by debbugs.gnu.org; 3 Oct 2019 16:12:55 +0000 Received: from localhost ([127.0.0.1]:40905 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iG3ip-0006Lb-GH for submit@debbugs.gnu.org; Thu, 03 Oct 2019 12:12:55 -0400 Received: from quimby.gnus.org ([80.91.231.51]:51072) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iG3io-0006LT-21 for control@debbugs.gnu.org; Thu, 03 Oct 2019 12:12:54 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iG3il-00016L-BN for control@debbugs.gnu.org; Thu, 03 Oct 2019 18:12:53 +0200 Date: Thu, 03 Oct 2019 18:12:51 +0200 Message-Id: <87d0fdiz98.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #8436 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 8436 + moreinfo quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) tags 8436 + moreinfo quit From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 15 00:37:43 2020 Received: (at 8436-done) by debbugs.gnu.org; 15 Jan 2020 05:37:43 +0000 Received: from localhost ([127.0.0.1]:34133 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1irbN8-0006Ka-Rj for submit@debbugs.gnu.org; Wed, 15 Jan 2020 00:37:43 -0500 Received: from ted.gofardesign.uk ([67.225.143.91]:40576) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1irbN6-0006KL-IV for 8436-done@debbugs.gnu.org; Wed, 15 Jan 2020 00:37:40 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=marxist.se; s=default; h=Content-Type:MIME-Version:Message-ID:Date:References: In-Reply-To:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=RobyVR2CgDEqMiRLDDPvPzFD6gtDdpcOpmXu4TGl9Bw=; b=saMNPz3xgtYhB5Q4kr82DItPwK KUcgC+MPzDQSA/oVC2bWYK2E34Ryp+ueGxkeRSU9gWTwCwr8++DAc+8qG6ENeXgyzBHHXw/vXuu7M ydIR7ivTD2NYWhnO31lZlMsAJNb5GusQ55mmoPndvsI2sRrVgAzuWBoi9lnox88OE6omabd0YQYNu 3fZ3GwZFaKx1XEm/CxYX8ARkpSeJsQy28dbvynUqC13bx8/EmsYWfXOz6k+Bjg0awSS0c21Hk7DXT CASL5nk+AiyIonH6jHIx4rvFdU0E0KlQ+Vs2W2SNltlZhQW97BWHgNmT2ollGdnHcooiNO//HaMc8 9NWxUcWg==; Received: from h-70-69.a785.priv.bahnhof.se ([155.4.70.69]:56918 helo=localhost) by ted.gofardesign.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1irbN0-000Rw4-Q9; Wed, 15 Jan 2020 00:37:35 -0500 From: Stefan Kangas To: Lars Ingebrigtsen Subject: Re: bug#8436: Please coordinate key bindings for list-buffers, occur, grep etc In-Reply-To: <87eeztiz9e.fsf@gnus.org> (Lars Ingebrigtsen's message of "Thu, 03 Oct 2019 18:12:45 +0200") References: <87eeztiz9e.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Date: Wed, 15 Jan 2020 06:37:33 +0100 Message-ID: <87v9pde0v6.fsf@marxist.se> MIME-Version: 1.0 Content-Type: text/plain X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - ted.gofardesign.uk X-AntiAbuse: Original Domain - debbugs.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - marxist.se X-Get-Message-Sender-Via: ted.gofardesign.uk: authenticated_id: stefan@marxist.se X-Authenticated-Sender: ted.gofardesign.uk: stefan@marxist.se X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 8436-done Cc: Lennart Borgman , 8436-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Lars Ingebrigtsen writes: > Lennart Borgman writes: > >> Different key bindings are currently used to go to the point/buffer of >> interest when you are in *Buffer List*, *grep* or *Occur* buffers. It >> would in my opinion be good if they were the same. > > What are the key bindings in particular you're thinking of? More information was requested, but none was given within 14 weeks, so I'm closing this bug. If this is still an issue, please reply to this email (use "Reply to all" in your email client) and we can reopen the bug report. Best regards, Stefan Kangas From unknown Mon Aug 18 14:24:54 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 12 Feb 2020 12:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator