auto-fill in c-mode messes up incomplete comments

2006-11-27 Thread Toby Allsopp
>From a shell prompt: emacs -q /tmp/tmp.c M-x auto-fill-mode /* * (That's / * * SPC). When typing the final space, the second line gets deleted. Pressing return instead messes it up differently. This seems to be a problem with c-mask-paragraph. After space: --8<---cut here--

ldap-search-internal ignores auth type setting

2006-09-04 Thread Toby Allsopp
The variable ldap-host-parameters-alist allows you to choose a value for the authentication type to use, but this value is ignored by ldap-search-internal. The attached patch makes the 'simple' choice work, which is good enough for me and better then nothing. Regards, Toby Allsopp. In