From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: enriched-mode and switching major modes. Date: Wed, 22 Sep 2004 14:20:18 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <200409042358.i84Nwjt19152@raven.dms.auburn.edu> <87llfn5ihw.fsf@emacswiki.org> <01c49c75$Blat.v2.2.2$7a37cb00@zahav.net.il> <01c49d70$Blat.v2.2.2$f7cfb860@zahav.net.il> <01c49da7$Blat.v2.2.2$cd5f7160@zahav.net.il> <01c49dc6$Blat.v2.2.2$3b624d40@zahav.net.il> Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CABjm-0006Tj-00 for ; Wed, 22 Sep 2004 20:21:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CABpl-00005s-Rg for ged-emacs-devel@m.gmane.org; Wed, 22 Sep 2004 14:27:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CABpD-0008KR-7k for emacs-devel@gnu.org; Wed, 22 Sep 2004 14:26:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CABpC-0008Jr-1n for emacs-devel@gnu.org; Wed, 22 Sep 2004 14:26:42 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CABpB-0008JL-NA for emacs-devel@gnu.org; Wed, 22 Sep 2004 14:26:41 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CABj1-00050T-Be for emacs-devel@gnu.org; Wed, 22 Sep 2004 14:20:19 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CABj0-0004Sd-CU; Wed, 22 Sep 2004 14:20:18 -0400 Original-To: Eli Zaretskii In-reply-to: <01c4a00e$Blat.v2.2.2$78282660@zahav.net.il> (eliz@gnu.org) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:27454 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27454 > I am not sure how to represent nested blocks with per-character text > properties. In principle we could have other kinds of data associated > with the text to supplement text properties, but what could we design > that would fit in properly with cut and paste? Perhaps such portions of text should only be cut-n-pasted as rectangles. How would that help?