From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Nicolas P. Rougier (inria)" Newsgroups: gmane.emacs.devel Subject: Re: Knuth and Plass line breaking algorithm Date: Sun, 12 Dec 2021 08:18:27 +0100 Message-ID: References: <87y24qfm7h.fsf@gnus.org> Mime-Version: 1.0 Content-Type: text/plain; format=flowed Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="14426"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.6.8; emacs 27.2 Cc: emacs-devel@gnu.org To: Lars Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Dec 12 08:21:01 2021 Return-path: Envelope-to: ged-emacs-devel@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 1mwJAK-0003ZS-Rb for ged-emacs-devel@m.gmane-mx.org; Sun, 12 Dec 2021 08:21:00 +0100 Original-Received: from localhost ([::1]:60104 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mwJAJ-0004cY-4W for ged-emacs-devel@m.gmane-mx.org; Sun, 12 Dec 2021 02:20:59 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:35376) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mwJ8v-0003cV-JQ for emacs-devel@gnu.org; Sun, 12 Dec 2021 02:19:34 -0500 Original-Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:12338) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mwJ8t-0007CB-DQ for emacs-devel@gnu.org; Sun, 12 Dec 2021 02:19:33 -0500 IronPort-HdrOrdr: =?us-ascii?q?A9a23=3ATGHvD6B0/49z2+rlHenZ55DYdb4zR+YMi2TD?= =?us-ascii?q?uHocdfU4SKGlfr6V8sjzvCWc4F0ssRob9uxoVpPrfU/h?= X-IronPort-AV: E=Sophos;i="5.84,326,1620684000"; d="scan'208";a="400459374" Original-Received: from 91-160-114-139.subs.proxad.net (HELO M-E7-NPR) ([91.160.114.139]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Dec 2021 08:19:27 +0100 In-reply-to: <87y24qfm7h.fsf@gnus.org> Received-SPF: pass client-ip=192.134.164.104; envelope-from=nicolas.rougier@inria.fr; helo=mail3-relais-sop.national.inria.fr X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:281769 Archived-At: Ok, fair enough. Nicolas Lars Ingebrigtsen writes: > > I think our goals are rather more modest than implementing all > typographic niceties, especially since that usually entails > getting > hyphenation right (which is a major problem and I don't think > there's > anything that really does that correctly automatically).