]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.63
authorfred <fred>
Sun, 24 Mar 2002 19:43:15 +0000 (19:43 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:43:15 +0000 (19:43 +0000)
Documentation/CodingStyle.pod

index 4592783fb27e713903d68ec48efe45fac0e44b08..418575cd396f1b57dbefb3518e797c964d9a98f6 100644 (file)
@@ -45,6 +45,19 @@ extension ".cc".
 
 Inline definition files always have the file name extension ".icc".
 
+in emacs:
+
+       (setq auto-mode-alist
+             (append '(("\\.make$" . makefile-mode)
+                       ("\\.cc$" . c++-mode)
+                       ("\\.icc$" . c++-mode)
+                       ("\\.tcc$" . c++-mode)
+                       ("\\.hh$" . c++-mode)
+                       ("\\.pod$" . text-mode)         
+                       )
+                     auto-mode-alist))
+
+
 
 =head2 INDENTATION
 
@@ -59,6 +72,7 @@ in emacs:
                  '(lambda() (c-set-style "Stroustrup")
                     )
                  )
+
 If you like using font-lock, you can also add this to your F<.emacs>:
 
        (setq font-lock-maximum-decoration t)
@@ -398,3 +412,13 @@ Variable bar: an C<Int*> that you must not delete
 =back
 
 Generally default arguments are taboo, except for nil pointers.
+
+=head1 MISCELLANEOUS
+
+For some tasks, some scripts are supplied, notably creating patches, a
+mirror of the website, generating the header to put over cc and hh
+files, doing a release.
+
+Use them.
+
+