From mboxrd@z Thu Jan 1 00:00:00 1970
From: Philipp Stephani
Subject: bug#35419: [Proposal] Buffer Lenses and the Case of Org-Mode (also,
Jupyter)
Date: Thu, 25 Apr 2019 19:52:34 +0200
Message-ID:
References:
<87sgu6rhkt.fsf@gmail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Return-path:
Received: from eggs.gnu.org ([209.51.188.92]:40435)
by lists.gnu.org with esmtp (Exim 4.71)
(envelope-from ) id 1hJiYQ-00078M-Vs
for emacs-orgmode@gnu.org; Thu, 25 Apr 2019 13:53:03 -0400
Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71)
(envelope-from ) id 1hJiYQ-0001UW-4p
for emacs-orgmode@gnu.org; Thu, 25 Apr 2019 13:53:02 -0400
Sender: "Debbugs-submit"
Resent-Message-ID:
In-Reply-To:
List-Id: "General discussions about Org-mode."
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org
Sender: "Emacs-orgmode"
To: Dmitrii Korobeinikov
Cc: Noam Postavsky , 35419@debbugs.gnu.org
Am Do., 25. Apr. 2019 um 10:41 Uhr schrieb Dmitrii Korobeinikov
:
> I have imagined that at the low level there is an actual data structure that keeps the raw textual data and it could be directly shared by multiple buffers.
That's what indirect buffers do. Maybe the indirect buffer
functionality could be beefed up to support what you want?