head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2003.07.31.17.37.35;	author shige;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Add elisp/emacsen ports in the ports tree @@ 2003/07/31
@
text
@$FreeBSD$
Add the following line to your .emacs:

(require 'eldav)

Using a proxy:

(setq eldav-proxy "http://your.proxy.server:8080")

You can access WebDAV files by preceding WebDAV URLs
with a colon:

:http://your.webdav.server/path/to/file/name

Enabling the Eldav VC feature (experimental):
(setq eldav-use-vc t)

@
