Difference between revisions of "Template:NewPage"

From WikEmacs
Jump to navigation Jump to search
(rvv)
 
(16 intermediate revisions by 7 users not shown)
Line 1: Line 1:
 
'''{{{1}}}''' is a wonderful mode which does wonderful things.
 
'''{{{1}}}''' is a wonderful mode which does wonderful things.
  
= Basic setup =
+
<!-----DONT REMOVE ANYTHING FROM THIS TEMPLATE ------------------------------>
 +
<!-----YOU CAN DELETE STUFF THAT ARE USELESS IN THE FINAL PAGE YOU ARE WRITING ------->
 +
<!-----FEW MONTHS, YEARS FROM WE CAN DELETE STUFF. NOT NOW ------------------>
 +
<!-----YOU DON"T WANT WIKEMACS TO BE ANOTHER EMACSWIKI RIGHT ------------------>
 +
<!-----PLEASE BE PATIENT AND CO-OPERATE FOR GREATER GOOD ------------------>
  
Install these third party libraries.
+
<!------------------------------------------------------------------------->
  
= Helpful keybindings =
+
== Basic setup ==
 +
 
 +
Install these third party libraries or read this section before proceeding.
 +
 
 +
== Helpful keybindings ==
  
 
; {{Keys|C-x C-c}}
 
; {{Keys|C-x C-c}}
Line 13: Line 21:
 
: Save buffer.
 
: Save buffer.
  
= Common customizations =
+
<!------------------------------------------------------------------------->
{{CustomizeVarible|case-fold-search}} or {{CustomizeGroup|Matching}}
+
== Common Customization ==
 
+
<!-- Customization common to all platforms goes here -->
 
 
== Customization 1 ==
 
  
 +
=== Customization 1 ===
 
<source lang="lisp">
 
<source lang="lisp">
 
(message "This stuff will go in your .emacs")
 
(message "This stuff will go in your .emacs")
 
</source>
 
</source>
  
== Customization 2 ==
 
<source lang="lisp">
 
(message "You can also do this customization")
 
</source>
 
  
= Project Pages =
+
<!------------------------------------------------------------------------->
 +
 
 +
== [[GNU/Linux]] ==
 +
<!-- Customization/Notes specific to GNU/Linux goes here -->
 +
 
 +
 
 +
<!------------------------------------------------------------------------->
 +
 
 +
== [[OS X]] ==
 +
<!-- Customization/Notes specific to OS X goes here -->
 +
 
 +
 
 +
<!------------------------------------------------------------------------->
 +
 
 +
== [[Windows]] ==
 +
<!-- Customization/Notes specific to Windows goes here -->
 +
 
 +
 
 +
 
 +
<!------------------------------------------------------------------------->
 +
 
 +
== [[Emacs-24]] ==
 +
<!-- Customization/Notes specific to Emacs-24 -->
 +
<!-- Recent revision should come first. This way important information stays at top  -->
 +
 
 +
 
 +
 
 +
<!------------------------------------------------------------------------->
 +
 
 +
== [[Emacs-23]] ==
 +
<!-- Customization/Notes specific to Emacs-22 -->
 +
Emacs-23 is not as great as Emacs-24. You will have these problems and you can workaround it this way.
 +
 
 +
<!------------------------------------------------------------------------->
 +
 
 +
== Recommended Reading ==
 +
<!-- Only internal links. DO NOT insert EXTERNAL LINKS -->
 +
* [[Internal Link1]]
 +
* [[Internal Link2]]
 +
 
 +
<!------------------------------------------------------------------------->
 +
 
 +
== Project Pages ==
 
* [http://bazaar.canonical.com/en/ Bazaar]
 
* [http://bazaar.canonical.com/en/ Bazaar]
 
* [http://doc.bazaar-vcs.org/bzr.dev/en/user-guide/index.html Bzr Users Guide]
 
* [http://doc.bazaar-vcs.org/bzr.dev/en/user-guide/index.html Bzr Users Guide]
  
= Tutorial Pages =
+
<!------------------------------------------------------------------------->
 +
 
 +
== Tutorial Pages ==
 
;[http://wiki.bazaar.canonical.com/EmacsTips Emacs as commit message editor]   
 
;[http://wiki.bazaar.canonical.com/EmacsTips Emacs as commit message editor]   
 
:Tips for setting up Emacs as Bazaar commit editor.
 
:Tips for setting up Emacs as Bazaar commit editor.
  
= External links =
+
<!------------------------------------------------------------------------->
Other things of general interest
+
<!-- Add categories based on user-level (beginner etc), user-role (programming, emacs contributor etc), platform (windows, linux etc), work flow (text editing, document authoring etc) or package type (built-in or third party) -->
 +
 
 +
[[Category:TestCategory1]][[Category:TestCategory2]]
 +
 
 +
<!-- When copying this template, ignore everything below here! -->
 +
<noinclude>[[Category:Templates]]</noinclude>

Latest revision as of 21:00, 22 June 2012

{{{1}}} is a wonderful mode which does wonderful things.


Basic setup

Install these third party libraries or read this section before proceeding.

Helpful keybindings

[C-x C-c]
Quit Emacs.
[C-x C-s] (or M-x save-buffer)
Save buffer.

Common Customization

Customization 1

(message "This stuff will go in your .emacs")


GNU/Linux

OS X

Windows

Emacs-24

Emacs-23

Emacs-23 is not as great as Emacs-24. You will have these problems and you can workaround it this way.


Recommended Reading


Project Pages


Tutorial Pages

Emacs as commit message editor
Tips for setting up Emacs as Bazaar commit editor.