From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master bc2a93d: Fix more regular expression typos Date: Wed, 20 Mar 2019 08:26:11 -0400 Message-ID: References: <20190319000234.5983.14812@vcs0.savannah.gnu.org> <20190319000239.D3DC7209E0@vcs0.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="58562"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 20 13:27:58 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1h6aK2-000F3A-PV for ged-emacs-devel@m.gmane.org; Wed, 20 Mar 2019 13:27:54 +0100 Original-Received: from localhost ([127.0.0.1]:47360 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h6aK1-0000vJ-Qi for ged-emacs-devel@m.gmane.org; Wed, 20 Mar 2019 08:27:53 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:59530) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h6aIR-0000Pf-Kd for emacs-devel@gnu.org; Wed, 20 Mar 2019 08:26:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h6aIR-00043C-1v for emacs-devel@gnu.org; Wed, 20 Mar 2019 08:26:15 -0400 Original-Received: from mail01.iro.umontreal.ca ([132.204.25.201]:40726) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h6aIQ-00040I-Kz for emacs-devel@gnu.org; Wed, 20 Mar 2019 08:26:14 -0400 Original-Received: from mail01.iro.umontreal.ca (mail01.iro.umontreal.ca [127.0.0.1]) by mail01.iro.umontreal.ca (Postfix) with ESMTP id 2755780DC27C for ; Wed, 20 Mar 2019 08:26:13 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; h=content-type:content-type:mime-version:user-agent:in-reply-to :date:date:references:message-id:subject:subject:to:from:from; s=dkim; t=1553084772; x=1553948773; bh=I/NhDAM249bXORM1nJaTCXET hFVj6ZHSaR4Ejpee90o=; b=dmKeL3lkuGzm4qyaqCGVD9OqxTYkCBvPire2KuAL lYiwA3/LKOYHn8x0I+QIS8IZID9FOGZlXztxRuuRB4qx0IHdZVIo6L2NtZ5+Zbao LixVk6ftchSR+9KWrEhQRusYgRqohZ+fas0DD/57NSTNtYpGCrAVlZLndvvo7wrM ZJCz1mKIhDSNiZnachqnXplrFqyLJjO/6zwd02R7WUYXzlQ4Kv6Nz7X9fXtBg+U+ GwzL+nnp6bNndpm2kcwz3aoMPUyPE1w+BYkeFHsAP550Qs9Tz8lCT678INwbKEoj xEoOV++KxJqCgI++ssPWVtWIarNEyjKwk1SIjVqd6BCpiw== X-Virus-Scanned: amavisd-new at iro.umontreal.ca Original-Received: from mail01.iro.umontreal.ca ([127.0.0.1]) by mail01.iro.umontreal.ca (mail01.iro.umontreal.ca [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id M2RPICNoHrjB for ; Wed, 20 Mar 2019 08:26:12 -0400 (EDT) Original-Received: from pastel (75-119-242-252.dsl.teksavvy.com [75.119.242.252]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 5624180DC266; Wed, 20 Mar 2019 08:26:12 -0400 (EDT) In-Reply-To: <20190319000239.D3DC7209E0@vcs0.savannah.gnu.org> (Paul Eggert's message of "Mon, 18 Mar 2019 20:02:37 -0400 (EDT)") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 132.204.25.201 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:234402 Archived-At: > diff --git a/lisp/pcomplete.el b/lisp/pcomplete.el > index d4ee2c3..ef285db 100644 > --- a/lisp/pcomplete.el > +++ b/lisp/pcomplete.el > @@ -768,7 +768,7 @@ this is `comint-dynamic-complete-functions'." > (push (point) begins) > (while > (progn > - (skip-chars-forward "^ \t\n\\") > + (skip-chars-forward "^ \t\n") > (when (eq (char-after) ?\\) > (forward-char 1) > (unless (eolp) Hmm... no this needs to be (skip-chars-forward "^ \t\n\\") or (skip-chars-forward "^ \t\n\\\\") -- Stefan "who happened to look at it right now"