2001-12-28 Richard M. Stallman <rms@gnu.org>
+ * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
+
* simple.el (line-move-invisible): New subroutine.
(line-move-to-column): New subroutine--smarter about advancing over
invisible parts of a line, or lines, but only as long as hpos grows.
(end-of-line)
(point))))
(forward-line 1)
- (while (looking-at "^\\(\\w*\\)[=:\t ]+\\(.*\\)$")
+ (while (looking-at "^\\(\\w*\\)[=:\t ]+\\(<[\t ]*file://\\)?\\(.*\\)$")
(setq name (match-string 1)
- value (match-string 2))
+ value (match-string 3))
(save-excursion
(set-buffer bufval)
(erase-buffer)