From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Tomas Nordin Newsgroups: gmane.emacs.help Subject: Thanks to Emacs (fixing bug 40940) Date: Sun, 07 Jun 2020 13:42:49 +0200 Message-ID: <87v9k3w18m.fsf@fliptop.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="89379"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun Jun 07 13:43:18 2020 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jhthu-000N9T-FX for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 07 Jun 2020 13:43:18 +0200 Original-Received: from localhost ([::1]:46216 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jhtht-0003QR-Ju for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 07 Jun 2020 07:43:17 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45330) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jhthZ-0003Q4-15 for help-gnu-emacs@gnu.org; Sun, 07 Jun 2020 07:42:57 -0400 Original-Received: from mout01.posteo.de ([185.67.36.65]:32943) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jhthW-0001FR-Un for help-gnu-emacs@gnu.org; Sun, 07 Jun 2020 07:42:56 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id F0A5C160060 for ; Sun, 7 Jun 2020 13:42:50 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1591530171; bh=FLQMUwC2rlAmF+Hm3OZsHn4HOHeZ5NQNhLo4rch3ZBY=; h=From:To:Subject:Date:From; b=l7cVlvdF0jHKCsOUHdNUIMag+p+1bRjGGWVHqLmGcP9Uv1dkQcUssJViIA9FRWeKd 8Pj8AHBU6/ElhMSN4Z2tQVr1LdbuDWbXUUFphYmG9q+61CSzr6j1Kx0LxLvvksuGpF aWs1oq/AHmjeYoInjkCAZpAD4sGDOXFUMBN/IcWGr3N9vSB2Vf+zG28ZjLJdo+/CjE NzZ3oDMgCjIR1CpwXeqUXAmk1qV+JDUkkUpekKqIHlJYqY7VSiT/XzssKsJoojo9ih kIO4YTA5tes+tr+vxz7FQflzt3mSr3RQskAnRvlwitdXe7zIPReUS5lZWTe/TZdlUb Fb84zAPIzRjPg== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 49fvdQ3d60z9rxQ for ; Sun, 7 Jun 2020 13:42:50 +0200 (CEST) Received-SPF: pass client-ip=185.67.36.65; envelope-from=tomasn@posteo.net; helo=mout01.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/07 06:20:16 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:123265 Archived-At: Hello Hackers I just want to throw out a thanks for fixing bug#40940, (project-query-replace-regexp stops too early). And for working on the built-in project-aware stuff in general. (not saying that any other bugs is un-important, but I found this command, tried it, it failed, found the bug-report, and the bug was fixed!) Note for the curious: You need to install un-released emacs to see this. -- Tomas