summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Update eshell command on file helpThierry Volpiatto2021-10-09
|
* Ensure eshell commands accepting only one fileThierry Volpiatto2021-10-09
| | | | don't run with all marked at once even with a prefix arg.
* Add user var to blacklist unwanted eshell aliasesThierry Volpiatto2021-10-09
|
* Comments onlyThierry Volpiatto2021-10-09
|
* Use adaptative sort in eshell command on fileThierry Volpiatto2021-10-09
| | | | and prettify display.
* Use helm-aand for chaining replace-regexp-in-stringThierry Volpiatto2021-10-08
|
* Comments onlyThierry Volpiatto2021-10-08
|
* Map eshell commands ending with "$* &" automaticallyThierry Volpiatto2021-10-08
| | | | i.e. not need to specify a prefix arg.
* Revert "Allow adding eshell aliases with %s inside"Thierry Volpiatto2021-10-08
| | | | This reverts commit 435f07f5afeeec8467cbe89d09952742ddf8e82b.
* Allow adding eshell aliases with %s insideThierry Volpiatto2021-10-08
| | | | | | | | Note that these aliases will work only when called from helm-find-files. Also simplify code by removing several let-bindings unuseful and confusing which led probably to a bug where alias name was used as the command itself.
* Add eshell-eval-command advice only when emacs < 28Thierry Volpiatto2021-10-08
|
* Fix paren error in previous commitThierry Volpiatto2021-10-07
|
* Show keybinding in helm-apropos commands sourceThierry Volpiatto2021-10-06
|
* Handle side-window case in helm-default-display-bufferThierry Volpiatto2021-10-04
|
* Make helm-use-frame-when-dedicated-window obsoleteThierry Volpiatto2021-10-04
|
* Rename helm-use-frame-when-dedicated-window toThierry Volpiatto2021-10-04
| | | | | | helm-use-frame-when-no-suitable-window and change its behavior so that helm use frame when current window is a dedicated window OR a side-window.
* Ensure window is live when restoring dedicatedThierry Volpiatto2021-10-04
|
* No need to bother of dedicated windows as well inThierry Volpiatto2021-10-04
| | | | helm-default-display-buffer.
* Simplify helm-persistent-action-display-window according to #2443Thierry Volpiatto2021-10-04
| | | | | | | issue. Now we make all windows non-dedicated before starting helm, no need to bother about them.
* Fix typo in links to bug #2443Thierry Volpiatto2021-10-03
|
* Set all windows dedicated to non-dedicated on start (#2243)Thierry Volpiatto2021-10-03
| | | | | | | | | | | Until now we had code in helm-persistent-action-display-window to deal with dedicated windows, it was fixing bug #2050 and was working reasonabily well, however now we have popular applications like lsp, treemacs and whatever abusing of dedicated windows we need a more drastic fix. All dedicated windows are now set to non-dedicated on startup and restored when exiting.
* Fix info link in helm-default-display-buffer-functions docstringThierry Volpiatto2021-10-03
|
* Shutup warnings in in helm-libThierry Volpiatto2021-09-26
|
* Reindent no code changeThierry Volpiatto2021-09-22
|
* Use emacs-lisp-mode-syntax-table to find symbol at point inThierry Volpiatto2021-09-22
| | | | | | | helm-apropos. This allows looking at symbol even when current-buffer is not an elisp buffer, e.g. in mail buffers.
* Merge pull request #2442 from progfolio/fix/helm-mini-elisp-mode-scopingThierry Volpiatto2021-09-21
|\ | | | | helm-buffer--format-mode-name: format-mode-line in buffer context
| * helm-buffer--format-mode-name: format-mode-line in buffer contextNicholas Vollmer2021-09-21
| | | | | | | | | | | | | | | | | | | | | | Correctly display elisp scoping in `helm-mini'. `format-mode-line' defaults to the selected window and its current buffer. Since `helm-buffer--format-mode-name' is called from the *helm mini* window, the mode line is not formatted in the context of the buffer (despite setting the current buffer via `with-current-buffer'). This resulted in elisp buffers always being displayed as if they had dynamic scoping (Elisp/d) rather than lexical scoping (Elisp/l) where enabled.
* | Merge branch 'devel'Thierry Volpiatto2021-09-20
|\ \
| * | Fix preselection when toggling hidden buffersThierry Volpiatto2021-09-20
| | |
* | | Update bug template fileThierry Volpiatto2021-09-18
| | |
* | | Update feature_request.ymlThierry Volpiatto2021-09-18
| | |
* | | Update feature_request.ymlThierry Volpiatto2021-09-18
| | |
* | | Convert feature request template to yamlThierry Volpiatto2021-09-18
| | |
* | | Add link to github discussionsThierry Volpiatto2021-09-18
|/ /
* | Replace helm-ls-git-ls by new name helm-ls-gitThierry Volpiatto2021-09-17
| |
* | Update bug-report.ymlThierry Volpiatto2021-09-16
| |
* | Add a placeholder in backatrace section of bug templateThierry Volpiatto2021-09-15
| |
* | Remove unneeded value entry in bug templateThierry Volpiatto2021-09-15
| |
* | Fix title in bug templateThierry Volpiatto2021-09-15
| |
* | Improve new bug templateThierry Volpiatto2021-09-15
| |
* | Fix IDs in bug templateThierry Volpiatto2021-09-15
| |
* | Remove old template fileThierry Volpiatto2021-09-15
| |
* | Add bug-report.ymlThierry Volpiatto2021-09-15
| |
* | Use helm-file-name-extension instead of file-name-extensionThierry Volpiatto2021-09-14
| | | | | | | | | | | | | | | | helm-file-name-extension have been renamed from helm-ff-file-extension and moved to helm-lib.el. Using it instead of file-name-extension prevent highlighting extensions ending with a number e.g. Changelog.1.
* | Merge pull request #2440 from taquangtrung/masterThierry Volpiatto2021-09-14
|\ \ | | | | | | highlight file extension in buffer names
| * | highlight file extension in buffer namestrungtq2021-09-13
|/ /
* | Merge pull request #2439 from taquangtrung/masterThierry Volpiatto2021-09-13
|\ \ | | | | | | highlight filename extension when find files
| * | highlight filename extension when find filestrungtq2021-09-13
|/ /
* | Allow using a list for find-function default directoriesThierry Volpiatto2021-09-12
| |
* | Allow disabling read-file-name default arg behavior in helmThierry Volpiatto2021-09-12
| |