Author: chip Date: Tue Sep 5 15:01:35 2006 New Revision: 14436 Modified: trunk/docs/pdds/pdd07_codingstd.pod
Changes in other areas also in this revision: Added: trunk/editor/parrot.el (contents, props changed) Modified: trunk/ (props changed) trunk/editor/README.pod Log: Commit initial version of parrot.el, in 'editor' directory as it should be. Update pdd07 and editor/README accordingly. Modified: trunk/docs/pdds/pdd07_codingstd.pod ============================================================================== --- trunk/docs/pdds/pdd07_codingstd.pod (original) +++ trunk/docs/pdds/pdd07_codingstd.pod Tue Sep 5 15:01:35 2006 @@ -276,19 +276,17 @@ =head2 Smart Editor Style Support All developers using Emacs must ensure that their Emacs instances load the -elisp source file F<tools/dev/parrot.el> before opening Parrot source files. -This may be done by adding this line to F<.emacs>: +elisp source file F<editor/parrot.el> before opening Parrot source files. +See L<editor/README.pod> for instructions. - (load-file "/<path-to-parrot>/tools/dev/parrot.el") - -All source files must end with an editor instruction block: +All source files must end with an editor instruction coda: =over 4 =item * C source files, and files largely consisting of C (e.g. yacc, lex, PMC, and -opcode source files), must end with this block: +opcode source files), must end with this coda: /* * Local variables: @@ -299,7 +297,7 @@ =item * -Perl source files must end with this block: +Perl source files must end with this coda: # Local Variables: # mode: cperl