From unknown Tue Aug 19 09:35:24 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#49976 <49976@debbugs.gnu.org> To: bug#49976 <49976@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add emacs-filladapt. Reply-To: bug#49976 <49976@debbugs.gnu.org> Date: Tue, 19 Aug 2025 16:35:24 +0000 retitle 49976 [PATCH] gnu: Add emacs-filladapt. reassign 49976 guix-patches submitter 49976 Xinglu Chen severity 49976 normal tag 49976 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 10 07:43:06 2021 Received: (at submit) by debbugs.gnu.org; 10 Aug 2021 11:43:06 +0000 Received: from localhost ([127.0.0.1]:58570 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDQ9y-0003rR-IT for submit@debbugs.gnu.org; Tue, 10 Aug 2021 07:43:06 -0400 Received: from lists.gnu.org ([209.51.188.17]:51490) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mDQ9w-0003rH-Vy for submit@debbugs.gnu.org; Tue, 10 Aug 2021 07:43:05 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45836) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mDQ9w-0006Vo-Fe for guix-patches@gnu.org; Tue, 10 Aug 2021 07:43:04 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:41864 helo=mail.yoctocell.xyz) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mDQ9u-0007ik-TY for guix-patches@gnu.org; Tue, 10 Aug 2021 07:43:04 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1628595777; bh=da4YWO4PKu1Nb7YvDPxfn1L2M15Irvyb6wETIf/VRiQ=; h=From:To:Subject:Date; b=n1qe8EW3l/TprpJNjnTsCSpFGbNjXC8+vWnHTFphDvUxtghWDOOif5K9ULbhThPfj ul/P6ycJJFsYKB/hgTu5jsWsIfbEbdh8KII+wt0Fb/BmSOIdMCsBv84LPvOgfD7yO4 Ethws0PkbJ/90zvAfMO4QPX/Q1V2mg86KF+pbqlA= To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-filladapt. Message-Id: <657eb5212a5a9349c2890e04210d4b96cb723a28.1628595766.git.public@yoctocell.xyz> Date: Tue, 10 Aug 2021 13:42:57 +0200 MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=87.96.130.155; envelope-from=public@yoctocell.xyz; helo=mail.yoctocell.xyz X-Spam_score_int: 18 X-Spam_score: 1.8 X-Spam_bar: + X-Spam_report: (1.8 / 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, FROM_SUSPICIOUS_NTLD=0.498, FROM_SUSPICIOUS_NTLD_FP=0.386, PDS_OTHER_BAD_TLD=1.997, PDS_RDNS_DYNAMIC_FP=0.001, RDNS_DYNAMIC=0.982, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.7 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: * gnu/packages/emacs-xyz.scm (emacs-filladapt): New variable. --- gnu/packages/emacs-xyz.scm | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 172d620adc..2c561e5c57 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -4418,6 +4418,40 @@ time. [...] Content analysis details: (1.7 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.51.188.17 listed in wl.mailspike.net] -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at https://www.dnswl.org/, medium trust [209.51.188.17 listed in list.dnswl.org] 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 1.0 SPF_SOFTFAIL SPF: sender does not match SPF record (softfail) -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 0.5 FROM_SUSPICIOUS_NTLD_FP From abused NTLD 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-Debbugs-Envelope-To: submit 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: 0.2 (/) * gnu/packages/emacs-xyz.scm (emacs-filladapt): New variable. --- gnu/packages/emacs-xyz.scm | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 172d620adc..2c561e5c57 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -4418,6 +4418,40 @@ time. This information can be reviewed to determine what is causing the user interface to pause.") (license license:gpl3+)))) +(define-public emacs-filladapt + (package + (name "emacs-filladapt") + (version "2.12.2") + (source + (origin + (method url-fetch) + (uri (string-append + "https://elpa.gnu.org/packages/filladapt-" + version ".el")) + (sha256 + (base32 + "1cxyxfdjg1dsmn1jrl6b7xy03xr42fb6vyggh27s4dk417ils6yg")))) + (build-system emacs-build-system) + (home-page "http://elpa.gnu.org/packages/filladapt.html") + (synopsis "Adaptive fill for Emacs") + (description + "This package provides funtions which enhance the default behavior of +Emacs' Auto Fill mode and the commands @code{fill-paragraph}, +@code{lisp-fill-paragraph}, @code{fill-region-as-paragraph}, and +@code{fill-region}. + +The chief improvement is that the beginning of a line to be +filled is examined and, based on information gathered, an +appropriate value for fill-prefix is constructed. Also the +boundaries of the current paragraph are located. This occurs +only if the fill prefix is not already non-nil. + +The net result of this is that blurbs of text that are offset +from left margin by asterisks, dashes, and/or spaces, numbered +examples, included text from USENET news articles, etc. are +generally filled correctly with no fuss.") + (license license:gpl3+))) + (define-public emacs-fill-column-indicator (package (name "emacs-fill-column-indicator") base-commit: 1fa4485fb033874fd56b025e8ec998aebc245fe5 -- 2.32.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 13 09:52:34 2021 Received: (at 49976-done) by debbugs.gnu.org; 13 Aug 2021 13:52:34 +0000 Received: from localhost ([127.0.0.1]:40964 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mEXbu-0002Oi-8Y for submit@debbugs.gnu.org; Fri, 13 Aug 2021 09:52:34 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:50351) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mEXbr-0002OQ-5z for 49976-done@debbugs.gnu.org; Fri, 13 Aug 2021 09:52:32 -0400 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 30CE4E0004; Fri, 13 Aug 2021 13:52:23 +0000 (UTC) From: Nicolas Goaziou To: Xinglu Chen Subject: Re: [bug#49976] [PATCH] gnu: Add emacs-filladapt. References: <657eb5212a5a9349c2890e04210d4b96cb723a28.1628595766.git.public@yoctocell.xyz> Date: Fri, 13 Aug 2021 15:52:18 +0200 In-Reply-To: <657eb5212a5a9349c2890e04210d4b96cb723a28.1628595766.git.public@yoctocell.xyz> (Xinglu Chen's message of "Tue, 10 Aug 2021 13:42:57 +0200") Message-ID: <87im09tpt9.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Hello, Xinglu Chen writes: > * gnu/packages/emacs-xyz.scm (emacs-filladapt): New variable. Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.196 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [217.70.183.196 listed in wl.mailspike.net] -0.0 SPF_PASS SPF: sender matches SPF record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: yoctocell.xyz (xyz)] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders X-Debbugs-Envelope-To: 49976-done Cc: 49976-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: 0.3 (/) Hello, Xinglu Chen writes: > * gnu/packages/emacs-xyz.scm (emacs-filladapt): New variable. Applied. Thank you. Regards, -- Nicolas Goaziou From unknown Tue Aug 19 09:35:24 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, 11 Sep 2021 11:24:08 +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