GNU Emacs 22.0.91.1 (i386-mingw-nt5.0.2195) of 2006-12-11 on LENNART-69DE564 ms windows 2000 I would like to use eudc but have troubles with that. I use the configuration at the bottom. I can use ldapsearch from a cmd.exe: c:\cygwin\bin\ldapsearch.exe -hldap.columbia.edu -x -P2 "(&(sn=swanson))" How should I configure emacs? Thanks, Mats ~/.emacs ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(ldap-host-parameters-alist (quote (("" auth simple)))) '(ldap-ldapsearch-args (quote ("-P2"))) '(ldap-ldapsearch-prog "c:/cygwin/bin/ldapsearch")) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. ) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ~/.eudc-options ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; This file was automatically generated by eudc.el. (provide 'eudc-options-file) (eudc-set-server "ldap.columbia.edu" 'ldap t) (setq eudc-server-hotlist 'nil) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;