2002-09-05 10:13:39 +02:00
|
|
|
Add the following line to your .emacs:
|
|
|
|
|
|
|
|
(require 'eldav)
|
|
|
|
|
2003-06-20 10:49:21 +02:00
|
|
|
Using a proxy:
|
2002-09-05 10:13:39 +02:00
|
|
|
|
|
|
|
(setq eldav-proxy "http://your.proxy.server:8080")
|
|
|
|
|
2003-06-20 10:49:21 +02:00
|
|
|
You can access WebDAV files by preceding WebDAV URLs
|
|
|
|
with a colon:
|
2002-09-05 10:13:39 +02:00
|
|
|
|
|
|
|
:http://your.webdav.server/path/to/file/name
|
|
|
|
|
2003-06-20 10:49:21 +02:00
|
|
|
Enabling the Eldav VC feature (experimental):
|
|
|
|
(setq eldav-use-vc t)
|
2002-09-05 10:13:39 +02:00
|
|
|
|