From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Henrik Enberg Newsgroups: gmane.emacs.help Subject: Re: Wrong type argument: char-or-string-p Date: Thu, 27 Nov 2003 17:30:35 +0100 Organization: Le Petomane Appreciation Society Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87znehvkno.fsf@enberg.org> References: <6boxb.1586$i81.758@nwrdny02.gnilink.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1069951892 4755 80.91.224.253 (27 Nov 2003 16:51:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 27 Nov 2003 16:51:32 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 27 17:51:29 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1APPMX-0000yN-00 for ; Thu, 27 Nov 2003 17:51:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1APQDM-00083n-MA for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Nov 2003 12:46:04 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!fu-berlin.de!uni-berlin.de!h253n2fls32o1112.telia.COM!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 11 Original-NNTP-Posting-Host: h253n2fls32o1112.telia.com (213.65.65.253) Original-X-Trace: news.uni-berlin.de 1069950640 65542046 213.65.65.253 ([125297]) User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:XWZqLlDPdqZnmCXyto/ek6i3s8M= Original-Xref: shelby.stanford.edu gnu.emacs.help:118717 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:14659 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:14659 Richard Burton writes: > (set mail-yank-prefix '>) > > But it has no effect on the behavior of c-c c-y, except that it generates > the error message "Wrong type argument: char-or-string-p." > > What am I doing wrong? You are setting the value to the symbol > istead of to a string. try ">" instead. You should also use `setq' instead of `set'.