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: Fri, 01 Mar 2024 10:23:13 +0200 Message-ID: <86ttlqqs26.fsf@gnu.org> References: <20240301094752.3918b636@enoush2o> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="35551"; 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 Fri Mar 01 09:24:00 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 1rfyBU-00095g-0t for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 01 Mar 2024 09:24:00 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rfyAn-0002MT-Fx; Fri, 01 Mar 2024 03:23:17 -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 1rfyAl-0002MB-PC for help-gnu-emacs@gnu.org; Fri, 01 Mar 2024 03:23:15 -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 1rfyAl-0001BV-GH for help-gnu-emacs@gnu.org; Fri, 01 Mar 2024 03:23:15 -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=/5HWO0Z+3jV98P0zEutXj8/lm/Ub9Xgbm5a05vi3wMI=; b=hALI26dygqSa 1oBpUfgTKhhCragaBGGJuQHBUKWeNKw9MgVJlIjlXPxCCqLHG45MUKVNybr5cPTaYOqH0VfQyxWeM CkSBO1rbaNhMx5FzTY3rUgzo+n0NzIrADvrIZvaxCi5iaMj7bHMc/ByRmOGsVntUJ9Zs/2RHG9Pf4 bVbY4S0T1QVQhyTyl6QjgacyaZJ28hPA6hz2SQd64T/7b4rNvuGIlv1KJor+KcDlIqgDfvxlXFVDE vdkeb4QpkcnTyroSZdKsF4y8s2sCTy5EUQDp0JeTHqn0xZy3K868+/VsTXIL7FwZQQHL72LONg4dk FJAQxd7tn5HcK47Xl8e4yw==; In-Reply-To: <20240301094752.3918b636@enoush2o> (message from Alexandros Prekates on Fri, 1 Mar 2024 07:47:52 +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:146004 Archived-At: > 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"? > 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. > and also if visited with C-x C-b they appear in fundamental mode and > not in Org mode. That's the intended behavior. If you want the indirect buffer to have the same mode as its base buffer, use clone-indirect-buffer instead.