From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Emacs 28.2: How can I have a menu of various open buffer Date: Sat, 19 Nov 2022 22:34:44 +0200 Message-ID: <83ilja7kez.fsf@gnu.org> References: <91B8D362-1324-4850-AB49-D685BFDBD283@gmail.com> 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="12499"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sat Nov 19 21:35:02 2022 Return-path: Envelope-to: geh-help-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 1owUYH-00035h-Ss for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 19 Nov 2022 21:35:02 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1owUXv-0006Lc-F2; Sat, 19 Nov 2022 15:34:39 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1owUXu-0006Ko-I8 for help-gnu-emacs@gnu.org; Sat, 19 Nov 2022 15:34:38 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1owUXu-00005m-9V for help-gnu-emacs@gnu.org; Sat, 19 Nov 2022 15:34:38 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=3uwStrIIY1L7VZbbNRVOutHRHpwg4U9xhjmxtzdgVeo=; b=aryODjP6WV7vQMid8Bvh THLmhNZMzHh9esC43EoQCGe0bMMvdR7CbfRW3JKdEYzdnwd7/VbN7WbVV0J50tmli/1qFRZASeSvL 0g1KyUrZnvuAQMSxzwKCivhiXbDXJZy+BsN+S2rRLIBk7v/6UERT1uHY6xvTsUuLKLeOtPvUQqpbL tLTtd7m+tjM7Ugw/oTDzT1N+QlkPkjacQxiOlr2FnE/9CTrenBiFQkPKD9EpPqNAn1/16ql2KAzt5 lznDFfgJoEItg17KNBiSjpV4AcOm0HpUFeKF2l8VSs91o0ZAJMf0NI5JG6TEJaN2IQVcLnBhLfe/n 8bjKw8K9eH2zig==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1owUXs-0005no-PB for help-gnu-emacs@gnu.org; Sat, 19 Nov 2022 15:34:37 -0500 In-Reply-To: <91B8D362-1324-4850-AB49-D685BFDBD283@gmail.com> (message from Renato Pontefice on Sat, 19 Nov 2022 21:30:49 +0100) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:141057 Archived-At: > From: Renato Pontefice > Date: Sat, 19 Nov 2022 21:30:49 +0100 > > Hi, > Once (the first time I’ve used emacs) I had an application that show me a bar in the current window that show me the buffer I had currently open, and clicking on the buffer I would I can switch on it. But I don’t remember the name and where I can find it. > Can someone help me? Try "C-x C-b".