From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: tiny changes to url-cookie.el Date: Thu, 23 Jun 2005 12:54:21 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1119545625 12268 80.91.229.2 (23 Jun 2005 16:53:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 23 Jun 2005 16:53:45 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 23 18:53:39 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DlUvv-0007XX-Ar for ged-emacs-devel@m.gmane.org; Thu, 23 Jun 2005 18:52:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DlV2m-0006JK-MJ for ged-emacs-devel@m.gmane.org; Thu, 23 Jun 2005 12:59:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DlV0w-0005RY-S5 for emacs-devel@gnu.org; Thu, 23 Jun 2005 12:57:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DlV0s-0005Oa-Ci for emacs-devel@gnu.org; Thu, 23 Jun 2005 12:57:14 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DlV0q-0005M6-Eb for emacs-devel@gnu.org; Thu, 23 Jun 2005 12:57:12 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DlV2N-0002wh-NS for emacs-devel@gnu.org; Thu, 23 Jun 2005 12:58:47 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DlUy5-0004NH-7k; Thu, 23 Jun 2005 12:54:21 -0400 Original-To: Klaus Straubinger In-reply-to: (message from Klaus Straubinger on Wed, 22 Jun 2005 17:31:51 +0200 (CEST)) 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:39378 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:39378 2. The function url-cookie-retrieve constructs its path-regexp with a leading "^". That function does not explain very clearly what it is supposed to do. What does the argument PATH mean? Could you show me some examples of it? Why is it wrong to add ^? Could you show me the specific code you are talking about (the reference is somewhat ambiguous)?