Questions tagged [emacs-helm]

Emacs incremental completion and selection narrowing framework.

Emacs incremental completion and selection narrowing framework. https://github.com/emacs-helm/helm

85 questions
0
votes
0 answers

Why can't I edit text in Emacs buffer *hmoccur* after I disable read-only?

Windows 10 (64 bit), Emacs 25.1, Helm package. Suppose I has some text that has word test. And I run command "helm-occur" to find this word. Here result: So, now I want to save result to buffer hmoccur. I use C-x C-s. So here result. As you can…
Alexei
  • 14,350
  • 37
  • 121
  • 240
0
votes
0 answers

Emacs, "helm-grep-do-git-grep" ---> git --no-pager grep

Windows 10 (64 bit), Emacs 25.1. I want to use command helm-grep-do-git-grep to find text in many files. But when I start (in git folder) this command I get error: git --no-pager grep... Here screenshot:
Alexei
  • 14,350
  • 37
  • 121
  • 240
0
votes
0 answers

Emacs helm-projectile-grep and Tramp mode

When I try to use helm-projectile-grep while using Tramp mode in Emacs and then jump into a selected file, a path to this file is wrongly prepended with /ssh:username@host-address:. So, as a result a new file is created with the address…
0
votes
1 answer

How to use a separate input history for helm-swoop?

I know that I can use a separate input history for helm-swoop by adding the following code to helm-swoop.el, but I don't want to edit the package source code. :history 'my-helm-swoop-input-history I've tried the following codes, but it doesn't work…
AhLeung
  • 207
  • 1
  • 5
0
votes
2 answers

How to install emacs prelude on Windows

I tried following the docs exactly: git clone git://github.com/bbatsov/prelude.git C:\emacs24.5\prelude ln -s C:\emacs24.5\prelude C:\Users\blokeley\AppData\Roaming\.emacs.d cd C:\Users\blokeley\AppData\Roaming\.emacs.d Then I tried copying…
blokeley
  • 6,726
  • 9
  • 53
  • 75
0
votes
0 answers

No helm package when list packages in Emacs

Helm Manual instruction clearly says that to install helm - the M+x list-packages menu should contain one. There isn't one - What to do?
Draif Kroneg
  • 743
  • 13
  • 34
0
votes
2 answers

how to bind helm-do-grep-1 to a key in emacs?

I am using the following. (global-set-key [f9] 'helm-do-grep-1) But when I press f9, It complains wrong type argument. I just want it behavior like "C-u C-c h g" to grep recursively. But type so many keys is boring. update: I need to grep…
Daniel Wu
  • 5,853
  • 12
  • 42
  • 93
0
votes
1 answer

Why does helm-locate work relatively slow for a small number of candidates?

There are two different cases in helm-locate behavior: 1) for example, pattern: package helm-locate begins to show candidates immediately. (Note: locate -i -e package gives thousands of candidates.) 2) pattern: package.rcp helm-locate waits a few…
artscan
  • 2,340
  • 15
  • 26
0
votes
0 answers

emacs tune helm mode to focus on the first option.

helm package works great for listing all options and completions. One thing that bothers for a long time is that the first available option is not automatically chosen. the following screenshot shows the problem when I type "sc", I want the first…
fast tooth
  • 2,317
  • 4
  • 25
  • 34
0
votes
1 answer

How to avoid error message in mini-buffer (helm-mode, emacs24.4)

I installed helm package by using pacage-install. According to this page, I added the following code in init.el. .emacs.d/init.el (when (require 'helm-config) …
yufit_in_Japan
  • 583
  • 11
  • 23
1 2 3 4 5
6