emacs-devel
[Top][All Lists]
Advanced

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

Re: url-retrieve-synchronously randomly fails on https URLs (patch inclu


From: Reiner Steib
Subject: Re: url-retrieve-synchronously randomly fails on https URLs (patch included)
Date: Fri, 02 Nov 2007 23:18:58 +0100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux)

On Fri, Nov 02 2007, Richard Stallman wrote:

> +(eval-when-compile
> +  (require 'rx))  ; for writing readable regexps
[...]
> +(defcustom tls-end-of-info
> + (rx
> +  (or
> +   ;; `openssl s_client` regexp
> +   (sequence
> +    ;; see ssl/ssl_txt.c lines 219--220
> +    line-start
> +    "    Verify return code: "
> +    (one-or-more not-newline)
> +    "\n"

Well, at least for me using rx.el doesn't make the regexp more
readable.  YMMV.

> +    (save-excursion
> +      (set-buffer buffer)

`with-current-buffer'?

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




reply via email to

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