blob: a8bb090ed5a55eb74b5e8ce8de0e1d5819375946 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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!
|