all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@jurta.org>
To: Ted Zlatanov <tzz@lifelogs.com>
Cc: emacs-devel@gnu.org
Subject: Re: virtual file buffer spanning multiple physical files
Date: Sat, 02 Oct 2010 21:56:39 +0100	[thread overview]
Message-ID: <87wrq02u0o.fsf@mail.jurta.org> (raw)
In-Reply-To: <87bp7diz5z.fsf@lifelogs.com> (Ted Zlatanov's message of "Fri, 01 Oct 2010 12:46:32 -0500")

> On a LUG mailing list I saw a request for a way to edit multiple
> physical files through one virtual file.  The solution recommended was
> to use FUSE.

FUSE (Filesystem in Userspace) is useful for writing virtual filesystems,
but it's not a system for virtual files :)  You can use FUSE to write
a filesystem that allows to edit multiple physical files through
one virtual file.

> I was thinking that would actually (with some folding
> magic) be extremely useful in Emacs.  There are many cases where I edit
> multiple small files and have to switch back and forth to see their
> contents.  Also, search-and-replace would be easier.
>
> Is there any existing mode that does that kind of virtual join?

We considered such a mode some time ago in
http://thread.gmane.org/gmane.emacs.devel/120943

Maybe this multi-file mode (a buffer with multiple files) could be
implemented like a multi-mode mode (a buffer with multiple major modes).



  parent reply	other threads:[~2010-10-02 20:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-01 17:46 virtual file buffer spanning multiple physical files Ted Zlatanov
2010-10-01 18:15 ` Chong Yidong
2010-10-02 20:56 ` Juri Linkov [this message]
2010-10-03 12:43   ` Ted Zlatanov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wrq02u0o.fsf@mail.jurta.org \
    --to=juri@jurta.org \
    --cc=emacs-devel@gnu.org \
    --cc=tzz@lifelogs.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.