all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* ldap.el
@ 2004-05-19 19:00 Richard Stallman
  2004-05-20  7:30 ` ldap.el Pavel Janík
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Stallman @ 2004-05-19 19:00 UTC (permalink / raw)


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

Date: Mon, 17 May 2004 17:54:58 -0700 (PDT)
To: emacs-devel@gnu.org
From: Tak Ota <Takaaki.Ota@am.sony.com>
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: emacs-devel-bounces+rms=gnu.org@gnu.org

Could someone incorporate the following patch into the CVS head?

-Tak

2004-05-17  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (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
Emacs-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/emacs-devel
------- End of forwarded message -------

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-05-20  7:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-19 19:00 ldap.el Richard Stallman
2004-05-20  7:30 ` ldap.el Pavel Janík

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.