From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christian Plate Newsgroups: gmane.emacs.help Subject: Re: copy/paste change font color Date: Sun, 07 Aug 2005 11:29:04 +0200 Message-ID: <87zmru2izj.fsf@myusenet.dyndns.org> References: <87d5oqwxw7.fsf@wash.edu> <42f54036$1_1@news.iprimus.com.au> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1123409510 30867 80.91.229.2 (7 Aug 2005 10:11:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 7 Aug 2005 10:11:50 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 07 12:11:46 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E1i6x-00045h-CX for geh-help-gnu-emacs@m.gmane.org; Sun, 07 Aug 2005 12:10:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E1i9t-0007hZ-IX for geh-help-gnu-emacs@m.gmane.org; Sun, 07 Aug 2005 06:13:34 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E1i26-0003hb-Km for help-gnu-emacs@gnu.org; Sun, 07 Aug 2005 06:05:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E1i23-0003g2-Pf for help-gnu-emacs@gnu.org; Sun, 07 Aug 2005 06:05:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E1i1J-0002UF-2L for help-gnu-emacs@gnu.org; Sun, 07 Aug 2005 06:04:41 -0400 Original-Received: from [217.72.192.225] (helo=smtp07.web.de) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1E1hgk-00023s-A2 for help-gnu-emacs@gnu.org; Sun, 07 Aug 2005 05:43:26 -0400 Original-Received: from dialin-212-144-180-051.arcor-ip.net ([212.144.180.51] helo=chris.web.de) by smtp07.web.de with esmtp (WEB.DE 4.105 #314) id 1E1hTI-0004ju-00 for help-gnu-emacs@gnu.org; Sun, 07 Aug 2005 11:29:32 +0200 Original-To: help-gnu-emacs@gnu.org In-Reply-To: <42f54036$1_1@news.iprimus.com.au> (Baloff's message of "Sun, 07 Aug 2005 09:08:23 -0700") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) X-Sender: cplate@web.de 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:28510 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:28510 Baloff writes: > on my system > M-x customize-option RET yank yields yank-menu-length > humm Oh, sorry. I'm using Emacs from CVS. I just checked, in the latest stable release this option is not there. But you could do "M-g d" on your text. ,----[ M-g d ] | M-g d runs the command facemenu-set-default | which is an interactive Lisp function. | (facemenu-set-default) | | Select face `default' for subsequent insertion. `---- This works in my 21.3 and sets the default face for the region. Regards, Christian