all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* webdav advice sought
@ 2009-06-23 23:26 Thomas Lord
  2009-06-24  1:09 ` David Reitter
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Thomas Lord @ 2009-06-23 23:26 UTC (permalink / raw)
  To: emacs-devel

I am working on a project that includes improving
"webdav support in Emacs".  I plan to submit patches
and/or new code.  I am writing to cross check my
thinking about how to do this before I get too
deeply into it.

I would appreciate helpful suggestions about
what information I'm missing, about which of my
alternative (tentative) plans makes the most sense,
and about what better plans I might have missed.

WebDAV is, of course, a protocol layered on top
of HTTP providing support for a remote file system.

I would like Emacs to be able to treat WebDAV servers
as a regular file system - to be able to "find-file"
a WebDAV file, to be able to save files, to have dired
work and so forth.  I would like advisory locking to work.
I would like to, at least by default, have auto-save files
go locally.   I am explicitly not, at this stage, concerned
with the WebDAV features and extensions related to versioning.

I understand that there is limited VC-mode support
for WebDAV though I don't know much about that yet.
That is not quite what I'm looking for (I think).  I
understand similarly about w3 mode webdav support.

I understand that there is some (somewhat bit-rotted) support
from a third party package called "eldav", which relies on 
an unmaintained program called "nd".   The current state
of ange-ftp-like support for WebDAV is a bit sad, as far
as I can tell.

First question: have I missed something about the current
state of things?

Second question:  what makes sense here?:

1. Try to rehabilitate eldav?
2. Try to adapt ange-ftp to use "cadaver", a command-line
   webdav client similar to typical ftp client programs?
3. Try to adapt tramp, again using cadaver?
4. Use ange and tramp as a guide but write a new set
   of file hooks, presumably using cadaver?
5. One of the above, but don't use cadaver, use ______?
6. Write C code for Emacs core (adding new library dependencies)?
7. Tom, you dummy, none of the above.  Instead ________?

I have my preferences from the above list but I
won't bias things yet by stating them.


Thanks and Regards,
-t






^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-06-24 17:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-23 23:26 webdav advice sought Thomas Lord
2009-06-24  1:09 ` David Reitter
2009-06-24 17:44   ` Thomas Lord
2009-06-24  1:56 ` Jason Rumney
2009-06-24  4:49 ` Michael Albinus
2009-06-24  5:07   ` Thomas Lord

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.