From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: How can i deal with byte-compiler warning about semantic Date: Sat, 29 May 2010 18:43:33 +0200 Message-ID: References: <876327t2o4.fsf@tux.homenetwork> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1275154415 2615 80.91.229.12 (29 May 2010 17:33:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 29 May 2010 17:33:35 +0000 (UTC) Cc: emacs-devel@gnu.org To: Thierry Volpiatto Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 29 19:33:33 2010 connect(): No such file or directory 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 1OIPue-0001gF-8z for ged-emacs-devel@m.gmane.org; Sat, 29 May 2010 19:33:33 +0200 Original-Received: from localhost ([127.0.0.1]:45748 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OIPuc-0007GY-OE for ged-emacs-devel@m.gmane.org; Sat, 29 May 2010 13:33:30 -0400 Original-Received: from [140.186.70.92] (port=39518 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OIP8d-00058b-Ve for emacs-devel@gnu.org; Sat, 29 May 2010 12:43:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OIP8c-0004es-Un for emacs-devel@gnu.org; Sat, 29 May 2010 12:43:55 -0400 Original-Received: from mail-yw0-f191.google.com ([209.85.211.191]:41517) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OIP8c-0004em-SX for emacs-devel@gnu.org; Sat, 29 May 2010 12:43:54 -0400 Original-Received: by ywh29 with SMTP id 29so1577366ywh.27 for ; Sat, 29 May 2010 09:43:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=ykwO7NaNxOIBefd2a9qu02pA04abmFeX8au5llqsvWw=; b=oCOJqgI+RXIB/lLXF7MxbXu0ai1efNTXRTkFpZeyDhruQUG2Hs4b8RIDtkhFCnAtvH 5x0CuB9hWYSGSjEBgFSoBhiDr/HJwgfY+aashM+N46uzkT8zIl6T81PMJmR/UrQffGsq 9L2EflnJFCUEsPnUWkLoVQaOKv9ZQuulEOWPg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=dirhWD2uBeFPole6Y0nm9CtKUlv+KWDzV3YklCKgADmfd8aA4aL4w76aO4c/qPxUTT sQ9Bsp82JxUiA/3XxXgtqdzc8cjNTu3DCeXsT2yBW2TLlWA3iaFmunoPns99sisGFJQq MHnwKJr+37mM/bBhiwMjb81SZwC//uHVhWxj0= Original-Received: by 10.101.180.14 with SMTP id h14mr2245209anp.48.1275151433137; Sat, 29 May 2010 09:43:53 -0700 (PDT) Original-Received: by 10.100.44.20 with HTTP; Sat, 29 May 2010 09:43:33 -0700 (PDT) In-Reply-To: <876327t2o4.fsf@tux.homenetwork> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:125340 Archived-At: On Sat, May 29, 2010 at 12:36 PM, Thierry Volpiatto wrote: > Hi all, > i have always this warning when byte compiling anything-config.el: > > ,---- > | In end of data: > | anything-config.el:6411:1:Warning: the following functions might not be= defined at runtime: > | =C2=A0 =C2=A0 semantic-format-tag-summarize, semantic-tag-components, > | =C2=A0 =C2=A0 semantic-go-to-tag > `---- > > We have a (eval-when-compile (require 'semantic nil t)) at start of > source definition. > > How can i do to avoid this warning?(i don't use semantic personnaly). Try declare-function.