annotate etc/custom/example-themes/europe-theme.el @ 2522:52dc9b940348

[xemacs-hg @ 2005-01-28 00:12:32 by ben] cc-mode patch from Shyamal Prasad xemacs/programs.texi: Updated it to reflect current status of programming modes. xemacs/programs.texi: New section introduces CC Mode. Introduces customization with reference to CC Mode manual. Also introduce C/AWK modes in prog-modes package xemacs/programs.texi: Removed - it was obsolete. prog-modes package documentation now contains indentation description for old C mode xemacs/major.texi: Add description of major mode hooks. Cleaned up and updated programming mode descriptions. xemacs/xemacs.texi: Updated Detailed Node listing for new CC Mode section in programs.texi
author ben
date Fri, 28 Jan 2005 00:12:39 +0000
parents 74fd4e045ea6
children 1de041b8edf7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
1 ;;;autoload
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
2 (deftheme europe
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
3 "Settings for European users."
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
4 :set-variable-settings
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
5 "This variable has a value appropriate for European users."
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
6 :set-variable-settings
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
7 "This has been forceed to the value appropriate for European users.")
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
8
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
9 (custom-theme-set-variables 'europe
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
10 '(sentence-end-double-space nil)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
11 '(ps-paper-type (quote a4)))
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
12
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents:
diff changeset
13 (provide-theme 'europe)