From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#70189: [PATCH] Simple request to add '.eln' to the 'completion-ignored-extensions' list Date: Sat, 06 Apr 2024 10:45:19 +0300 Message-ID: <86il0v3pf4.fsf@gnu.org> References: <86v84x733f.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4071"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 70189@debbugs.gnu.org, acorallo@gnu.org To: Robert Burks Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Apr 06 09:46:11 2024 Return-path: Envelope-to: geb-bug-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 1rt0kc-0000q7-BI for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 06 Apr 2024 09:46:10 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rt0kP-0006wn-Jb; Sat, 06 Apr 2024 03:45:57 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rt0kO-0006wd-HE for bug-gnu-emacs@gnu.org; Sat, 06 Apr 2024 03:45:56 -0400 Original-Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rt0kO-0003fa-8r for bug-gnu-emacs@gnu.org; Sat, 06 Apr 2024 03:45:56 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rt0kU-0006dH-8U for bug-gnu-emacs@gnu.org; Sat, 06 Apr 2024 03:46:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 06 Apr 2024 07:46:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 70189 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 70189-submit@debbugs.gnu.org id=B70189.171238953525357 (code B ref 70189); Sat, 06 Apr 2024 07:46:02 +0000 Original-Received: (at 70189) by debbugs.gnu.org; 6 Apr 2024 07:45:35 +0000 Original-Received: from localhost ([127.0.0.1]:38108 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rt0k3-0006av-1f for submit@debbugs.gnu.org; Sat, 06 Apr 2024 03:45:35 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56686) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rt0k1-0006a3-AF for 70189@debbugs.gnu.org; Sat, 06 Apr 2024 03:45:33 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rt0jp-0003V0-Ui; Sat, 06 Apr 2024 03:45:21 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=eO9k4kag6f5Z8kzmGrsZqQK9TPcVze8VEcGZ+6ORG4U=; b=H4qAoBt7eDfO 7SxWC6VGfTUMLSVF1txyFDqAXl0TxWAp1+nA5U9vqSPP5VSCFVu/vnd3wuSKs3tqOOgmYE7Va6xFl vwPVZ7dudyPSKUmdPLgnCF7Uv2kSIJzUmgL8opyIu58J3ZvV1wlVwysmp2ZbJ8S7VpLpx4Lp2nbar HllBmpFdaFKW9aozJgnawOgVOftIGurn6axY3XmNQoScsmEljn7oMu8LUCXxwoclzA6gZWRbpzPNS etIIJ9LUzQcBSuh9Tae/rHdRFmkNO1Glp7ylQw9L/9bW80cBx8D9JScA2HrHYMx8/fYa9ped6E9k1 kk9I2MMh3hvj2cFLdqT3CQ==; In-Reply-To: (message from Robert Burks on Fri, 5 Apr 2024 16:56:03 -0400) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:282754 Archived-At: > From: Robert Burks > Date: Fri, 5 Apr 2024 16:56:03 -0400 > Cc: Andrea Corallo , 70189@debbugs.gnu.org > > Please include the attached with the group of 31 patches I sent prior. > This patch removes the warning suppression from a test in patch 20. > At some point I had altered the test and forgot to remove the warning > suppression. This is one of the non-bug related tests. Thanks, but this should be part of the patch which triggers the warning. IOW, instead of two patches, one on top of the other, please submit a single patch with both of the change sets.