diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2002-09-05 08:13:39 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2002-09-05 08:13:39 +0000 |
commit | 4706899e4668b57a4192a8a4e708fc68557a69b2 (patch) | |
tree | 39210d8307032f8355c0bb79a259f10fe2d7dc48 /www/eldav.el/pkg-message | |
parent | 1d1bc5a16aa4cf2196a4aaaf8fba9dc61ce887c7 (diff) | |
download | ports-4706899e4668b57a4192a8a4e708fc68557a69b2.tar.gz ports-4706899e4668b57a4192a8a4e708fc68557a69b2.zip |
Notes
Diffstat (limited to 'www/eldav.el/pkg-message')
-rw-r--r-- | www/eldav.el/pkg-message | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/www/eldav.el/pkg-message b/www/eldav.el/pkg-message new file mode 100644 index 000000000000..a8bb090ed5a5 --- /dev/null +++ b/www/eldav.el/pkg-message @@ -0,0 +1,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! |