bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#12724: ldap.el Problem and Solution


From: Stefan Monnier
Subject: bug#12724: ldap.el Problem and Solution
Date: Wed, 24 Oct 2012 16:39:58 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

> (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)))






reply via email to

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