From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Davin Pearson Newsgroups: gmane.emacs.help Subject: Re: Error byte compiling a file Date: 28 May 2007 02:01:58 -0700 Organization: http://groups.google.com Message-ID: <1180342918.661322.139980@j4g2000prf.googlegroups.com> References: <1180321141.069989.42050@i38g2000prf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1180345266 5483 80.91.229.12 (28 May 2007 09:41:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 28 May 2007 09:41:06 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon May 28 11:41:04 2007 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.50) id 1Hsbip-0004pk-4j for geh-help-gnu-emacs@m.gmane.org; Mon, 28 May 2007 11:41:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hsbio-00049E-HQ for geh-help-gnu-emacs@m.gmane.org; Mon, 28 May 2007 05:41:02 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!j4g2000prf.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-NNTP-Posting-Host: 60.234.164.158 Original-X-Trace: posting.google.com 1180342925 29505 127.0.0.1 (28 May 2007 09:02:05 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Mon, 28 May 2007 09:02:05 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.7.12) Gecko/20050919 Firefox/1.0.7,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: j4g2000prf.googlegroups.com; posting-host=60.234.164.158; posting-account=Bn_6fA0AAAA1mf0ithIG_I4r1FOcs2it Original-Xref: shelby.stanford.edu gnu.emacs.help:148916 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:44505 Archived-At: On May 28, 8:53 pm, Xavier Maillard wrote: > Hi, > > Should I simply ignore this error message then? > > This is not an error message but a warning. Best is to fix it to > "silent" the byte compiler but anyway you can ignore it. Try to > defvar your variable to nil and see what happens (it is often > enough). > > Xavier > --http://www.gnu.orghttp://www.april.orghttp://www.lolica.org Thanx it work fine with (defvar nil)