GNU bug report logs - #12724
ldap.el Problem and Solution

Previous Next

Package: emacs;

Reported by: Noah Lavine <noah.b.lavine <at> gmail.com>

Date: Wed, 24 Oct 2012 18:36:02 UTC

Severity: normal

Done: Stefan Monnier <monnier <at> iro.umontreal.ca>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Noah Lavine <noah.b.lavine <at> gmail.com>
Cc: 12724 <at> debbugs.gnu.org
Subject: bug#12724: ldap.el Problem and Solution
Date: Wed, 24 Oct 2012 16:39:58 -0400
> (if (looking-at "version:")
>     (forward-line 1))

Can you confirm the patch below works?


        Stefan


=== modified file 'lisp/net/ldap.el'
--- lisp/net/ldap.el	2012-07-11 23:13:41 +0000
+++ lisp/net/ldap.el	2012-10-24 20:39:11 +0000
@@ -604,6 +604,7 @@
 	;; Skip error message when retrieving attribute list
 	(if (looking-at "Size limit exceeded")
 	    (forward-line 1))
+        (if (looking-at "version:") (forward-line 1)) ;bug#12724.
 	(while (progn
 		 (skip-chars-forward " \t\n")
 		 (not (eobp)))





This bug report was last modified 12 years and 208 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.