From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.devel Subject: Re: url-retrieve-synchronously randomly fails on https URLs (patch included) Date: Fri, 02 Nov 2007 23:50:28 +0100 Message-ID: <472BA9B4.708@gmail.com> References: <20071027104716.E9BA773545@tanja.localdomain> <1c34ba170710280540g5b2a9983o33abfcba2843d95@mail.gmail.com> <1c34ba170710291348v36cb5b83ybbb4a7f988f486b1@mail.gmail.com> <871wb89sum.fsf@catnip.gol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1194043865 12770 80.91.229.12 (2 Nov 2007 22:51:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 2 Nov 2007 22:51:05 +0000 (UTC) Cc: Riccardo Murri , emacs-devel@gnu.org, Richard Stallman , jas@extundo.com To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 02 23:51:07 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Io5M1-00052z-4m for ged-emacs-devel@m.gmane.org; Fri, 02 Nov 2007 23:51:05 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Io5Lr-0000Nv-2j for ged-emacs-devel@m.gmane.org; Fri, 02 Nov 2007 18:50:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Io5Ln-0000Mp-72 for emacs-devel@gnu.org; Fri, 02 Nov 2007 18:50:51 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Io5Lk-0000L8-K4 for emacs-devel@gnu.org; Fri, 02 Nov 2007 18:50:49 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Io5Lk-0000L1-Af for emacs-devel@gnu.org; Fri, 02 Nov 2007 18:50:48 -0400 Original-Received: from ch-smtp02.sth.basefarm.net ([80.76.149.213]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Io5Lb-0005se-9Q; Fri, 02 Nov 2007 18:50:39 -0400 Original-Received: from c83-254-148-228.bredband.comhem.se ([83.254.148.228]:62965 helo=[127.0.0.1]) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1Io5LZ-0005Df-83; Fri, 02 Nov 2007 23:50:37 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070728 Thunderbird/2.0.0.6 Mnenhy/0.7.5.666 In-Reply-To: <871wb89sum.fsf@catnip.gol.com> X-Antivirus: avast! (VPS 071102-0, 2007-11-02), Outbound message X-Antivirus-Status: Clean X-Originating-IP: 83.254.148.228 X-Scan-Result: No virus found in message 1Io5LZ-0005Df-83. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1Io5LZ-0005Df-83 be36455246225f1d1fadbd7d739fcd82 X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:82383 Archived-At: Miles Bader wrote: > Reiner Steib writes: >> Well, at least for me using rx.el doesn't make the regexp more >> readable. YMMV. > > I'm not really sure I find the syntax of rx more readable per se (it > definitely makes the regexp less concise!), but it is kind of > interesting to see it, and the ability to insert comments into the > middle of the regexp actually does seem potentially quite useful! rx style regexp looks like lisp. Maybe a new more readable language looking like regexps?