Difference between revisions of "Template:NewPage"
Jump to navigation
Jump to search
(heading level are decreased and put a note about the final page) |
|||
Line 2: | Line 2: | ||
<!-----DONT REMOVE ANYTHING FROM THIS TEMPLATE ------------------------------> | <!-----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 ------------------> | <!-----FEW MONTHS, YEARS FROM WE CAN DELETE STUFF. NOT NOW ------------------> | ||
<!-----YOU DON"T WANT WIKEMACS TO BE ANOTHER EMACSWIKI RIGHT ------------------> | <!-----YOU DON"T WANT WIKEMACS TO BE ANOTHER EMACSWIKI RIGHT ------------------> | ||
<!-----PLEASE BE PATIENT AND CO-OPERATE FOR GREATER GOOD ------------------> | <!-----PLEASE BE PATIENT AND CO-OPERATE FOR GREATER GOOD ------------------> | ||
− | |||
− | |||
<!-------------------------------------------------------------------------> | <!-------------------------------------------------------------------------> | ||
− | = Basic setup = | + | == Basic setup == |
Install these third party libraries or read this section before proceeding. | Install these third party libraries or read this section before proceeding. | ||
− | = Helpful keybindings = | + | == Helpful keybindings == |
; {{Keys|C-x C-c}} | ; {{Keys|C-x C-c}} | ||
Line 23: | Line 22: | ||
<!-------------------------------------------------------------------------> | <!-------------------------------------------------------------------------> | ||
− | = Common Customization = | + | == Common Customization == |
<!-- Customization common to all platforms goes here --> | <!-- 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") | ||
Line 34: | Line 33: | ||
<!-------------------------------------------------------------------------> | <!-------------------------------------------------------------------------> | ||
− | = [[GNU/Linux]] = | + | == [[GNU/Linux]] == |
<!-- Customization/Notes specific to GNU/Linux goes here --> | <!-- Customization/Notes specific to GNU/Linux goes here --> | ||
Line 40: | Line 39: | ||
<!-------------------------------------------------------------------------> | <!-------------------------------------------------------------------------> | ||
− | = [[OS X]] = | + | == [[OS X]] == |
<!-- Customization/Notes specific to OS X goes here --> | <!-- Customization/Notes specific to OS X goes here --> | ||
Line 46: | Line 45: | ||
<!-------------------------------------------------------------------------> | <!-------------------------------------------------------------------------> | ||
− | = [[Windows]] = | + | == [[Windows]] == |
<!-- Customization/Notes specific to Windows goes here --> | <!-- Customization/Notes specific to Windows goes here --> | ||
Line 53: | Line 52: | ||
<!-------------------------------------------------------------------------> | <!-------------------------------------------------------------------------> | ||
− | = [[Emacs-24]] = | + | == [[Emacs-24]] == |
<!-- Customization/Notes specific to Emacs-24 --> | <!-- Customization/Notes specific to Emacs-24 --> | ||
<!-- Recent revision should come first. This way important information stays at top --> | <!-- Recent revision should come first. This way important information stays at top --> | ||
Line 61: | Line 60: | ||
<!-------------------------------------------------------------------------> | <!-------------------------------------------------------------------------> | ||
− | = [[Emacs-23]] = | + | == [[Emacs-23]] == |
<!-- Customization/Notes specific to Emacs-22 --> | <!-- 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. | Emacs-23 is not as great as Emacs-24. You will have these problems and you can workaround it this way. | ||
Line 67: | Line 66: | ||
<!-------------------------------------------------------------------------> | <!-------------------------------------------------------------------------> | ||
− | = Recommended Reading = | + | == Recommended Reading == |
<!-- Only internal links. DO NOT insert EXTERNAL LINKS --> | <!-- Only internal links. DO NOT insert EXTERNAL LINKS --> | ||
* [[Internal Link1]] | * [[Internal Link1]] | ||
Line 74: | Line 73: | ||
<!-------------------------------------------------------------------------> | <!-------------------------------------------------------------------------> | ||
− | = Project Pages = | + | == 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] | ||
Line 80: | Line 79: | ||
<!-------------------------------------------------------------------------> | <!-------------------------------------------------------------------------> | ||
− | = 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. |
Revision as of 10:22, 1 April 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.