From unknown Sat Aug 16 10:47:15 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#58347 <58347@debbugs.gnu.org> To: bug#58347 <58347@debbugs.gnu.org> Subject: Status: [NonGNU ELPA] [PATCH] * elpa-packages: (sweeprolog): update ignored-files Reply-To: bug#58347 <58347@debbugs.gnu.org> Date: Sat, 16 Aug 2025 17:47:15 +0000 retitle 58347 [NonGNU ELPA] [PATCH] * elpa-packages: (sweeprolog): update i= gnored-files reassign 58347 emacs submitter 58347 Eshel Yaron severity 58347 normal tag 58347 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 07 04:15:50 2022 Received: (at submit) by debbugs.gnu.org; 7 Oct 2022 08:15:50 +0000 Received: from localhost ([127.0.0.1]:34258 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ogiWI-00063g-2L for submit@debbugs.gnu.org; Fri, 07 Oct 2022 04:15:50 -0400 Received: from lists.gnu.org ([209.51.188.17]:51646) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oghYr-0004Vu-NL for submit@debbugs.gnu.org; Fri, 07 Oct 2022 03:14:25 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:32980) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oghYr-0005AL-Hs for bug-gnu-emacs@gnu.org; Fri, 07 Oct 2022 03:14:21 -0400 Received: from mail.eshelyaron.com ([107.175.124.16]:33352 helo=eshelyaron.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oghYn-0006P1-KZ for bug-gnu-emacs@gnu.org; Fri, 07 Oct 2022 03:14:21 -0400 From: Eshel Yaron DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=eshelyaron.com; s=mail; t=1665126856; bh=X7I7+YcvczY/VRyGRUwo32oAMqtBvf+WHcj+mfXLHKo=; h=From:To:Subject:Date:From; b=mIYI/t3yyijprE6HTrE2b8AW5wxvJ7U0VyDqn/hTu7fwkKc0s6OnQ4tlcW4rafaSh dds0rSmU4yHLWxLF7UwLL24l6NwPPX44amUv7EHLfUAI7Bh/CRdIBicWhPiKk67mq1 GRvxh6q6ABzW8yFfoWehknSXuw7KJFMLGTj0ZvhiCXrtyyGPaf7Fj45QObIgLCcM3X mrCQmxPlc1r4tfaeBqXsalPSPQDhsFGXgguHXDpG6Wfo02mcgal+FyTico6cW8+6Dx D7YGqYY+jqvAy+RQpTrxNFrVvZUSuad+CaMEPTqbKy6dhi0jD/9uetMCj/7vnsIgyW h5atvz2N/fM6Q== To: bug-gnu-emacs@gnu.org Subject: [NonGNU ELPA] [PATCH] * elpa-packages: (sweeprolog): update ignored-files Date: Fri, 07 Oct 2022 10:14:13 +0300 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Received-SPF: pass client-ip=107.175.124.16; envelope-from=me@eshelyaron.com; helo=eshelyaron.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Fri, 07 Oct 2022 04:15:45 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) --=-=-= Content-Type: text/plain Tags: patch Hi, I'm attaching below a small patch that updates the :ignored-files list for package sweeprolog. Can we apply it to nongnu.git please? --=-=-= Content-Type: text/patch Content-Disposition: attachment; filename=0001-elpa-packages-sweeprolog-update-ignored-files.patch >From 55032575a57e425976c2fa411d7f308ba278aa6c Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Fri, 7 Oct 2022 08:56:32 +0300 Subject: [PATCH] * elpa-packages: (sweeprolog): update ignored-files Exclude sweep.doc from the ELPA package, this file contains terse documentation included in the SWI-Prolog distribution. Conversely, include the Prolog helper library sweep.pl, as it is tightly coupled with the ELisp library sweeprolog.el. --- elpa-packages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elpa-packages b/elpa-packages index 867fc11e3e..7b0b5c6151 100644 --- a/elpa-packages +++ b/elpa-packages @@ -569,7 +569,7 @@ ("sweeprolog" :url "https://github.com/SWI-Prolog/packages-sweep" :ignored-files ("LICENSE" "sweep.c" - "sweep.pl" + "sweep.doc" "sweeprolog-tests.el" "CMakeLists.txt") :doc "README.org") -- 2.37.3 --=-=-= Content-Type: text/plain Thanks, Eshel --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 07 04:37:39 2022 Received: (at 58347-done) by debbugs.gnu.org; 7 Oct 2022 08:37:39 +0000 Received: from localhost ([127.0.0.1]:34304 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ogirS-0006cd-Pj for submit@debbugs.gnu.org; Fri, 07 Oct 2022 04:37:39 -0400 Received: from mail-oo1-f50.google.com ([209.85.161.50]:43922) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ogirR-0006cQ-0i for 58347-done@debbugs.gnu.org; Fri, 07 Oct 2022 04:37:37 -0400 Received: by mail-oo1-f50.google.com with SMTP id m11-20020a4aab8b000000b00476743c0743so3046217oon.10 for <58347-done@debbugs.gnu.org>; Fri, 07 Oct 2022 01:37:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:mime-version:references:in-reply-to:from :from:to:cc:subject:date:message-id:reply-to; bh=g8j1FpocKW/94AwaFekhODQ0pxn/XQzlpjduB6lld9o=; b=M5J7vFE7+yxHzPZZo6JzDMiUK+5bCKg1uQiA9f99uLWkasTkTf2H1uLyCLB33ZchaP fJQnr0gWLumOAaUbQwjGf4tZSt/MRxGnWXogaHKvuBjdV2wJhSQ64fTKeJvLRCM/2DpD qZg7H7uOdhAtBIhDvRkXxsHPtbc6lrZ0FwQsN043bwW7CmgyGpnH2kswnyEXnYGXDeTi NLbd26A+S9H/qhn5Q5MoaN594ogZkvqG74u/iRcRm/LfZ/aVz2t/A7SeeMSjEr5Aka+u zDfF1zurRUr7MKZs6QScuMIqvREsVp2VXaCujwBVVQ/lN2ImDrBdjZ+w5959oA+y7GWw tcjQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:mime-version:references:in-reply-to:from :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=g8j1FpocKW/94AwaFekhODQ0pxn/XQzlpjduB6lld9o=; b=289k1YYxoom12lO6CYBCiBKzvVG0gHDSkqvqXhK2ZKBKjmCBFTu07id6LFsbe16uo0 Q9huflI7+hTa2EFkkSz7gk2JXA2Cjeqr/KD+K8agBNynE2DIZGPgFulBOAinQ2eNdecf o5EqtZzc4L7LRw2ma2UeQzz5syj28U3WLNoMhopwMGxBtH9fGXTbn8pjlidP6wPDe4Fj pnNWl8HPGrHApvzeC6uDDswO2aHkGA0UrsuA2qBZ+9c7nyDSy2p7CsIVgc+/ti61JFLq HqTeoaCRtipyQmc0yVRkXA5Kc1MErNOEc9UNOCoJ72ev5xmygU287qpFmLo0md8/9Cye lf4w== X-Gm-Message-State: ACrzQf2Ows8QewyoMUlbe5UVzIyAUPpxW1xyXHWxqtQ5PJchgEEmkakM k9mvzv0N4fYcjZPJak1TG5TCvomnOU5rMnLfBcM= X-Google-Smtp-Source: AMsMyM6HUEhYEx4x3dkCoT1kAxSuehXRSbpBlS6VsiPpJuj3cMA2e8CDsR/7LzDfyS0L7yUk34RizJMIvyP1dxXZCD4= X-Received: by 2002:a05:6830:3c1:b0:637:28be:7920 with SMTP id p1-20020a05683003c100b0063728be7920mr1573445otc.105.1665131851386; Fri, 07 Oct 2022 01:37:31 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Fri, 7 Oct 2022 10:37:30 +0200 From: Stefan Kangas In-Reply-To: References: X-Hashcash: 1:20:221007:58347-done@debbugs.gnu.org::nXOBR9v5v3Xd1O+H:15RE MIME-Version: 1.0 Date: Fri, 7 Oct 2022 10:37:30 +0200 Message-ID: Subject: Re: bug#58347: [NonGNU ELPA] [PATCH] * elpa-packages: (sweeprolog): update ignored-files To: Eshel Yaron , 58347-done@debbugs.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 58347-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Eshel Yaron via "Bug reports for GNU Emacs, the Swiss army knife of text editors" writes: > I'm attaching below a small patch that updates the :ignored-files list > for package sweeprolog. Can we apply it to nongnu.git please? Done, thanks. From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 07 09:13:49 2022 Received: (at 58347-done) by debbugs.gnu.org; 7 Oct 2022 13:13:49 +0000 Received: from localhost ([127.0.0.1]:34814 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ognAi-00085n-62 for submit@debbugs.gnu.org; Fri, 07 Oct 2022 09:13:49 -0400 Received: from mail.eshelyaron.com ([107.175.124.16]:49892 helo=eshelyaron.com) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ogj2Q-0000gn-5m for 58347-done@debbugs.gnu.org; Fri, 07 Oct 2022 04:48:59 -0400 From: Eshel Yaron DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=eshelyaron.com; s=mail; t=1665132537; bh=7+lkLHNnvpndZY8Ooh2e0KdeM00MP6vmBUqh+TxGeqw=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=Jb0StB999AZxdm2QtnWw1urqPRPdwdJ001cfijcj3g5BMWyCOaC+VhKDzbDbNvjLS yGNu283iEWeiqoNBhwP4x9iSKdJq+av7XHEd1mT5S2xEEIUXtTfh070xlSABKxlsyw nJplf4p/B2q/9eNo+jhMKe4KCEb+X/t7dObnMPX6we50l1xKrruB/SHslEijq20y3w IqBiIW8MsFUrCC2k3NrSdWmhBaHNqFTTD5qWWSAYb+ljxvTnj3oqapOUbcwXNj554N v7vKitzPgQtk33F2pkXyRni7P7ivhazw9msnKZ9ByEGE5FVUCR+cCQldfK1Askh+Gb JZWxTDPi924LA== To: Stefan Kangas Subject: Re: bug#58347: [NonGNU ELPA] [PATCH] * elpa-packages: (sweeprolog): update ignored-files In-Reply-To: (Stefan Kangas's message of "Fri, 7 Oct 2022 10:37:30 +0200") References: Date: Fri, 07 Oct 2022 11:48:54 +0300 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 58347-done X-Mailman-Approved-At: Fri, 07 Oct 2022 09:13:47 -0400 Cc: 58347-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Stefan Kangas writes: > Done, thanks. Thank you! From unknown Sat Aug 16 10:47:15 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 05 Nov 2022 11:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator