aboutsummaryrefslogtreecommitdiff
path: root/www/eldav.el/pkg-message
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2002-09-05 08:13:39 +0000
committerOliver Braun <obraun@FreeBSD.org>2002-09-05 08:13:39 +0000
commit4706899e4668b57a4192a8a4e708fc68557a69b2 (patch)
tree39210d8307032f8355c0bb79a259f10fe2d7dc48 /www/eldav.el/pkg-message
parent1d1bc5a16aa4cf2196a4aaaf8fba9dc61ce887c7 (diff)
downloadports-4706899e4668b57a4192a8a4e708fc68557a69b2.tar.gz
ports-4706899e4668b57a4192a8a4e708fc68557a69b2.zip
Notes
Diffstat (limited to 'www/eldav.el/pkg-message')
-rw-r--r--www/eldav.el/pkg-message17
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!