<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wikemacs.org/index.php?action=history&amp;feed=atom&amp;title=Emacs-nav</id>
	<title>Emacs-nav - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wikemacs.org/index.php?action=history&amp;feed=atom&amp;title=Emacs-nav"/>
	<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Emacs-nav&amp;action=history"/>
	<updated>2026-04-25T02:27:42Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://wikemacs.org/index.php?title=Emacs-nav&amp;diff=4606&amp;oldid=prev</id>
		<title>Elvince: introduction to emacs-nav</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Emacs-nav&amp;diff=4606&amp;oldid=prev"/>
		<updated>2013-05-27T13:44:58Z</updated>

		<summary type="html">&lt;p&gt;introduction to emacs-nav&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Package&lt;br /&gt;
|name=emacs-nav&lt;br /&gt;
|description=a simple file-system navigation bar&lt;br /&gt;
|author=google&lt;br /&gt;
|maintainer=&lt;br /&gt;
|source=&lt;br /&gt;
|in_emacs=no&lt;br /&gt;
|Development status=active&lt;br /&gt;
|website=http://code.google.com/p/emacs-nav/&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Emacs-nav''' is a lightweight solution for Emacs users who want something like&lt;br /&gt;
TextMate's file browser, or the Eclipse project view. Unlike these&lt;br /&gt;
two, Nav only shows the contents of a single directory at a time. Nav&lt;br /&gt;
can be run painlessly in terminals, where [[Speed bar]] either fails on its&lt;br /&gt;
attempt to make a new frame or is hidden. Nav's terminal-friendliness&lt;br /&gt;
comes from running in the frame where it was started, keeping window&lt;br /&gt;
management simple. The Nav key bindings are also simple -- each&lt;br /&gt;
key command is a single keystroke long.&lt;br /&gt;
&lt;br /&gt;
Unlike [[speed bar]], nav doesn't make use of etags.&lt;br /&gt;
&lt;br /&gt;
= Install =&lt;br /&gt;
&lt;br /&gt;
Download it : http://code.google.com/p/emacs-nav/ (it is not included in [[ELPA]]).&lt;br /&gt;
&lt;br /&gt;
Put something like this in your ~/.emacs:&lt;br /&gt;
&lt;br /&gt;
  (add-to-list 'load-path &amp;quot;/directory/containing/nav/&amp;quot;)&lt;br /&gt;
  (require 'nav)&lt;br /&gt;
  (nav-disable-overeager-window-splitting)&lt;br /&gt;
  ;; Optional: set up a quick key to toggle nav&lt;br /&gt;
  ;; (global-set-key [f9] 'nav-toggle)&lt;br /&gt;
&lt;br /&gt;
= Usage =&lt;br /&gt;
Type M-x nav to start navigating.&lt;br /&gt;
&lt;br /&gt;
In the nav window, hit ? to get help on keyboard shortcuts.&lt;br /&gt;
&lt;br /&gt;
To set options for Nav, type M-x customize, then select Applications,&lt;br /&gt;
Nav.&lt;br /&gt;
&lt;br /&gt;
[[Category:Third Party Package]]&lt;br /&gt;
[[Category:Navigation]]&lt;br /&gt;
[[Category:Visualize]]&lt;br /&gt;
[[Category:Convenience]]&lt;/div&gt;</summary>
		<author><name>Elvince</name></author>
	</entry>
</feed>