summaryrefslogtreecommitdiff
path: root/helm-tags.el
Commit message (Collapse)AuthorAge
* * helm-tags.el: Bind keymap in source.Thierry Volpiatto2012-08-20
|
* * helm-grep.el: (helm-c-goto-next-or-prec-file): Fix for etags.Thierry Volpiatto2012-08-20
| | | | * helm-tags.el: New delimiter. No code change
* Remove flet in some places.Thierry Volpiatto2012-08-09
| | | | | | | | | | | * helm-command.el (helm-M-x) * helm.el (helm-candidate-buffer) * helm-files.el (helm-ff-serial-rename-1): Simplify, use make-symbolic-link. * helm-grep.el (helm-c-goto-next-or-prec-file) * helm-mode.el (helm-comp-read, helm-c-read-file-name) * helm-ring.el (helm-mark-ring-get-marks, helm-global-mark-ring-format-buffer): new. (helm-mark-ring-get-candidates, helm-global-mark-ring-get-candidates) * helm-net.el: Remove some more flet here too.
* 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
* * helm-tags.el (helm-c-etags-create-buffer): Fix issue #77, Avoid regexp ↵Thierry Volpiatto2012-07-01
| | | | stack overflow by changing regexp.
* * helm-tags.el (helm-c-source-etags-select): Just add a comment. no code change.Thierry Volpiatto2012-04-10
|
* * helm-tags.el: Remove regexp search and related vars.Thierry Volpiatto2012-04-10
|
* Implement `match-part' attribute.Thierry Volpiatto2012-04-10
| | | | | | | | | * helm.el: document match-part attribute. * helm-tags.el: (helm-c-source-etags-select): Use match-part. * helm.el (helm-search-match-part): New. (helm-candidates-in-buffer, helm-candidates-in-buffer-1, helm-search-from-candidate-buffer): Use it.
* 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
|
* Move all defcustoms and faces in their respectives groups and files.Thierry Volpiatto2012-03-23
|
* * helm-config.el: Move etags/ctags to helm-tags.el.Thierry Volpiatto2012-03-20
* helm-tags.el: new file.