emacsorphanage / helm-swoop

Efficiently hopping squeezed lines powered by Emacs helm interface
GNU General Public License v3.0
689 stars 55 forks source link

How does this relate to helm-follow-mode? #22

Closed lewang closed 10 years ago

lewang commented 10 years ago

That seems to do the same thing? The editing part is handled by wgrep.

ShingoFukuyama commented 10 years ago

helm-swoop overrides helm's move line functions while it's working. Actually, I just didn't know about helm-follow-mode when I wrote it. Its editing part is my original.

lewang commented 10 years ago

It's not a problem. Helm is pretty complex. Judging by the good feedback you already got for this project, most people don't know about helm-follow-mode. The editing from helm-occur can be handled by wgrep.

You should probably mention it in the documentation though; and refactor this package to not re-invent the wheel. You can make a Pull Request for helm that improves helm-*-occur for all users with some of your changes.

On Wed, Apr 9, 2014 at 11:20 PM, Shingo Fukuyama notifications@github.comwrote:

helm-swoop overrides helm's move line functions while it's working. Actually, I just didn't know about helm-follow-mode when I wrote it. Its editing part is my original.

Reply to this email directly or view it on GitHubhttps://github.com/ShingoFukuyama/helm-swoop/issues/22#issuecomment-40039432 .

Le

ShingoFukuyama commented 10 years ago

Thank you for suggestions. I guess it would be high time to contribute something I've got to helm.