freebsd-ports/www/eldav.el/pkg-message
Oliver Braun 4706899e46 Add eldav.el 1, an interface to WebDAV servers for Emacs.
PR:		ports/42438
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2002-09-05 08:13:39 +00:00

17 lines
386 B
Text

Add the following line to your .emacs:
(require 'eldav)
If you want to use a proxy server, the following setting
is also needed:
(setq eldav-proxy "http://your.proxy.server:8080")
Then you can access WebDAV files by specifying a magic
file name like:
:http://your.webdav.server/path/to/file/name
(Add preceding ':' to the WebDAV URL.)
NOTICE: You need the MULE version of Emacs!