From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/77666 Path: news.gmane.org!not-for-mail From: Raphael Kubo da Costa Newsgroups: gmane.emacs.gnus.general Subject: case's definition is void when replying to mail Date: Fri, 11 Mar 2011 13:47:18 +0000 (UTC) Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1299851333 14026 80.91.229.12 (11 Mar 2011 13:48:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 11 Mar 2011 13:48:53 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M25989@lists.math.uh.edu Fri Mar 11 14:48:50 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 1Py2i0-0002Zj-VG for ding-account@gmane.org; Fri, 11 Mar 2011 14:48:49 +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 1Py2gu-0004qs-AJ; Fri, 11 Mar 2011 07:47:40 -0600 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 1Py2gs-0004qX-Hh for ding@lists.math.uh.edu; Fri, 11 Mar 2011 07:47:38 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Py2gr-00040q-CT for ding@lists.math.uh.edu; Fri, 11 Mar 2011 07:47:37 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Py2gp-0000Xs-W7 for ding@gnus.org; Fri, 11 Mar 2011 14:47:35 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Py2go-0001sw-9w for ding@gnus.org; Fri, 11 Mar 2011 14:47:34 +0100 Original-Received: from c952d5bb.virtua.com.br ([c952d5bb.virtua.com.br]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Mar 2011 14:47:34 +0100 Original-Received: from kubito by c952d5bb.virtua.com.br with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Mar 2011 14:47:34 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 12 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 201.82.213.187 (Mozilla/5.0 (compatible; Konqueror/4.6; Linux) KHTML/4.6.41 (like Gecko)) X-Spam-Score: -1.0 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:77666 Archived-At: Hey there, After commit 4d989747fbb1b5011f15c9ddc1d642fa0681c08e, I usually get the following message when replying to mail (S W or S V): Symbol's function definition is void: case debug-on-error tells me that the problem is in the `case` call in message-yank- original, which is only defined after 'cl is required. This is GNU Emacs 23.2 -- in another machine with GNU Emacs 23.3, starting it and typing 'C-h f case' showed me the right definition right away.