From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: JD Smith Newsgroups: gmane.emacs.devel Subject: Re: yank-excluded-properties not functioning when font-lock-face set Date: Sun, 11 Feb 2007 11:44:34 -0700 Message-ID: References: <87k5yrx6xt.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1171219511 29874 80.91.229.12 (11 Feb 2007 18:45:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 11 Feb 2007 18:45:11 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 11 19:45:04 2007 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.50) id 1HGJh7-0004lN-DJ for ged-emacs-devel@m.gmane.org; Sun, 11 Feb 2007 19:45:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HGJh6-00056y-VV for ged-emacs-devel@m.gmane.org; Sun, 11 Feb 2007 13:45:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HGJgw-00055d-Dh for emacs-devel@gnu.org; Sun, 11 Feb 2007 13:44:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HGJgu-00053w-MG for emacs-devel@gnu.org; Sun, 11 Feb 2007 13:44:50 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HGJgu-00053r-JL for emacs-devel@gnu.org; Sun, 11 Feb 2007 13:44:48 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1HGJgu-0005kZ-61 for emacs-devel@gnu.org; Sun, 11 Feb 2007 13:44:48 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HGJgl-0000vr-DL for emacs-devel@gnu.org; Sun, 11 Feb 2007 19:44:39 +0100 Original-Received: from turtle.as.arizona.edu ([128.196.208.207]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 11 Feb 2007 19:44:39 +0100 Original-Received: from jdsmith by turtle.as.arizona.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 11 Feb 2007 19:44:39 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 11 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: turtle.as.arizona.edu User-Agent: Pan/0.14.2.91 (As She Crawled Across the Table) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:66268 Archived-At: On Fri, 09 Feb 2007 18:11:26 -0500, Chong Yidong wrote: > I think I know the problem. The text property changes that > yank-excluded-properties was attempting to perform were being blocked > by the read-only property of the inserted text. I've checked in a fix > into CVS. Thanks, this did the trick! JD