From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: HELP with cc-mode and emacs Date: Wed, 13 Jun 2007 18:03:30 +0200 Message-ID: <53590E77-38B4-40C9-A780-7CAAD319D173@Web.DE> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1181751133 13435 80.91.229.12 (13 Jun 2007 16:12:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 13 Jun 2007 16:12:13 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Chris Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 13 18:12:12 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 1HyVS7-0007xS-Q6 for geh-help-gnu-emacs@m.gmane.org; Wed, 13 Jun 2007 18:12:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HyVS6-0006Mk-Oc for geh-help-gnu-emacs@m.gmane.org; Wed, 13 Jun 2007 12:12:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HyVRs-0006MX-VN for help-gnu-emacs@gnu.org; Wed, 13 Jun 2007 12:11:56 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HyVRq-0006ML-UO for help-gnu-emacs@gnu.org; Wed, 13 Jun 2007 12:11:55 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HyVRq-0006MI-Pk for help-gnu-emacs@gnu.org; Wed, 13 Jun 2007 12:11:54 -0400 Original-Received: from fmmailgate01.web.de ([217.72.192.221]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HyVRq-0002a4-DR for help-gnu-emacs@gnu.org; Wed, 13 Jun 2007 12:11:54 -0400 Original-Received: from smtp06.web.de (fmsmtp06.dlan.cinetic.de [172.20.5.172]) by fmmailgate01.web.de (Postfix) with ESMTP id C2F8C893E38D; Wed, 13 Jun 2007 18:03:34 +0200 (CEST) Original-Received: from [62.134.225.243] (helo=[192.168.1.2]) by smtp06.web.de with asmtp (TLSv1:AES128-SHA:128) (WEB.DE 4.108 #197) id 1HyVJm-0001rC-00; Wed, 13 Jun 2007 18:03:34 +0200 In-Reply-To: X-Mailer: Apple Mail (2.752.2) X-Sender: Peter_Dyballa@web.de X-Provags-ID: V01U2FsdGVkX1+nKPwr4wAq5ew3Lc8zvNnrYrWcF9m9jcpyTBcS U6am4uEw6ssY9AR7qulLI6GXOBtpQ0Yaz5yMPPk2traVK3oYJ7 jYCTKrGq5+aKrrBh0TQw== X-detected-kernel: Linux 2.4-2.6 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:45013 Archived-At: Am 13.06.2007 um 15:31 schrieb Chris: > ** The function `delete-duplicates' might not be defined at runtime. > ** The function `font-lock-compile-keywords' is not known to be > defined. > > ** The following functions are not known to be defined: > make-progress-reporter, progress-reporter-update, > progress-reporter-done These messages do not mean much, in any case they do *not* mean errors. "Might not be defined at runtime" expresses that in the byte- compiling environment this function was loaded from some external source or it was not found in the dumped image; look into loadup.el! "The following functions are not known to be defined" describes a similiar situation. -- Greetings Pete "What do you think of Western Civilisation?" "I think it would be a good idea!" -- Mohandas Karamchand Gandhi