1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/www/eldav.el/pkg-message
Erwin Lansing bc18600bfa Update to 0.7.2 which fixes insecure handling of temporary files
PR:		53543
Submitted by:	maintainer
2003-06-20 08:49:21 +00:00

17 lines
309 B
Plaintext

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)