From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Henrik Enberg Newsgroups: gmane.emacs.devel Subject: Re: display word wrapping Date: Wed, 26 May 2004 14:57:04 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <878yffuz1b.fsf@telia.com> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1085589765 10927 80.91.224.253 (26 May 2004 16:42:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 26 May 2004 16:42:45 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed May 26 18:42:33 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BT1U9-0007Wc-00 for ; Wed, 26 May 2004 18:42:33 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BT1Tz-0002OZ-00 for ; Wed, 26 May 2004 18:42:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BT0yj-00017m-0h for emacs-devel@quimby.gnus.org; Wed, 26 May 2004 12:10:05 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BT0yc-00016l-Di for emacs-devel@gnu.org; Wed, 26 May 2004 12:09:58 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BT0vO-0000gA-ML for emacs-devel@gnu.org; Wed, 26 May 2004 12:07:13 -0400 Original-Received: from [81.228.11.116] (helo=av9-2-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BSxyA-0004wJ-Ch; Wed, 26 May 2004 08:57:18 -0400 Original-Received: by av9-2-sn1.fre.skanova.net (Postfix, from userid 502) id BC36437E68; Wed, 26 May 2004 14:57:16 +0200 (CEST) Original-Received: from smtp3-2-sn1.fre.skanova.net (smtp3-2-sn1.fre.skanova.net [81.228.11.164]) by av9-2-sn1.fre.skanova.net (Postfix) with ESMTP id A74FC37E57; Wed, 26 May 2004 14:57:16 +0200 (CEST) Original-Received: from deathstar (h138n2fls33o869.telia.com [81.224.154.138]) by smtp3-2-sn1.fre.skanova.net (Postfix) with ESMTP id 5AF9C37E47; Wed, 26 May 2004 14:57:16 +0200 (CEST) Original-Received: by deathstar (Postfix, from userid 1000) id 1040CFC052; Wed, 26 May 2004 14:57:12 +0200 (CEST) Original-To: Miles Bader X-Now-Playing: Neil Young - Out on the Weekend In-Reply-To: (Miles Bader's message of "Wed, 26 May 2004 19:02:19 +0900") User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:23965 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:23965 Miles Bader writes: > * A way to define how words are divided for the magic wrapping. I > suppose it should use syntax tables in some way; I'm not sure are > they easy to use or not from the display engine's point of view? This is teoretically language dependent. e.g. Swedish and English don't break words the same way. Page-setting programs have tables for each supported language.