summaryrefslogtreecommitdiff
path: root/helm-external.el
Commit message (Collapse)AuthorAge
* Update copyrightsThierry Volpiatto2021-11-12
|
* Allow running helm-run-or-raise detached even with filesThierry Volpiatto2021-10-23
| | | | It is not used for now, but may be useful later.
* Use a class to define external commands sourcesThierry Volpiatto2021-10-23
|
* Add :no-mark slot in external commandsThierry Volpiatto2021-10-23
|
* Update helm-external-command-historyThierry Volpiatto2021-10-22
| | | | | This is needed now we use helm sources instead of helm-comp-read which does this automatically.
* Prevent detaching programs on Windows systemsThierry Volpiatto2021-10-22
|
* Add new action to run ext programs detachedThierry Volpiatto2021-10-22
|
* Fix docstringThierry Volpiatto2021-10-22
|
* Add a notification when program is detached from emacsThierry Volpiatto2021-10-22
|
* Allow adding more files to the current processThierry Volpiatto2021-10-22
| | | | | | if it is already running. Raise program only if it is called with no files.
* Add comment and reindent, no code changeThierry Volpiatto2021-10-22
|
* Allow passing multiple files to external commandsThierry Volpiatto2021-10-22
|
* Fix #2449 check if helm-run-or-raise is called with FILE argThierry Volpiatto2021-10-20
|
* Fix and improve usage of optional args in external commandsThierry Volpiatto2021-10-17
| | | | | | | | | Additional args were never called, fix it. Allow passing args after filename (like in eshell-command on file in HFF) The external command normally run async, but will be run sync if it is prepared to be run detached from emacs e.g. (foo %s &), this allow detaching commands from emacs when needed (only unix).
* Remove usage of del-input everywhereThierry Volpiatto2021-10-11
|
* Move local vars in .dir-locals fileThierry Volpiatto2021-03-13
| | | | and shutup compiler about doctring warnings.
* Update copyrightsThierry Volpiatto2020-12-16
|
* Fix byte compiler warningsNicholas Vollmer2020-07-28
|
* Fix documentationManuel Uberti2020-06-03
|
* Update copyrightsThierry Volpiatto2019-03-26
|
* Remove trailing whitespace(s)duianto2019-01-21
| | | | | And one case of a whitespace before a closing double quote, the double quotes are removed when helm-autoloads.el is generated.
* Update copyrightsThierry Volpiatto2018-01-08
|
* Update copyrights.Thierry Volpiatto2017-01-01
|
* Remove now unneeded local settings of (not cl-lib) warnings.Thierry Volpiatto2016-11-13
| | | | Done according to helm-bbdb syohei commit (thanks).
* Expand file name in internal fn helm-run-or-raise (#1629).Thierry Volpiatto2016-10-24
| | | | * helm-external.el (helm-run-or-raise): Do it.
* Refactorize helm-open-file-externally and friends.Thierry Volpiatto2016-03-28
| | | | | * helm-external.el (helm-get-default-program-for-file): Do it. (helm-open-file-externally): Do it.
* Fix docstring of helm-get-mailcap-for-file.Thierry Volpiatto2016-03-28
|
* Minor changes in helm-run-or-raise.Thierry Volpiatto2016-03-28
| | | | * helm-external.el (helm-run-or-raise): Do it.
* Fix full-path issue with external commands (#1451 #1452).Thierry Volpiatto2016-03-28
| | | | * helm-external.el (helm-get-mailcap-for-file): Return basename.
* Fix copyrights.Thierry Volpiatto2016-03-05
|
* Unquote lambda's.Thierry Volpiatto2015-09-30
|
* Require helm-help in several places.Thierry Volpiatto2015-07-14
|
* Update copyrights.Thierry Volpiatto2015-03-24
|
* * helm-info.el (helm-info-at-point): Remove old google stuff.Thierry Volpiatto2015-03-15
| | | | | * helm-bookmark.el: require helm-net here. * helm-external.el: same.
* Bind `helm--reading-passwd-or-string' when reading-string during helm ↵Thierry Volpiatto2014-06-25
| | | | | | | | | | | | | session (#544). * helm.el (helm-read-string): New. (helm--reading-passwd-or-string): Renamed from `helm--reading-passwd'. * helm-bbdb.el: Use it. * helm-external.el: Use it. * helm-files.el: Use it. * helm-grep.el: Use it. * helm-regexp.el: Use it. * helm-w3m.el: Use it.
* Finally reindent with the cl indentation behavior of 24.4.50.Thierry Volpiatto2014-04-25
| | | | | It have font-lock broken in some place but is not broken as in 24.3.90. So perhaps it is the best option for now.
* Reindent all again.Thierry Volpiatto2014-04-25
|
* Reindent all files again.Thierry Volpiatto2014-04-25
| | | | * helm-elisp-package.el: Use with instead of let.
* Reindent all files.Thierry Volpiatto2014-04-18
|
* Update copyrights.Thierry Volpiatto2014-01-02
|
* * helm-external.el (helm-external-commands-list-1): Fix loop.Thierry Volpiatto2013-11-21
|
* reindent.Thierry Volpiatto2013-11-04
|
* Handle most errors except condition-case err warnings, it seems working.Thierry Volpiatto2013-11-04
|
* Add lexical-binding in only these 3 files, fix _source errors.Thierry Volpiatto2013-11-04
|
* Finish replacing cl symbols and requiring cl-lib, no compile error.Thierry Volpiatto2013-11-04
|
* replace all cl symbol by their cl-lib equivalent.Thierry Volpiatto2013-11-04
|
* Update copyrights.Thierry Volpiatto2013-03-17
|
* Replace "helm-c-" prefix by "helm-" in all files.Thierry Volpiatto2013-02-26
|
* Remove all byte-compile-dynamic and update autoloads.Thierry Volpiatto2012-11-08
|
* Issue #116 Fix and bind helm-c-open-file-with-default-tool in *find-files ↵Thierry Volpiatto2012-09-20
| | | | | | | | | | and locate. * helm-external (helm-run-or-raise): Always pipe proc. * helm-files.el: Bind helm-c-open-file-with-default-tool in helm-find-files. Fix action transformer, always place new action to end. * helm-help.el add open file with default tool to doc. * helm-utils.el (helm-c-open-file-with-default-tool): Fix for emacs24+ (always pipe proc).