how would you slim down the commands shown in the Action list?

39 views
Skip to first unread message

Ben elwoode

unread,
Feb 8, 2013, 9:47:45 AM2/8/13
to emacs...@googlegroups.com
Say I never use a particular Action - how can I remove it from the list that is shown when I press TAB
Message has been deleted

Thierry Volpiatto

unread,
Feb 8, 2013, 11:04:42 AM2/8/13
to Ben elwoode, emacs...@googlegroups.com
Hi Ben,

Ben elwoode <delw...@gmail.com> writes:

> Say I never use a particular Action - how can I remove it from the list
> that is shown when I press TAB
I have just added a function to achieve that in exp branch (should be
merged soon)

Example:

(helm-delete-action-from-source "Checksum File" helm-c-source-find-files)
or
(helm-delete-action-from-source 'helm-ff-checksum helm-c-source-find-files)

When you put this in your .emacs, you will have error because
`helm-c-source-find-files' is not loaded yet, so do:

(when (require 'helm-files) [...])

--
Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997

Thierry Volpiatto

unread,
Feb 12, 2013, 2:37:59 AM2/12/13
to Ben elwoode, emacs...@googlegroups.com
Ben elwoode <delw...@gmail.com> writes:

> For instance if I mark or just highlight a file in the RecentF list and
> then TAB to the actions - there are commands that personally I have no use
> for like pdfgrep -
Remove them like described in previous post.

> but I cant see commands like Copy or move.
Recentf list may contain deleted files in its list, so there is no
copy/mv command, use C-x C-f and then copy/mv/syml/hardl etc...
Even better, use directly `helm-find-files'.

Ben elwoode

unread,
Feb 12, 2013, 6:52:39 AM2/12/13
to emacs...@googlegroups.com, Ben elwoode
I have no idea how to remove them from the info in your previous post!!

Thierry Volpiatto

unread,
Feb 12, 2013, 10:21:07 AM2/12/13
to Ben elwoode, emacs...@googlegroups.com
Ben elwoode <delw...@gmail.com> writes:

> I have no idea how to remove them from the info in your previous post!!
Tell me exactly what you want to remove and where and I will send you
the code to add to your .emacs.
Reply all
Reply to author
Forward
0 new messages