emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ldap.el


From: Richard Stallman
Subject: ldap.el
Date: Wed, 19 May 2004 15:00:56 -0400

Pavel Janik said yes to this; would someone please install it?

Date: Mon, 17 May 2004 17:54:58 -0700 (PDT)
To: address@hidden
From: Tak Ota <address@hidden>
X-Telephone: +1-858-942-3239
X-Fax------: +1-858-942-9142
X-SnailMail: 16450 West Bernardo Drive MZ7205, San Diego, CA 92127-1804
Organization: Sony Electronics Inc.
Subject: ldap fails parsing result
Sender: address@hidden

Could someone incorporate the following patch into the CVS head?

-Tak

2004-05-17  Takaaki Ota  <address@hidden>  (tiny change)

        * net/ldap.el (ldap-search-internal): Avoid mixing standard error
        output messages into the search result.


*** ../../../pure/emacs-21.3.50/lisp/net/ldap.el        Sun Apr 11 21:12:02 2004
--- ldap.el     Mon May 17 17:46:05 2004
***************
*** 554,560 ****
          (setq arglist (nconc arglist (list (format "-z%s" sizelimit)))))
        (eval `(call-process ldap-ldapsearch-prog
                           nil
!                          buf
                           nil
                           ,@arglist
                           ,@ldap-ldapsearch-args
--- 554,560 ----
          (setq arglist (nconc arglist (list (format "-z%s" sizelimit)))))
        (eval `(call-process ldap-ldapsearch-prog
                           nil
!                          `(,buf nil)
                           nil
                           ,@arglist
                           ,@ldap-ldapsearch-args


_______________________________________________
Emacs-devel mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/emacs-devel
------- End of forwarded message -------




reply via email to

[Prev in Thread] Current Thread [Next in Thread]