From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ken Newsgroups: gmane.emacs.help Subject: Re: re-loading an elisp file Date: Sat, 05 Mar 2011 18:09:20 -0500 Message-ID: <4D72C2A0.50109@mousecar.com> References: <87bp1ptwn6.fsf@kuiper.lan.informatimago.com> <87fwr14g8n.fsf@gnu.org> Reply-To: gebser@mousecar.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1299367797 1450 80.91.229.12 (5 Mar 2011 23:29:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 5 Mar 2011 23:29:57 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: =?ISO-8859-15?Q?Johan_Bockg=E5rd?= Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Mar 06 00:29:51 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Pw0uz-0005wm-PY for geh-help-gnu-emacs@m.gmane.org; Sun, 06 Mar 2011 00:29:49 +0100 Original-Received: from localhost ([127.0.0.1]:58676 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pw0bY-0002Nj-6u for geh-help-gnu-emacs@m.gmane.org; Sat, 05 Mar 2011 18:09:44 -0500 Original-Received: from [140.186.70.92] (port=47669 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pw0bK-0002Ne-C0 for help-gnu-emacs@gnu.org; Sat, 05 Mar 2011 18:09:31 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pw0bJ-0005ed-5v for help-gnu-emacs@gnu.org; Sat, 05 Mar 2011 18:09:30 -0500 Original-Received: from mout.perfora.net ([74.208.4.195]:63953) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pw0bJ-0005eX-0z; Sat, 05 Mar 2011 18:09:29 -0500 Original-Received: from dellap.mousecar.net (dsl093-011-016.cle1.dsl.speakeasy.net [66.93.11.16]) by mrelay.perfora.net (node=mrus4) with ESMTP (Nemesis) id 0M6BSU-1QAfuL2rwA-00y3bk; Sat, 05 Mar 2011 18:09:28 -0500 User-Agent: Thunderbird 2.0.0.24 (X11/20101213) In-Reply-To: <87fwr14g8n.fsf@gnu.org> X-Enigmail-Version: 0.96.0 OpenPGP: id=5AD091E7 X-Provags-ID: V02:K0:v1gSUj6j3s6EtdqjdW5L7rDq77Wy9KCBbQG1gWISGSc PHE775ERY1bRQ4/trxZ1FQt41yqmuGCCWeYvXSTHLqmzYdevpS Ybzs9Lv6RgBNL+oWeDNitmXZAZoPeRlQe4NE34Ps3XmqzHN+Ju itWgMezoWoJh0i4echk3lkAr5rfT7Ep/9KJG3lsYSTZ8DuCOKM Q6OrF9KQLJUwJnSJG7U7fKja1RLJ9YtjfLAb2gpGmU= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 74.208.4.195 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:79806 Archived-At: On 03/05/2011 12:41 PM Johan Bockgård wrote: > ken writes: > >> I was hoping I wouldn't have to write that code myself... I was >> thinking that elisp should have a way to re-initialize a variable in a >> module. That was really the point of my original post. > > You can use `C-M-x' on the defvar form. Thanks, I'll try that... but later. I already changed the defvar's to setq's. (On to the next thing!)