all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Chris <chris@yahoo.com>
To: help-gnu-emacs@gnu.org
Subject: Re: HELP with cc-mode and emacs
Date: 13 Jun 2007 13:31:56 GMT	[thread overview]
Message-ID: <Xns994E557DF8805chrisyahoocom@66.150.105.47> (raw)
In-Reply-To: mailman.2062.1181682916.32220.help-gnu-emacs@gnu.org

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

  parent reply	other threads:[~2007-06-13 13:31 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.2018.1181658574.32220.help-gnu-emacs@gnu.org>
2007-06-12 14:25 ` HELP with cc-mode and emacs Chris
2007-06-12 22:40   ` Alan Mackenzie
     [not found]   ` <mailman.2062.1181682916.32220.help-gnu-emacs@gnu.org>
2007-06-13 13:31     ` Chris [this message]
2007-06-13 16:03       ` Peter Dyballa
2007-06-13 18:06       ` Alan Mackenzie
2007-06-11 20:14 Chris
2007-06-12 15:52 ` Alan Mackenzie
2007-06-12 15:55 ` Alan Mackenzie

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=Xns994E557DF8805chrisyahoocom@66.150.105.47 \
    --to=chris@yahoo.com \
    --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.