summaryrefslogtreecommitdiff
path: root/helm-external.el
Commit message (Collapse)AuthorAge
* 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).
* Issue #95 Fix defcustoms in various places.Thierry Volpiatto2012-08-15
|
* Disable compile warnings and add new keyword to helm.Thierry Volpiatto2012-07-30
| | | | | | * helm.el (helm): Send error when running helm within helm unless :allow-nest is non--nil. Fix docstring. * helm-ring.el (helm-show-kill-ring): Use new keyword :allow-nest
* Fix helm-comp-read history in some place to fit new behavior.(del-input)Thierry Volpiatto2012-07-29
| | | | | * helm-external.el * helm-net.el
* Fix autoloads and remove faces variables.Thierry Volpiatto2012-04-02
| | | | | | | | | Remove `generated-autoload-file' local var in all files. * helm-bookmark.el (helm-bookmark-directory): new face. Remove obsolete faces vars. * helm-misc.el: require also *-files and *-buffers. * helm.el: Reorder, clean and remove obsolete faces.
* Fix dependencies and autoloads. Reorder.Thierry Volpiatto2012-03-28
|
* * helm-external.el: Move open file externally and related here.Thierry Volpiatto2012-03-27
|
* Move all defcustoms and faces in their respectives groups and files.Thierry Volpiatto2012-03-23
|
* * helm-font.el: New fileThierry Volpiatto2012-03-22
| | | | | * helm-config.el: Move code there * helm-external.el: Add missing var.
* * helm-external.el: New fileThierry Volpiatto2012-03-22
* helm-config.el: move code there * helm-files.el: Use it.