on Sun Oct 28 2012, Thierry Volpiatto <
thierry.volpiatto-AT-gmail.com> wrote:
> Hi,
>
> Dave Abrahams <
da...@boostpro.com> writes:
>
>> I find myself somewhat in the same situation as the author of this
>> ticket<
https://github.com/emacs-helm/helm/issues/45>,
>> who was directed to post here instead. He already asked all the right
>> questions. Can anyone answer?
> The best is you first start playing with helm to have an idea of what it
> is.
> I suggest you start with:
> helm-M-x
> helm-buffers-list
> helm-find-files
>
> Once started you will have an embeded documentation (look mode-line to
> learn how to launch it)
>
> Basically helm display a list of candidates which is narrowed as soon as
> you type in minibuffer prompt, hitting TAB show you a list of actions
> you can execute on one or more (marked) candidates.