From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marcin Borkowski Newsgroups: gmane.emacs.bugs Subject: bug#20871: 25.0.50; fill-single-char-nobreak-p does not recognize a single-letter word when it is preceded by an open paren Date: Sun, 17 Apr 2016 19:41:29 +0200 Message-ID: <87fuukt9o6.fsf@mbork.pl> References: <87y4jchwog.fsf@mbork.pl> <87wpywhwa8.fsf@mbork.pl> <87shyku4jt.fsf@mbork.pl> <8337qkb7v7.fsf@gnu.org> <87k2jwtfkj.fsf@mbork.pl> <83r3e49o4g.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1460914947 18341 80.91.229.3 (17 Apr 2016 17:42:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 17 Apr 2016 17:42:27 +0000 (UTC) Cc: 20871@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Apr 17 19:42:16 2016 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1arqi4-0001UA-Js for geb-bug-gnu-emacs@m.gmane.org; Sun, 17 Apr 2016 19:42:12 +0200 Original-Received: from localhost ([::1]:49555 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1arqi3-000154-S2 for geb-bug-gnu-emacs@m.gmane.org; Sun, 17 Apr 2016 13:42:11 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48263) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1arqhy-00010i-TB for bug-gnu-emacs@gnu.org; Sun, 17 Apr 2016 13:42:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1arqhu-0006Nw-Rm for bug-gnu-emacs@gnu.org; Sun, 17 Apr 2016 13:42:06 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:54528) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1arqhu-0006Ns-OR for bug-gnu-emacs@gnu.org; Sun, 17 Apr 2016 13:42:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1arqhu-0005Cs-H5 for bug-gnu-emacs@gnu.org; Sun, 17 Apr 2016 13:42:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Marcin Borkowski Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 17 Apr 2016 17:42:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 20871 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 20871-submit@debbugs.gnu.org id=B20871.146091489719984 (code B ref 20871); Sun, 17 Apr 2016 17:42:02 +0000 Original-Received: (at 20871) by debbugs.gnu.org; 17 Apr 2016 17:41:37 +0000 Original-Received: from localhost ([127.0.0.1]:38632 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1arqhU-0005CF-S0 for submit@debbugs.gnu.org; Sun, 17 Apr 2016 13:41:37 -0400 Original-Received: from mail.mojserwer.eu ([195.110.48.8]:51546) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1arqhT-0005C7-GT for 20871@debbugs.gnu.org; Sun, 17 Apr 2016 13:41:35 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by mail.mojserwer.eu (Postfix) with ESMTP id 91AFFAD26D8; Sun, 17 Apr 2016 19:41:32 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail.mojserwer.eu Original-Received: from mail.mojserwer.eu ([127.0.0.1]) by localhost (mail.mojserwer.eu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wZEBpEOgR11l; Sun, 17 Apr 2016 19:41:30 +0200 (CEST) Original-Received: from localhost (98-171.echostar.pl [213.156.98.171]) by mail.mojserwer.eu (Postfix) with ESMTPSA id 04BCCAD26D5; Sun, 17 Apr 2016 19:41:29 +0200 (CEST) User-agent: mu4e 0.9.13; emacs 25.1.50.8 In-reply-to: <83r3e49o4g.fsf@gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:116572 Archived-At: On 2016-04-17, at 16:49, Eli Zaretskii wrote: >> I see. So you suggest that instead of patching >> `fill-single-char-nobreak-p' I should have provided another function, >> customized for Polish? > > Yes, I think so. There's already fill-french-nobreak-p, why shouldn't > there be a Polish predicate? > >> [...] > > Not necessarily: that space that precedes the word is by itself a > line-breaking opportunity. IOW, Emacs will break before 'a' in " a", > and the penalty will be only 1 character. By contrast, breaking > before the parenthesis in your case will yield a penalty of 2 > characters, which is a different tradeoff, worthy of asking the user > explicitly to agree to. > > The default value of fill-nobreak-predicate is nil for a reason. I see. So I'm going to prepare a patch where a new function is introduced for Polish typography, and once it is accepted (which I hope will happen:-)) I'm going to close this bug. Best, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Faculty of Mathematics and Computer Science Adam Mickiewicz University