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: failing creating multiple indirect org buffers . Date: Sat, 02 Mar 2024 09:47:44 +0200 Message-ID: <86msrhoz1b.fsf@gnu.org> References: <20240301094752.3918b636@enoush2o> <86ttlqqs26.fsf@gnu.org> <20240301104731.30dcadd1@enoush2o> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12311"; 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 Mar 02 08:48:19 2024 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 1rgK6V-0002zY-J4 for geh-help-gnu-emacs@m.gmane-mx.org; Sat, 02 Mar 2024 08:48:19 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rgK65-0000is-7r; Sat, 02 Mar 2024 02:47:53 -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 1rgK62-0000iW-7U for help-gnu-emacs@gnu.org; Sat, 02 Mar 2024 02:47:50 -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 1rgK60-0003Qu-KJ for help-gnu-emacs@gnu.org; Sat, 02 Mar 2024 02:47:49 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=uhJ3+Dp2HkyObDs20JbpP+VbNvJP7VCYVAnamDLzq3A=; b=OZU+ZRYnEEPg WOd0ADr2ibWLqD2bfJMQNAR0yg6EBfDIz9atwYwQraak0AP42q9FFZhBTZtaIRF00lJYKW13SBfMC bQmzZjbFDvR3NYHPu/vNRN5gbIsPhXIKvkL71lYYGMdnPsVGLQNsRNX9T4mUZqyB/C4UYuGPRkj6g D720cRd9LXSPR8bEIyafW2orzJ4gD5trV1cdOlcgGsaDv7fVT2F7k0FkDjUqSUUIfvhave5ADF4FO m3+ahLHBhaeVTQcZV+7IAJ3uONImraZi+WzZL7YFUeNUt5SbMjqcKBpCTeoO94Ev7AwKENCfxtXmU iN8Eh1fM4F7yWVSu2ny+MQ==; In-Reply-To: <20240301104731.30dcadd1@enoush2o> (message from Alexandros Prekates on Fri, 1 Mar 2024 08:47:31 +0000) 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:146017 Archived-At: > Date: Fri, 1 Mar 2024 08:47:31 +0000 > From: Alexandros Prekates > > On Fri, 01 Mar 2024 10:23:13 +0200 > Eli Zaretskii wrote: > > > > Date: Fri, 1 Mar 2024 07:47:52 +0000 > > > From: Alexandros Prekates > > > > > > In emacs 29 M-x clone-indirect-buffer will work only once. > > > So lets say i have a Base buffer and a CloneA . > > > If i try to create a new clone on Base i will get a new buffer but > > > it will behave like CloneA. > > > > What do you mean by "behave like CloneA"? > > Speaking of Org files i mean that trying to create a CloneB of the > Base will not have it's own heading's folding but mirrow that of > the CloneA or Base. Isn't that expected? That's what clone-indirect-buffer is about, I think. > > > Also M-x make-indirect-buffer creates new buffers but > > > the are not visible in the GUI buffer list > > > > What command do you use to show the buffer list? The default binding > > of "C-x C-b", which invokes list-buffers, does show indirect buffers > > created by make-indirect-buffer. > > Yes. I meant the GUI buffer list. If i use M-x clone-indirect-buffer > then the new buffers will be listed in the GUI buffer top menu. > But M-x make-indirect-buffer new buffers wont. In "emacs -Q"? If so, I cannot reproduce this.