From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Strange bug, request for more info Date: Thu, 31 Jan 2008 12:35:09 -0500 Message-ID: <27366.1201800909@alphaville.zko.hp.com> References: <20080131103218.GB21734@atlantic.linksys.moosehall> <2f1c7d020801310259m6c65fe0fjf73ab8279f12ff82@mail.gmail.com> <20080131115438.GC21734@atlantic.linksys.moosehall> <10386.1201796340@alphaville.zko.hp.com> <20080131165259.GE21213@atlantic.linksys.moosehall> Reply-To: nicholas.dokos@hp.com Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JKdL9-0002TG-L8 for emacs-orgmode@gnu.org; Thu, 31 Jan 2008 12:36:43 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JKdL7-0002SC-Re for emacs-orgmode@gnu.org; Thu, 31 Jan 2008 12:36:43 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JKdL7-0002S9-Nk for emacs-orgmode@gnu.org; Thu, 31 Jan 2008 12:36:41 -0500 Received: from g5t0008.atlanta.hp.com ([15.192.0.45]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JKdL7-0006bQ-BN for emacs-orgmode@gnu.org; Thu, 31 Jan 2008 12:36:41 -0500 Received: from g5t0008.atlanta.hp.com (localhost.localdomain [127.0.0.1]) by receive-from-antispam-filter (Postfix) with SMTP id 5F37724314 for ; Thu, 31 Jan 2008 17:35:10 +0000 (UTC) Received: from smtp1.fc.hp.com (smtp.cnd.hp.com [15.15.136.127]) by g5t0008.atlanta.hp.com (Postfix) with ESMTP id 546DF242D6 for ; Thu, 31 Jan 2008 17:35:10 +0000 (UTC) Received: from alphaville.zko.hp.com (alphaville.zko.hp.com [16.116.97.9]) by smtp1.fc.hp.com (Postfix) with ESMTP id 0965D1E57BC for ; Thu, 31 Jan 2008 17:35:10 +0000 (UTC) Received: from alphaville.zko.hp.com (localhost [127.0.0.1]) by alphaville.zko.hp.com (Postfix) with ESMTP id 864996CF77 for ; Thu, 31 Jan 2008 12:35:09 -0500 (EST) In-Reply-To: Message from Adam Spiers of "Thu, 31 Jan 2008 16:52:59 GMT." <20080131165259.GE21213@atlantic.linksys.moosehall> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Adam Spiers wrote: > > > Delighted to be of use :-) C-u C-M-x is *so* useful ... > > > > I am perhaps being dense but what does this do? AFAICT, C-M-x > > is undefined. > > Isn't it bound to `eval-defun' by default? > Not here, but thanks for the pointer to `eval-defun': it may come in useful for edebug, but it will certainly be useful when I want to re-evaluate `defvar' forms: I've been doing it manually and it's been driving me up the wall, but I hadn't spent any time to fix the problem. Nick