You cannot post messages because only members can post, and you are not currently a member.
Description:
Discussion about the Emacs extension called helm.
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).
|
|
|
Can you make helm matching algorithm behave like Vim's command-t ?
|
| |
Let's say you have two paths: - app/controllers/admin/feedback _controller.rb - app/controllers/fee_controller .rb ..."app/controllers/fe" And it will match both paths. On helm-cmd-t, if I write "app/controllers/fee", it will only match "fee_controller". If I want to match both, I have to use a regexp, as in... more »
|
|
show buffer in anther window and jump to function under the cursor
|
| |
1. I am using semantic-ia-fast-jump and semantic-mrub-switch-tags to jump back and forth to the function definition under the cursor. Now I am trying to switch to use helm + etags. However, I don't know how to set the config to jump back and forth the etags under the cursor. Is there any command that I can bind to?... more »
|
|
Helm& Aquamacs on MACOSX
|
| |
Hi, I am trying to install Helm on Mac OSX Mountain Lion using Aquamacs.\ When i attempt to compile helm using the make file it fails. There are lots of errors and warnings, and not suprisingly, Helm does not load. I wonder if AquaMacs is not supported? Output of make is below =============== In toplevel form:... more »
|
|
helm-find-files start on a specific directory
|
| |
Is there a way to define an Emacs command (that I could bind to a keyboard shortcut), and that would call helm-find-files to start in a specific directory (e.g. my home directory)? I noticed that sometimes the default directory for helm-find-files is not ideal (e.g. hundreds of thousands of files on a network path), so I would... more »
|
|
oh no! goodbye ffap. :/
|
| |
i just noticed this change from yesterday that removes ffap:
[link].
so sad!
i'm sympathetic to removing buggy code if it's not going to be supported
well, so i won't ask for ffap back. i'll probably end up copying the ffap... more »
|
|
|