From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: loading foo.el while foo-var is let-bound [was Re: /srv/bzr/emacs/trunk r102179: Silence gnus-util.el compilation.] Date: Mon, 01 Nov 2010 20:39:20 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1288658375 8738 80.91.229.12 (2 Nov 2010 00:39:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 2 Nov 2010 00:39:35 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 02 01:39:30 2010 Return-path: Envelope-to: ged-emacs-devel@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 1PD4uP-0002Bm-Vh for ged-emacs-devel@m.gmane.org; Tue, 02 Nov 2010 01:39:30 +0100 Original-Received: from localhost ([127.0.0.1]:46746 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PD4uP-0008EK-HP for ged-emacs-devel@m.gmane.org; Mon, 01 Nov 2010 20:39:29 -0400 Original-Received: from [140.186.70.92] (port=58185 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PD4uI-0008Dw-Jr for emacs-devel@gnu.org; Mon, 01 Nov 2010 20:39:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PD4uH-0004qG-7I for emacs-devel@gnu.org; Mon, 01 Nov 2010 20:39:22 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:48084) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PD4uH-0004qC-4G for emacs-devel@gnu.org; Mon, 01 Nov 2010 20:39:21 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1PD4uG-0004SK-0x; Mon, 01 Nov 2010 20:39:20 -0400 X-Spook: Uzi cybercash Saddam Hussein hackers BCCI cypherpunk X-Ran: I&_pQ1_#BskoB_*CvPLE;YsmGVg@=ifyU6k!1#7;Tq:F2|=UBtF5Q[*GhyKZPTO_u~KrLd X-Hue: black X-Attribution: GM In-Reply-To: (Glenn Morris's message of "Mon\, 01 Nov 2010 12\:35\:46 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:132261 Archived-At: > (let ((iswitchb-make-buflist-hook t)) > (require 'iswitchb)) > > C-h v iswitchb-make-buflist-hook > It is void as a variable. BTW, is there any prospect of warning about/dealing with this kind of of thing?