From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.help Subject: Re: How to paste (yank) "raw text" Date: Sun, 22 May 2005 06:19:17 +0300 Message-ID: <01c55e7d$Blat.v2.4$2f373f80@zahav.net.il> References: <20050521204842.64170.qmail@web26508.mail.ukl.yahoo.com> NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1116732562 1627 80.91.229.2 (22 May 2005 03:29:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 22 May 2005 03:29:22 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun May 22 05:29:11 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DZh9C-0003x3-PL for geh-help-gnu-emacs@m.gmane.org; Sun, 22 May 2005 05:29:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DZhCN-0004Zv-HM for geh-help-gnu-emacs@m.gmane.org; Sat, 21 May 2005 23:32:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DZhC0-0004VF-St for help-gnu-emacs@gnu.org; Sat, 21 May 2005 23:31:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DZhBv-0004SU-Fx for help-gnu-emacs@gnu.org; Sat, 21 May 2005 23:31:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DZhBv-0004RI-BN for help-gnu-emacs@gnu.org; Sat, 21 May 2005 23:31:51 -0400 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DZhCa-000492-0S for help-gnu-emacs@gnu.org; Sat, 21 May 2005 23:32:32 -0400 Original-Received: from zaretski (IGLD-83-130-247-87.inter.net.il [83.130.247.87]) by romy.inter.net.il (MOS 3.5.8-GR) with ESMTP id BHH23065 (AUTH halo1); Sun, 22 May 2005 06:23:19 +0300 (IDT) Original-To: help-gnu-emacs@gnu.org X-Mailer: emacs 22.0.50 (via feedmail 8 I) and Blat ver 2.4 In-reply-to: <20050521204842.64170.qmail@web26508.mail.ukl.yahoo.com> (message from Moritz Kerbel on Sat, 21 May 2005 22:48:42 +0200 (CEST)) 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: news.gmane.org gmane.emacs.help:26889 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:26889 > Date: Sat, 21 May 2005 22:48:42 +0200 (CEST) > From: Moritz Kerbel > > Does there exist a raw yank version that only > pastes the raw text (or maybe a raw copy version). What version of Emacs is that? The CVS code has the yank-excluded-properties variable which you could use to tell Emacs what text properties to strip from the yanked text.