Go to the first, previous, next, last section, table of contents.


Getting the latest cc-mode release

cc-mode is now distributed with both Emacs 19 and XEmacs 19, so you would typically just use the version that comes with your Emacs. Users of older versions of Emacs can get the latest release from this URL:


    ftp://ftp.python.org/pub/emacs/cc-mode.tar.gz

Note that this is a "gzipped" tar file.

If you do not have anonymous ftp access, you can get the distribution through an anonymous ftp-to-mail gateway, such as the one run by DEC at ftpmail@decwrl.dec.com. To get cc-mode via email, send the following message in the body of your mail to that address:


reply <a valid net address back to you>
connect ftp.python.org
binary
uuencode
chdir pub/emacs
get cc-mode.tar.gz

or just send the message "help" for more information on ftpmail. Response times will vary with the number of requests in the queue.


Go to the first, previous, next, last section, table of contents.