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: Combining face and map stuff Date: Thu, 07 Oct 2010 09:56:33 -0400 Message-ID: References: <8739slfqg6.fsf@catnip.gol.com> <83y6acnfaw.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1286460552 7195 80.91.229.12 (7 Oct 2010 14:09:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 7 Oct 2010 14:09:12 +0000 (UTC) Cc: emacs-devel@gnu.org, miles@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 07 16:09:11 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1P3r9e-0001sd-Mt for ged-emacs-devel@m.gmane.org; Thu, 07 Oct 2010 16:09:07 +0200 Original-Received: from localhost ([127.0.0.1]:52058 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3r9e-0002uI-2s for ged-emacs-devel@m.gmane.org; Thu, 07 Oct 2010 10:09:06 -0400 Original-Received: from [140.186.70.92] (port=55613 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P3r79-00012M-Vs for emacs-devel@gnu.org; Thu, 07 Oct 2010 10:06:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P3qxX-0007fZ-22 for emacs-devel@gnu.org; Thu, 07 Oct 2010 09:56:36 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:47215) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P3qxX-0007fV-0W for emacs-devel@gnu.org; Thu, 07 Oct 2010 09:56:35 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1P3qxV-0002sX-PG; Thu, 07 Oct 2010 09:56:33 -0400 In-reply-to: (message from Stefan Monnier on Thu, 07 Oct 2010 09:40:33 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:131427 Archived-At: > From: Stefan Monnier > Cc: miles@gnu.org, emacs-devel@gnu.org > Date: Thu, 07 Oct 2010 09:40:33 +0200 > > Here are some problems that this protocol solves: > > - there can currently only be one owner of a text-property, which > creates conflicts. What do you mean by "owner" in this context? > - there is no way currently to combine various property values (the OP's > question). What's wrong with add-text-properties?