From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/77714 Path: news.gmane.org!not-for-mail From: Raphael Kubo da Costa Newsgroups: gmane.emacs.gnus.general Subject: Re: case's definition is void when replying to mail Date: Tue, 15 Mar 2011 11:35:58 -0300 Message-ID: <837hc0a1td.fsf@gmail.com> References: <87zkow5y7e.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1300199756 13002 80.91.229.12 (15 Mar 2011 14:35:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 15 Mar 2011 14:35:56 +0000 (UTC) Cc: To: Ted Zlatanov Original-X-From: ding-owner+M26038@lists.math.uh.edu Tue Mar 15 15:35:51 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PzVLd-0001Np-5m for ding-account@gmane.org; Tue, 15 Mar 2011 15:35:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1PzVLC-0003aQ-HW; Tue, 15 Mar 2011 09:35:18 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PzVLB-0003a9-6G for ding@lists.math.uh.edu; Tue, 15 Mar 2011 09:35:17 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PzVL9-00044E-Q1 for ding@lists.math.uh.edu; Tue, 15 Mar 2011 09:35:16 -0500 Original-Received: from mail-gy0-f172.google.com ([209.85.160.172]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PzVL8-0007kb-NM for ding@gnus.org; Tue, 15 Mar 2011 15:35:14 +0100 Original-Received: by gyf3 with SMTP id 3so348176gyf.17 for ; Tue, 15 Mar 2011 07:35:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=x+rtgmYGpg9yLl1vyX43bucWdN9D5RVUSfvdLYrsCnk=; b=H6jkVF0Lf3YhZSQnT+9xT33iP16lrcsc8XbVdlLwaHBFQdqh239PeztM1VIokQSEU/ 5w1KFoTdGkST0JR6ZKGJdalnqOnREodSftjNob4BE/fLPaWIBfkHMIQp4mbVAQuoFBLs I5+VILS/CO61dDd0Y+mQ4/JoYxnT1DbsLqtr8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=ayQDtZ40qfP7MK3A204RLxzKaY/BSlsXp9oohZecyKNcnlBqBu/ULH9gHKo47Xfyun nxfzggCs6TtenLsgx2vd4TrIczT2SlAhKqJV4V2LPYxcYEvfzsaH/bC56pwb9uHR5MBg GTFLLTiNNFewyt1Q6vdQVxA3NkeTqR/J+3/dY= Original-Received: by 10.236.191.231 with SMTP id g67mr7748111yhn.67.1300199708793; Tue, 15 Mar 2011 07:35:08 -0700 (PDT) Original-Received: from rachacuca.gmail.com (li113-135.members.linode.com [69.164.198.135]) by mx.google.com with ESMTPS id m23sm6175429yhg.36.2011.03.15.07.35.07 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 15 Mar 2011 07:35:07 -0700 (PDT) In-Reply-To: <87zkow5y7e.fsf@lifelogs.com> (Ted Zlatanov's message of "Tue, 15 Mar 2011 08:07:33 -0500") User-Agent: Gnus/5.110014 (No Gnus v0.14) Emacs/23.3 (gnu/linux) X-Spam-Score: -3.0 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:77714 Archived-At: Ted Zlatanov writes: > On Fri, 11 Mar 2011 13:47:18 +0000 (UTC) Raphael Kubo da Costa wrote: > > RKdC> Hey there, > RKdC> After commit 4d989747fbb1b5011f15c9ddc1d642fa0681c08e, I usually get the > RKdC> following message when replying to mail (S W or S V): > > RKdC> Symbol's function definition is void: case > > RKdC> debug-on-error tells me that the problem is in the `case` call in message-yank- > RKdC> original, which is only defined after 'cl is required. > > RKdC> This is GNU Emacs 23.2 -- in another machine with GNU Emacs 23.3, starting it > RKdC> and typing 'C-h f case' showed me the right definition right away. > > I believe this is fixed in the Gnus trunk (also reported by David > Kastrup).. Yep, your commit ab3426f did the trick, thanks :)