From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Jarno Malmari Newsgroups: gmane.emacs.devel Subject: Re: [PATCH 1/3] Test for url-auth Date: Thu, 8 Sep 2016 22:51:23 +0300 Message-ID: <1473364286-2650-1-git-send-email-jarno@malmari.fi> References: <87twljepn9.fsf@gnus.org> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1473364354 3992 195.159.176.226 (8 Sep 2016 19:52:34 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 8 Sep 2016 19:52:34 +0000 (UTC) Cc: emacs-devel@gnu.org To: larsi@gnus.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 08 21:52:30 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bi5N2-0008OR-D0 for ged-emacs-devel@m.gmane.org; Thu, 08 Sep 2016 21:52:24 +0200 Original-Received: from localhost ([::1]:53556 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bi5N1-0001xq-AO for ged-emacs-devel@m.gmane.org; Thu, 08 Sep 2016 15:52:23 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35978) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bi5Mo-0001vv-Pg for emacs-devel@gnu.org; Thu, 08 Sep 2016 15:52:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bi5Mj-0006Tn-NS for emacs-devel@gnu.org; Thu, 08 Sep 2016 15:52:10 -0400 Original-Received: from out4-smtp.messagingengine.com ([66.111.4.28]:51307) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bi5Mh-0006PQ-Bp for emacs-devel@gnu.org; Thu, 08 Sep 2016 15:52:05 -0400 Original-Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 4E34620294; Thu, 8 Sep 2016 15:51:53 -0400 (EDT) Original-Received: from frontend1 ([10.202.2.160]) by compute5.internal (MEProxy); Thu, 08 Sep 2016 15:51:53 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=malmari.fi; h=cc :date:from:in-reply-to:message-id:references:subject:to :x-sasl-enc:x-sasl-enc; s=mesmtp; bh=fqNt/K9s2u3yGn2wj/Hasl8MH9M =; b=smOWZoBGPw0zFlN0pC8U3dnORXVWIhD73R2OYFHH/KhLFQIrjQj918kSdkI FIzXCCQp4Oyd2FQlSLjgacKMMvlrFhDXbF+mN4a/a/W4pMMSFGEDg4zSQ0sF8LH2 xl+HTL782OOR7kLnpAQI+Tg9GgzTUJ7EAbWMzq7xJSH1z4zQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:in-reply-to:message-id :references:subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=fqNt /K9s2u3yGn2wj/Hasl8MH9M=; b=bbAvvt3oSUYO9JP4WDf0ZGe+NUyV4XjtFoVv sbBXC4xbyaPculXTKIPFAJJBcdFB8p5U+Lnl4+pRDXs6qHjfG82BxTHKMRyspS7C 1/rUsBKatC5/5pfhhGztTjxsVFY57HcfEkx7T4p0LQyosnsDmU3q/s88WBhVi9cK vsAXu2Y= X-Sasl-enc: mILHVRe98x7A6pXVPYAIhsk1a6RyBfvYhBNMt9pHaWMs 1473364312 Original-Received: from vabi.peto.intranet (a88-113-156-118.elisa-laajakaista.fi [88.113.156.118]) by mail.messagingengine.com (Postfix) with ESMTPA id 963D3F29CF; Thu, 8 Sep 2016 15:51:52 -0400 (EDT) X-Mailer: git-send-email 2.7.0.25.gfc10eb5 In-Reply-To: <87twljepn9.fsf@gnus.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 66.111.4.28 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:207299 Archived-At: Hi again! I ran the tests with my versions of the patches and they pass. Seems there were some changes to my original first commit. I reverted it back to its original form, leaving behind cosmetic changes only. The first patch here is only to illustrate the changes reverted. It should be squashed with the third patch as the changes they contain are mostly redundant. No intended changes to the second and third patches.