From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: ELPA update Newsgroups: gmane.emacs.sources,gmane.emacs.devel Subject: [GNU ELPA] Filladapt version 2.12.2 Followup-To: gmane.emacs.help Date: Sun, 31 Mar 2024 05:24:44 -0400 Message-ID: <85y19yeotf.fsf@elpa.gnu.org> Reply-To: help-gnu-emacs@gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8189"; mail-complaints-to="usenet@ciao.gmane.io" Cc: nil To: gnu-emacs-sources@gnu.org Original-X-From: gnu-emacs-sources-bounces+gnu-gnu-emacs-sources=m.gmane-mx.org@gnu.org Sun Mar 31 11:24:49 2024 Return-path: Envelope-to: gnu-gnu-emacs-sources@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 1rqrQm-0001oJ-RN for gnu-gnu-emacs-sources@m.gmane-mx.org; Sun, 31 Mar 2024 11:24:48 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rqrQl-0004Jm-3z; Sun, 31 Mar 2024 05:24:47 -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 1rqrQj-0004Is-6p; Sun, 31 Mar 2024 05:24:45 -0400 Original-Received: from elpa.gnu.org ([2001:470:142::89]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rqrQi-0007AP-Vk; Sun, 31 Mar 2024 05:24:44 -0400 Original-Received: by elpa.gnu.org (Postfix, from userid 1002) id E99D76136A; Sun, 31 Mar 2024 05:24:44 -0400 (EDT) X-BeenThere: gnu-emacs-sources@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: GNU Emacs source code postings and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gnu-emacs-sources-bounces+gnu-gnu-emacs-sources=m.gmane-mx.org@gnu.org Original-Sender: gnu-emacs-sources-bounces+gnu-gnu-emacs-sources=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.sources:8610 gmane.emacs.devel:317419 Archived-At: Version 2.12.2 of package Filladapt has just been released in GNU ELPA. You can now find it in M-x list-packages RET. Filladapt describes itself as: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Adaptive fill =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D More at https://elpa.gnu.org/packages/filladapt.html ## Summary: These functions enhance the default behavior of Emacs' Auto Fill mode and the commands fill-paragraph, lisp-fill-paragraph, fill-region-as-paragraph and 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. ## Recent NEWS: [Not provided =F0=9F=99=81]