<?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=92.231.241.127</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=92.231.241.127"/>
	<link rel="alternate" type="text/html" href="https://wikemacs.org/wiki/Special:Contributions/92.231.241.127"/>
	<updated>2026-04-23T00:26:22Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://wikemacs.org/index.php?title=Helm&amp;diff=2837</id>
		<title>Helm</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=Helm&amp;diff=2837"/>
		<updated>2012-05-14T22:16:00Z</updated>

		<summary type="html">&lt;p&gt;92.231.241.127: /* Project Pages */ the pdf has been removed; the wiki could be helpful&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;
|author=Thierry Volpiatto&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 an 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''' originally 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/wiki Wiki]&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>92.231.241.127</name></author>
	</entry>
</feed>