Emacs python-mode problem

Erik Max Francis max at alcyone.com
Mon Apr 7 02:18:48 EDT 2003


Anand B Pillai wrote:

> (setq auto-mode-alist
>        (append '(("\\.C$"  . c-mode)
>                 ("\\.cc$" . c++-mode)
>                 ...

Note that .C (on case sensitive filesystems, anyway) is usually a _C++_
file, not a C one.

-- 
 Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/
 __ San Jose, CA, USA / 37 20 N 121 53 W / &tSftDotIotE
/  \ Things are as they are because they were as they were.
\__/ Thomas Gold
    CSBuddy / http://www.alcyone.com/pyos/csbuddy/
 A Counter-Strike server log file monitor in Python.




More information about the Python-list mailing list