help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: HELP with cc-mode and emacs


From: Chris
Subject: Re: HELP with cc-mode and emacs
Date: 13 Jun 2007 13:31:56 GMT
User-agent: Xnews/5.04.25

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]