From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/22684 Path: main.gmane.org!not-for-mail From: Hrvoje Niksic Newsgroups: gmane.emacs.gnus.general Subject: Re: enriched bug (was Re: Writing enriched text) Date: 21 Apr 1999 02:08:18 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: <8790bmesy5.fsf@pc-hrvoje.srce.hr> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035160559 30617 80.91.224.250 (21 Oct 2002 00:35:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:35:59 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id UAA19628 for ; Tue, 20 Apr 1999 20:14:54 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id TAB04706; Tue, 20 Apr 1999 19:08:47 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 20 Apr 1999 19:09:17 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id TAA05627 for ; Tue, 20 Apr 1999 19:09:08 -0500 (CDT) Original-Received: from pc-hrvoje.srce.hr (mail@pc-hrvoje.srce.hr [161.53.2.132]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id UAA19449 for ; Tue, 20 Apr 1999 20:08:58 -0400 (EDT) Original-Received: from hniksic by pc-hrvoje.srce.hr with local (Exim 2.05 #1 (Debian)) id 10ZkYs-0007BC-00; Wed, 21 Apr 1999 02:08:18 +0200 Original-To: ding@gnus.org X-Attribution: Hrvoje X-Face: &{dT~)Pu6V<0y?>3p$;@vh\`C7xB~A0T-J%Og)J,@-1%q6Q+, gs<-9M#&`I8cJp2b1{vPE|~+JE+gx;a7%BG{}nY^ehK1"q#rG O,Rn1A_Cy%t]V=Brv7h writes: > When I try to read Colin's message I get this backtrace (trimmed > extensively): > > Signaling: (void-function facemenu-get-face) > facemenu-get-face(fg:violet) > enriched-decode-foreground(104 108 "violet") > apply(enriched-decode-foreground 104 108 "violet") > > This is with Pterodactyl Gnus 0.83, XEmacs 20.4 compiled with every > --with option that can be set 'no' set 'no'. It's a bug in XEmacs 20.4. To work around it, you need to add something like: (autoload 'facemenu-get-face "facemenu") to your .emacs.