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


Message #11 received at 12724 <at> debbugs.gnu.org (full text, mbox):

From: Noah Lavine <noah.b.lavine <at> gmail.com>
To: Stefan Monnier <monnier <at> iro.umontreal.ca>
Cc: 12724 <at> debbugs.gnu.org
Subject: Re: bug#12724: ldap.el Problem and Solution
Date: Wed, 24 Oct 2012 17:42:04 -0400
Yes, that works.

Thanks a lot for such a quick response,
Noah

On Wed, Oct 24, 2012 at 4:39 PM, Stefan Monnier
<monnier <at> iro.umontreal.ca> wrote:
>> (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 207 days ago.

Previous Next


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