From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.help Subject: yanking text from font-locked buffers to Text mode buffer Date: Thu, 11 Nov 2004 12:05:06 -0700 Message-ID: <2vhrf8F2k014fU1@uni-berlin.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1100199994 21585 80.91.229.6 (11 Nov 2004 19:06:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 11 Nov 2004 19:06:34 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 11 20:06:30 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CSKH7-0002Og-00 for ; Thu, 11 Nov 2004 20:06:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CSKPd-0003h0-LW for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Nov 2004 14:15:17 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news1.google.com!fu-berlin.de!uni-berlin.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-X-Trace: news.uni-berlin.de fhrukrteGa9Jit45xgI1JgGPqMm6ubopgs05+rMa+OVa04FWQ= User-Agent: Mozilla Thunderbird 0.9 (X11/20041105) X-Accept-Language: en-us, en Original-Xref: shelby.stanford.edu gnu.emacs.help:126511 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:21903 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:21903 When I kill colored text from a font-locked buffer, and then yank it in a Text mode buffer, the colors are preserved. That is fine, but then any characters I insert after the yanked text are colored the same way, which is not fine. How do I fix that? Should I set the yanked text's rear-nonsticky property to t? I don't see a yank-hook, so should I do that by advising the yank function? Thanks, -- Kevin Rodgers