helm icon indicating copy to clipboard operation
helm copied to clipboard

Emacs incremental completion and selection narrowing framework

Results 22 helm issues
Sort by recently updated
recently updated
newest added

### What happened? I have my bookmarks list sorted by alphabet and am used to this, I know "by heart" which entry is where. In Helm the entrys are sorted...

bug

…ern` is not empty * helm-core.el(helm-initial-setup): set `helm-pattern` before `helm-compute-attr-in-sources` to prevent it from interfering the `completing-read` pick the default item. Steps to reproduce: 1. Evaluate following code: ```elisp (progn...

### What happened? I'm trying to run an Async shell command, e.g. `git checkout refs/meta/config`. When I start with `git checkout refs/met` then `TAB`, it shows me two options in...

bug

### What happened? Completion at point (hitting ``) on a subpath replaces the subpath with the last subdirectory instead of completing ### How to reproduce? in Emacs 28.1, using the...

bug

### What happened? Unable to quit recursive edit in minibuffer. ![image](https://user-images.githubusercontent.com/2653486/178135565-bad2cfc7-3e2a-4fe1-a9b0-cc257d04419b.png) ### How to reproduce? 1. Run `emacs -Q -l /path/to/test-quit-recursive-minibuffer-issue.el` in terminal. 2. Type `i` in `*scratch*` buffer. 3....

bug

### Suggestion helm-find-file is not showing knowns servers as soon as a username is used ### Description When trying to connect to an server via ssh i normally input the...

Helm is mainly maintained by only one person, Thierry Volpiatto, which is already a huge task on itself. Earlier on Helm's readme and Helm's wiki page, there was a link...

In Emacs it's possible for isearch to ignore diacritics when searching (so for instance "galaxia" would match "galáxia"). This is achieved by setting `search-default-mode` to `char-fold-to-regexp`. This does not change...

**Is your feature request related to a problem? Please describe.** For a handful of functions, I wind up typing `^` quite often into the minibuffer. **Describe the solution you'd like**...

feature_request
urgency_low

In Grep action, the pattern `package use` matches `;;; Package Manager`, even there is no `use` in it. It is because the second pattern `use` is matching the filename `/Users/xcy/foo.txt`:...

bug