Difference between revisions of "Ido"

From WikEmacs
Jump to navigation Jump to search
(cleanup)
Line 1: Line 1:
 
'''Ido''' is a very convenient way to find files and switch buffers.
 
'''Ido''' is a very convenient way to find files and switch buffers.
 
<!-----DONT REMOVE ANYTHING FROM THIS TEMPLATE ------------------------------>
 
<!-----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 ------------------>
 
 
 
 
<!------------------------------------------------------------------------->
 
  
 
= Basic setup =
 
= Basic setup =
Line 16: Line 7:
 
(ido-everywhere 1)
 
(ido-everywhere 1)
 
</source>
 
</source>
 
  
 
= Helpful keybindings =
 
= Helpful keybindings =
Line 26: Line 16:
 
: Save buffer.
 
: Save buffer.
  
<!------------------------------------------------------------------------->
 
 
= Common Customization =
 
= Common Customization =
<!-- Customization common to all platforms goes here -->
 
  
 
== Customization 1 ==
 
== Customization 1 ==
Line 40: Line 28:
 
</source>
 
</source>
  
 
+
= See Also =
<!------------------------------------------------------------------------->
 
 
 
= [[GNU/Linux]] =
 
<!-- Customization/Notes specific to GNU/Linux goes here -->
 
== GNU/Linux Notes 1 ==
 
== GNU/Linux Notes 2 ==
 
 
 
<!------------------------------------------------------------------------->
 
 
 
= [[OS X]] =
 
<!-- Customization/Notes specific to OS X goes here -->
 
== OS X Notes 1 ==
 
== OS X Notes 2 ==
 
 
 
<!------------------------------------------------------------------------->
 
 
 
= [[Windows]] =
 
<!-- Customization/Notes specific to Windows goes here -->
 
Windows users be aware of this.
 
== Windows Notes 1 ==
 
== Windows Notes 2 ==
 
 
 
<!------------------------------------------------------------------------->
 
 
 
= [[Emacs-24]] =
 
<!-- Customization/Notes specific to Emacs-24 -->
 
<!-- Recent revision should come first. This way important information stays at top  -->
 
l
 
Emacs-24 specific notes.
 
 
 
== Emacs-24 specific notes 1 ==
 
== Emacs-24 specific notes 2 ==
 
 
 
<!------------------------------------------------------------------------->
 
 
 
= [[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.
 
== Emacs-23 specific notes 1 ==
 
== Emacs-23 specific notes 2 ==
 
 
 
<!------------------------------------------------------------------------->
 
 
 
= [[Emacs-22]] =
 
<!-- Customization/Notes specific to Emacs-22 -->
 
 
 
Seriously...Why are you even looking at this? You suck.  Your Emacs sucks.  Your organization sucks.
 
 
 
== Emacs-24 specific notes 1 ==
 
== Emacs-24 specific notes 2 ==
 
 
 
<!------------------------------------------------------------------------->
 
 
 
= Recommended Reading =
 
<!-- Only internal links. DO NOT insert EXTERNAL LINKS -->
 
* [[Internal Link1]]
 
* [[Internal Link2]]
 
 
 
<!------------------------------------------------------------------------->
 
  
 
= 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]
 
<!------------------------------------------------------------------------->
 
  
 
= Tutorial Pages =
 
= Tutorial Pages =
Line 111: Line 38:
 
:Tips for setting up Emacs as Bazaar commit editor.
 
:Tips for setting up Emacs as Bazaar commit editor.
  
<!------------------------------------------------------------------------->
+
[[Category:Completion]] [[Category:MiniBuffer]]
<!-- Add categories based on user-level (beginner etc), user-role (programming, emacs contributor etc), platform (windows, linux etc) or work flow (text editing, document authoring etc)  -->
 
 
 
[[Category:Completion]]
 

Revision as of 19:00, 29 March 2012

Ido is a very convenient way to find files and switch buffers.

Basic setup

(ido-mode)
(ido-everywhere 1)

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")

Customization 2

(message "You can also do this customization")

See Also

Project Pages

Tutorial Pages

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