all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nic James Ferrier <nferrier@tapsellferrier.co.uk>
Subject: magic file system implementation
Date: Sun, 24 Dec 2006 03:29:24 +0000	[thread overview]
Message-ID: <87ejqq0y5n.fsf@tapsellferrier.co.uk> (raw)

I want to implement my own magic "filesystem" over stateless HTTP (I
have the backend and a FUSE client already).

I have a few questions:


1. if one of the magic filesystem functions is not relevant to me,
what should I have that function do? For example, my filesystem cannot
have subdirectorys, what should make-directory and
make-directory-internal do?

2. Does anyone have a skeleton implementation of magic files? eldav is
pretty good but still quite eldav specific. 

3. What's the best prefix to register? TRAMP seems to have taken over
magic filesystems by registering:

  "\\`/[^/:]+:" 

to it's handler. This makes TRAMP the fs for anything with a url
scheme.


Making a generic module for filesystem handling seems like the kind of
thing that could be quite easily done to make life easier.

-- 
Nic Ferrier
http://www.tapsellferrier.co.uk   for all your tapsell ferrier needs

             reply	other threads:[~2006-12-24  3:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-24  3:29 Nic James Ferrier [this message]
2006-12-25 23:23 ` magic file system implementation Stefan Monnier
2006-12-31 23:36 ` Kai Großjohann
2006-12-31 23:40   ` Kai Großjohann

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=87ejqq0y5n.fsf@tapsellferrier.co.uk \
    --to=nferrier@tapsellferrier.co.uk \
    /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.