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: Sun, 20 Nov 2022 08:34:02 +0200 Message-ID: <83edty6so5.fsf@gnu.org> References: <91B8D362-1324-4850-AB49-D685BFDBD283@gmail.com> <83ilja7kez.fsf@gnu.org> <2B77DFC8-4B03-4AB8-A170-84AF661FB4A3@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="20049"; 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 Sun Nov 20 07:34:34 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 1owduT-00050N-OM for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 20 Nov 2022 07:34:33 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1owdtv-0005r9-3M; Sun, 20 Nov 2022 01:33:59 -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 1owdtq-0005pg-Pi for help-gnu-emacs@gnu.org; Sun, 20 Nov 2022 01:33:55 -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 1owdtq-0004ru-Gu for help-gnu-emacs@gnu.org; Sun, 20 Nov 2022 01:33:54 -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=KV3Wi1jXR4B/oTLwGGWHydC/f+dLN16nbFth69w/5Os=; b=Deg2KphGkU3kS1YLfFOm KlTZKkYEVzQMvghuww00bYb8YS6VoJR9hHJE8k/1ZyKlTlmeioqIMc1egps6cvSw/TcIqENykViK/ 0S+8o4/GMLkpSsCE/dFlM4sT0YHakVLkgsvlDlf55qScVL1jzzJ1UTKETsMIWUYNbq+8F7G53fmz5 NN4wabVadJQFShR1h9szDfNQYVQueFVa5FpBHeRef5HO8VnoXwbBPuU9yjHGgtrjeHy5l27sm1LhW nTmzj7qjGBfkLcPgngmE1S8MfagMQsy3LKlQchE9ACWoVYeo9IdRz8MrBWQjwnuccZHQ82snKINIr Ux1al1N8JlkRyA==; 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 1owdtp-0008Sa-Vr for help-gnu-emacs@gnu.org; Sun, 20 Nov 2022 01:33:54 -0500 In-Reply-To: <2B77DFC8-4B03-4AB8-A170-84AF661FB4A3@gmail.com> (message from Renato Pontefice on Sat, 19 Nov 2022 22:04:45 +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:141064 Archived-At: > From: Renato Pontefice > Date: Sat, 19 Nov 2022 22:04:45 +0100 > > > Il giorno 19 nov 2022, alle ore 21:34, Eli Zaretskii ha scritto: > > > >> 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". > > Yes, this is one way, but I’m looking for somethings like a menu bar where each name of buffer is a button than I can push and goes there (like C-xC-b) In the "C-x C-b" display the buffer names maybe don't look like buttons, but you can click on them anyway, and doing so will go to that buffer.