all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: bojohan+news@dd.chalmers.se (Johan Bockgård)
To: help-gnu-emacs@gnu.org
Subject: Re: Error byte compiling a file
Date: Sat, 02 Jun 2007 11:15:06 +0200	[thread overview]
Message-ID: <yoijejkun2ed.fsf@gamma02.me.chalmers.se> (raw)
In-Reply-To: 1180342918.661322.139980@j4g2000prf.googlegroups.com

Davin Pearson <davin.pearson@gmail.com> writes:

> Thanx it work fine with (defvar <variable> nil)

Or use this method:


D.5 Tips for Avoiding Compiler Warnings

   * Try to avoid compiler warnings about undefined free variables, by
     adding dummy `defvar' definitions for these variables, like this:

          (defvar foo)

     Such a definition has no effect except to tell the compiler not to
     warn about uses of the variable `foo' in this file.

    [...]

-- 
Johan Bockgård

      reply	other threads:[~2007-06-02  9:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-28  2:59 Error byte compiling a file Davin Pearson
2007-05-28  6:32 ` Daniel Jensen
2007-05-28  8:53 ` Xavier Maillard
     [not found] ` <mailman.1346.1180342540.32220.help-gnu-emacs@gnu.org>
2007-05-28  9:01   ` Davin Pearson
2007-06-02  9:15     ` Johan Bockgård [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=yoijejkun2ed.fsf@gamma02.me.chalmers.se \
    --to=bojohan+news@dd.chalmers.se \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.