From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Change in fill-nobreak-predicate Date: Fri, 04 Feb 2005 21:02:08 -0500 Message-ID: <87u0orkbr6.fsf-monnier+emacs@gnu.org> References: <1066.219.74.2.152.1107564235.squirrel@219.74.2.152> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1107569460 3146 80.91.229.2 (5 Feb 2005 02:11:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 5 Feb 2005 02:11:00 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 05 03:11:00 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1CxFP4-0004Q1-4g for ged-emacs-devel@m.gmane.org; Sat, 05 Feb 2005 03:10:30 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CxFch-0006VL-E2 for ged-emacs-devel@m.gmane.org; Fri, 04 Feb 2005 21:24:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CxFbc-00064G-2O for emacs-devel@gnu.org; Fri, 04 Feb 2005 21:23:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CxFbQ-0005xK-Ct for emacs-devel@gnu.org; Fri, 04 Feb 2005 21:23:23 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CxFbN-0005vB-9r for emacs-devel@gnu.org; Fri, 04 Feb 2005 21:23:13 -0500 Original-Received: from [209.226.175.54] (helo=tomts10-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CxFH0-0000Dg-Lh for emacs-devel@gnu.org; Fri, 04 Feb 2005 21:02:10 -0500 Original-Received: from alfajor ([67.71.119.41]) by tomts10-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20050205020209.KVO19622.tomts10-srv.bellnexxia.net@alfajor>; Fri, 4 Feb 2005 21:02:09 -0500 Original-Received: by alfajor (Postfix, from userid 1000) id 0EDDDD7314; Fri, 4 Feb 2005 21:02:08 -0500 (EST) Original-To: "Chong Yidong" In-Reply-To: <1066.219.74.2.152.1107564235.squirrel@219.74.2.152> (Chong Yidong's message of "Fri, 4 Feb 2005 19:43:55 -0500 (EST)") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:32893 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32893 > This breaks third-party code that relies on fill-nobreak-predicate (such > as longlines.el), but never mind; Actually, hooks (for some old historical backward compatibility reason) can contain either a list of functions or a single function. So fill-nobreak-predicate can still be set to a single function, as in the past. I do not doubt that my change introduced some incompatibility, but most normal uses should work just as well as before. If not, please give us more information about the problem. Stefan