From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: M-w, then C-y. C-y inserts text properties that aren't on original. Date: Thu, 18 Feb 2010 23:47:35 -0500 Message-ID: References: <20100218202902.GE2671@muc.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1266554874 6892 80.91.229.12 (19 Feb 2010 04:47:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Feb 2010 04:47:54 +0000 (UTC) Cc: emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 19 05:47:52 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 1NiKmN-0003r0-R7 for ged-emacs-devel@m.gmane.org; Fri, 19 Feb 2010 05:47:52 +0100 Original-Received: from localhost ([127.0.0.1]:40804 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NiKmN-0001h7-26 for ged-emacs-devel@m.gmane.org; Thu, 18 Feb 2010 23:47:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NiKmH-0001h1-Vd for emacs-devel@gnu.org; Thu, 18 Feb 2010 23:47:46 -0500 Original-Received: from [140.186.70.92] (port=54810 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NiKmD-0001gt-FG for emacs-devel@gnu.org; Thu, 18 Feb 2010 23:47:45 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NiKm7-0000nw-Vw for emacs-devel@gnu.org; Thu, 18 Feb 2010 23:47:41 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:28705 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NiKm7-0000np-Rp for emacs-devel@gnu.org; Thu, 18 Feb 2010 23:47:35 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAFemfUvO+Jyg/2dsb2JhbACbB3W/Y4RnBIMVh10 X-IronPort-AV: E=Sophos;i="4.49,501,1262581200"; d="scan'208";a="56329439" Original-Received: from 206-248-156-160.dsl.teksavvy.com (HELO ceviche.home) ([206.248.156.160]) by ironport2-out.pppoe.ca with ESMTP; 18 Feb 2010 23:47:35 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 1CE0AB429B; Thu, 18 Feb 2010 23:47:35 -0500 (EST) In-Reply-To: <20100218202902.GE2671@muc.de> (Alan Mackenzie's message of "Thu, 18 Feb 2010 20:29:02 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. 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:121210 Archived-At: > In a C++ Mode buffer, I create a region containing a template-opener <, > M-w it, then C-y it. > The C-y puts a syntax-table property on the (copy of) the <, but this > property didn't exist on the original. [...] > Would somebody please suggest the part of Emacs I should be looking at > to debug this problem. Can't think of anything (other than the font-lock rules which are under c++-mode's control, of course). Stefan