<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wikemacs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=94.21.242.241</id>
	<title>WikEmacs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wikemacs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=94.21.242.241"/>
	<link rel="alternate" type="text/html" href="https://wikemacs.org/wiki/Special:Contributions/94.21.242.241"/>
	<updated>2026-04-24T10:29:39Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://wikemacs.org/index.php?title=Helm&amp;diff=2155</id>
		<title>Helm</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Helm&amp;diff=2155"/>
		<updated>2012-04-01T10:07:11Z</updated>

		<summary type="html">&lt;p&gt;94.21.242.241: Fixed the name of the original author. See: http://emacswiki.org/emacs/TamasPatrovics&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Package&lt;br /&gt;
|name=Helm&lt;br /&gt;
|description=incremental completion and selection narrowing framework&lt;br /&gt;
|maintainer=Thierry Volpiatto&lt;br /&gt;
|source=https://github.com/emacs-helm/helm&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''Helm''' is incremental completion and selection narrowing framework for Emacs. It will help steer you in the right direction when you're looking for stuff in Emacs (like buffers, files, etc).&lt;br /&gt;
&lt;br /&gt;
Helm is a fork of '''anything.el''' originaly written by Tamas Patrovics and can be considered to be its successor. Helm sets out to clean up the legacy code in anything.el and provide a cleaner, leaner and more modular tool, that's not tied in the trap of backward compatibility.&lt;br /&gt;
&lt;br /&gt;
= Basic setup =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;lisp&amp;quot;&amp;gt;&lt;br /&gt;
(add-to-list 'load-path &amp;quot;/path/to/helm/directory&amp;quot;)&lt;br /&gt;
(require 'helm-config)&lt;br /&gt;
(global-set-key (kbd &amp;quot;C-c h&amp;quot;) 'helm-mini)&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Helpful keybindings =&lt;br /&gt;
&lt;br /&gt;
; {{Keys|C-n}}&lt;br /&gt;
: Move to next helm suggestion.&lt;br /&gt;
&lt;br /&gt;
; {{Keys|C-p}}&lt;br /&gt;
: Move to previous helm suggestion.&lt;br /&gt;
&lt;br /&gt;
= Common Customization =&lt;br /&gt;
&lt;br /&gt;
= See Also =&lt;br /&gt;
&lt;br /&gt;
[[Ido]]&lt;br /&gt;
&lt;br /&gt;
= Project Pages =&lt;br /&gt;
* [https://github.com/emacs-helm/helm GitHub Repo]&lt;br /&gt;
* [https://github.com/emacs-helm/helm/raw/master/doc/helm.pdf User's Guide]&lt;br /&gt;
&lt;br /&gt;
= Tutorial Pages =&lt;br /&gt;
&lt;br /&gt;
* [http://bc.tech.coop/blog/070711.html QuickSilver for Emacs: anything.el]&lt;br /&gt;
* [http://metasandwich.com/2010/07/30/what-can-i-get-for-10-dolla-anything-el/ What can I get for 10 dolla? Anything.el.]&lt;br /&gt;
&lt;br /&gt;
[[Category:Completion]][[Category:Convenience]][[Category:Third Party Package]]&lt;/div&gt;</summary>
		<author><name>94.21.242.241</name></author>
	</entry>
</feed>