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

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

adding extensions to cc-mode


From: jose_luis_fdez_diaz_news
Subject: adding extensions to cc-mode
Date: 22 Aug 2005 03:05:46 -0700
User-agent: G2/0.2

Hi,

I went through the code in the .emacs file and tried to add .pc file
extensions to the auto-mode-alist, but it still doesn't color my .pc
(Pro*C)
files when I bring them up.  I am runnig emacs on Windows. Got any
suggestions?



;; This is how emacs tells the file type by the file suffix.
(setq auto-mode-alist
      (append '(("\\.mss$" . scribe-mode))
              '(("\\.bib$" . bibtex-mode))
              '(("\\.tex$" . latex-mode))
              '(("\\.obj$" . lisp-mode))
              '(("\\.st$"  . smalltalk-mode))
              '(("\\.Z$"   . uncompress-while-visiting))
              '(("\\.cs$"  . indented-text-mode))
              '(("\\.C$"   . c++-mode))
              '(("\\.cc$"  . c++-mode))
              '(("\\.icc$" . c++-mode))
              '(("\\.c$"   . c-mode))
              '(("\\.pc$"   . c-mode))
              '(("\\.y$"   . c-mode))
              '(("\\.h$"   . c++-mode))
              auto-mode-alist))


Thanks in advance,
Jose Luis.



reply via email to

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