all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* ldap fails parsing result
@ 2004-05-18  0:54 Tak Ota
  2004-05-19  1:25 ` Richard Stallman
  2004-05-19  6:49 ` Pavel Janík
  0 siblings, 2 replies; 3+ messages in thread
From: Tak Ota @ 2004-05-18  0:54 UTC (permalink / raw)


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

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

* Re: ldap fails parsing result
  2004-05-18  0:54 ldap fails parsing result Tak Ota
@ 2004-05-19  1:25 ` Richard Stallman
  2004-05-19  6:49 ` Pavel Janík
  1 sibling, 0 replies; 3+ messages in thread
From: Richard Stallman @ 2004-05-19  1:25 UTC (permalink / raw)
  Cc: emacs-devel

I askde Pavel Janik to look at it; he maintains ldap.el.

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

* Re: ldap fails parsing result
  2004-05-18  0:54 ldap fails parsing result Tak Ota
  2004-05-19  1:25 ` Richard Stallman
@ 2004-05-19  6:49 ` Pavel Janík
  1 sibling, 0 replies; 3+ messages in thread
From: Pavel Janík @ 2004-05-19  6:49 UTC (permalink / raw)


   From: Tak Ota <Takaaki.Ota@am.sony.com>
   Date: Mon, 17 May 2004 17:54:58 -0700 (PDT)

   > 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.

Yes, please do so. (My CVS access seems to not work).
-- 
Pavel Janík

Instrument your programs.  Measure before making "efficiency" changes.
                  --  The Elements of Programming Style (Kernighan & Plaugher)

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

end of thread, other threads:[~2004-05-19  6:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-18  0:54 ldap fails parsing result Tak Ota
2004-05-19  1:25 ` Richard Stallman
2004-05-19  6:49 ` 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.