From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Pixel-based display functions Date: Fri, 06 Feb 2015 11:58:52 +0200 Message-ID: <83a90re4yr.fsf@gnu.org> References: <83bnlgkl1s.fsf@gnu.org> <837fw3l7uz.fsf@gnu.org> <54CD4B27.4080201@gmx.at> <874mr6qvi5.fsf@building.gnus.org> <87sieqpfxh.fsf@building.gnus.org> <54CDE908.7050908@gmx.at> <87ioflq0dz.fsf@building.gnus.org> <54CE2187.9070003@gmx.at> <83lhkhiq8t.fsf@gnu.org> <54CE54A3.1020707@gmx.at> <838ughilmo.fsf@gnu.org> <54CE6BD2.8000402@gmx.at> <8361bliin0.fsf@gnu.org> <83386piiby.fsf@gnu.org> <87oap9yoti.fsf@building.gnus.org> <874mqzvnwo.fsf@building.gnus.org> <54D46D0F.4010400@gmx.at> <87fvajjs4y.fsf@building.gnus.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1423216749 26817 80.91.229.3 (6 Feb 2015 09:59:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 6 Feb 2015 09:59:09 +0000 (UTC) Cc: rudalics@gmx.at, monnier@IRO.UMontreal.CA, emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 06 10:59:08 2015 Return-path: Envelope-to: ged-emacs-devel@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 1YJfgq-0007LR-15 for ged-emacs-devel@m.gmane.org; Fri, 06 Feb 2015 10:59:08 +0100 Original-Received: from localhost ([::1]:47416 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJfgp-0007bu-9N for ged-emacs-devel@m.gmane.org; Fri, 06 Feb 2015 04:59:07 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34472) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJfgj-0007bp-0C for emacs-devel@gnu.org; Fri, 06 Feb 2015 04:59:04 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJfgf-0003M1-17 for emacs-devel@gnu.org; Fri, 06 Feb 2015 04:59:00 -0500 Original-Received: from mtaout29.012.net.il ([80.179.55.185]:52565) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJfge-0003LM-PS for emacs-devel@gnu.org; Fri, 06 Feb 2015 04:58:56 -0500 Original-Received: from conversion-daemon.mtaout29.012.net.il by mtaout29.012.net.il (HyperSendmail v2007.08) id <0NJC00D00GHX5W00@mtaout29.012.net.il> for emacs-devel@gnu.org; Fri, 06 Feb 2015 11:55:11 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout29.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NJC00AP8GVY4840@mtaout29.012.net.il>; Fri, 06 Feb 2015 11:55:11 +0200 (IST) In-reply-to: <87fvajjs4y.fsf@building.gnus.org> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.185 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:182512 Archived-At: > From: Lars Ingebrigtsen > Date: Fri, 06 Feb 2015 20:39:25 +1100 > Cc: Eli Zaretskii , Stefan Monnier , > emacs-devel@gnu.org > > martin rudalics writes: > > > Isn't what you want a function that stops at some whitespace preceding > > non-whitespace that won't fit within some specified limit? > > No, filling text isn't just about whitespace. In some scripts (eastern > Asian, for instance), there's not necessarily any whitespace at all, but > the text still has to be filled, and that's only valid between certain > characters. Search for the "kinsuko" in shr.el. You mean, "kinsoku". Btw, why doesn't shr.el use kinsoku.el functions for that?