From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chris Newsgroups: gmane.emacs.help Subject: Re: HELP with cc-mode and emacs Date: 13 Jun 2007 13:31:56 GMT Organization: Your Company Message-ID: References: NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1181745640 22433 80.91.229.12 (13 Jun 2007 14:40:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 13 Jun 2007 14:40:40 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 13 16:40:37 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 1HyU1U-0000nx-Lv for geh-help-gnu-emacs@m.gmane.org; Wed, 13 Jun 2007 16:40:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HyU1U-0001RL-0B for geh-help-gnu-emacs@m.gmane.org; Wed, 13 Jun 2007 10:40:36 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newsfeed.news2me.com!nx02.iad01.newshosting.com!newshosting.com!nntpserver.com!zeus.nntpserver.com!10.1.1.41.MISMATCH!pfilter-v0.1!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Xnews/5.04.25 Original-Lines: 85 Original-NNTP-Posting-Date: 13 Jun 2007 13:31:56 GMT Original-X-Complaints-To: abuse@teranews.com Original-Xref: shelby.stanford.edu gnu.emacs.help:149424 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:45012 Archived-At: Frustration Continues !!! I started from scratch byte compiled the .el files in version 5.31.3 from inside emacs using the command : M-0 M-x byte-recompile-directory RET Recieced the following messages: Compiling file /net/wally/home/cfoster/.cc-mode-5.31.3/cc-align.el at Wed Jun 13 08:16:35 2007 Compiling file /net/wally/home/cfoster/.cc-mode-5.31.3/cc-awk.el at Wed Jun 13 08:16:35 2007 Compiling file /net/wally/home/cfoster/.cc-mode-5.31.3/cc-bytecomp.el at Wed Jun 13 08:16:35 2007 Compiling file /net/wally/home/cfoster/.cc-mode-5.31.3/cc-cmds.el at Wed Jun 13 08:16:35 2007 Compiling file /net/wally/home/cfoster/.cc-mode-5.31.3/cc-compat.el at Wed Jun 13 08:16:36 2007 Compiling file /net/wally/home/cfoster/.cc-mode-5.31.3/cc-defs.el at Wed Jun 13 08:16:36 2007 ** The function `delete-duplicates' might not be defined at runtime. ** The function `font-lock-compile-keywords' is not known to be defined. Compiling file /net/wally/home/cfoster/.cc-mode-5.31.3/cc-engine.el at Wed Jun 13 08:16:36 2007 Compiling file /net/wally/home/cfoster/.cc-mode-5.31.3/cc-fix.el at Wed Jun 13 08:16:37 2007 Compiling file /net/wally/home/cfoster/.cc-mode-5.31.3/cc-fonts.el at Wed Jun 13 08:16:37 2007 Compiling file /net/wally/home/cfoster/.cc-mode-5.31.3/cc-guess.el at Wed Jun 13 08:16:37 2007 ** The following functions are not known to be defined: make-progress-reporter, progress-reporter-update, progress-reporter-done Compiling file /net/wally/home/cfoster/.cc-mode-5.31.3/cc-langs.el at Wed Jun 13 08:16:37 2007 Compiling file /net/wally/home/cfoster/.cc-mode-5.31.3/cc-lobotomy.el at Wed Jun 13 08:16:37 2007 Compiling file /net/wally/home/cfoster/.cc-mode-5.31.3/cc-menus.el at Wed Jun 13 08:16:37 2007 Compiling file /net/wally/home/cfoster/.cc-mode-5.31.3/cc-mode.el at Wed Jun 13 08:16:37 2007 Compiling file /net/wally/home/cfoster/.cc-mode-5.31.3/cc-styles.el at Wed Jun 13 08:16:38 2007 Compiling file /net/wally/home/cfoster/.cc-mode-5.31.3/cc-subword.el at Wed Jun 13 08:16:38 2007 Compiling file /net/wally/home/cfoster/.cc-mode-5.31.3/cc-vars.el at Wed Jun 13 08:16:38 2007 Here is a portion of my .emacs.el: ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; C++ Mode (autoload 'awk-mode "/net/wally/home/cfoster/.cc-mode-5.31.3/cc-mode" nil t) (add-hook 'awk-mode-hook '(lambda () (font-lock-mode 1))) (setq auto-mode-alist (cons '("\\.cpp\\'" . awk-mode) auto-mode-alist)) (setq auto-mode-alist (cons '("\\.c\\'" . awk-mode) auto-mode-alist)) (setq auto-mode-alist (cons '("\\.h\\'" . awk-mode) auto-mode-alist)) Any ideas? Thanks Again Chris Foster -- Posted via a free Usenet account from http://www.teranews.com