From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: filling long html href Date: Fri, 20 Apr 2007 14:39:43 -0400 Message-ID: <87r6qehouo.fsf@stupidchicken.com> References: <87r6qh17en.fsf@zip.com.au> <87r6qfm9db.fsf@stupidchicken.com> <87mz13p266.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1177094272 10035 80.91.229.12 (20 Apr 2007 18:37:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 20 Apr 2007 18:37:52 +0000 (UTC) Cc: Kevin Ryde , rms@gnu.org, emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Apr 20 20:37:46 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HexzN-00086W-3Y for ged-emacs-devel@m.gmane.org; Fri, 20 Apr 2007 20:37:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hey4S-0005SR-35 for ged-emacs-devel@m.gmane.org; Fri, 20 Apr 2007 14:43:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hey4O-0005Pd-Pw for emacs-devel@gnu.org; Fri, 20 Apr 2007 14:42:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hey4N-0005MW-0B for emacs-devel@gnu.org; Fri, 20 Apr 2007 14:42:56 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hey4M-0005MM-Oj for emacs-devel@gnu.org; Fri, 20 Apr 2007 14:42:54 -0400 Original-Received: from cyd.mit.edu ([18.19.1.138]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HexzG-0000Vk-6R; Fri, 20 Apr 2007 14:37:38 -0400 Original-Received: by cyd.mit.edu (Postfix, from userid 1000) id 269C54E68E; Fri, 20 Apr 2007 14:39:43 -0400 (EDT) In-Reply-To: (Stefan Monnier's message of "Fri\, 20 Apr 2007 14\:21\:54 -0400") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.98 (gnu/linux) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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 Xref: news.gmane.org gmane.emacs.devel:69711 Archived-At: Stefan Monnier writes: >>>>> I see in fill-move-to-break-point that fill-nobreak-predicate is >>>>> ignored (let bound to nil) if there's no breaks found before >>>>> fill-column. It seems to me not a good idea to sometimes obey that >>>>> var and sometimes not. >>>> >>>>> Does anyone recall why that binding was added? >>>> >>>> I believe it was just me being confused, >>> >>> OK, I checked it in. Thanks. > >> Actually, on second thought, this should probably wait till after the >> release. The current code has been in there for > 4 years, without a >> complaint till now, and the current bug is more of a nuisance than a >> significant problem. > > But this is new behavior compared to Emacs-21.4. It's not a significant > problem, but it's not an improvement either. > >> So I reverted that patch for now. > > I installed it (and I haven't seen where/when you'd installed yours: doesn't > appear in the ChangeLog). OK.