* Review easy-kill.el
@ 2014-04-02 4:54 Leo Liu
2014-04-03 14:25 ` Drew Adams
0 siblings, 1 reply; 3+ messages in thread
From: Leo Liu @ 2014-04-02 4:54 UTC (permalink / raw)
To: help-gnu-emacs
Hi there,
Easy-Kill will be placed in GNU ELPA soon, so I'd like to take this
opportunity to collect the community's help on improving it.
The package lives at https://github.com/leoliu/easy-kill
Features:
1. support both killing and marking
2. line-wise, list-wise and defun-wise expansion and shrinking
3. extension through thingatpt.el or user-defined functions
4. support list-wise expansion for smie-based modes, lispy modes, js2
and nxml modes (more modes will be added)
Usage example (use killing for example, marking command is similar):
Assume: (global-set-key [remap kill-ring-save] 'easy-kill)
M-w e => kill current line
repeat `e' to expand the kill line-wise
`+' and `-' to expand/shrink the kill line-wise
M-w s => kill current sexp
repeat `s' to expand the kill to include the next sexp
`+' and `-' to expand/shrink the kill list-wise
M-w d => kill current defun
repeat `d' to expand the kill to include next defun
`+' and `-' to expand/shrink the kill defun-wise
Any comments on the package? Thanks for your time.
Leo
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: Review easy-kill.el
2014-04-02 4:54 Review easy-kill.el Leo Liu
@ 2014-04-03 14:25 ` Drew Adams
2014-04-03 15:46 ` Leo Liu
0 siblings, 1 reply; 3+ messages in thread
From: Drew Adams @ 2014-04-03 14:25 UTC (permalink / raw)
To: Leo Liu, help-gnu-emacs
> Easy-Kill will be placed in GNU ELPA soon, so I'd like to take this
> opportunity to collect the community's help on improving it.
gnu-emacs-sources@gnu.org
It is OK to post here as well, AFAIK, but gnu-emacs-sources is made
for such announcements and review requests, I think.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Review easy-kill.el
2014-04-03 14:25 ` Drew Adams
@ 2014-04-03 15:46 ` Leo Liu
0 siblings, 0 replies; 3+ messages in thread
From: Leo Liu @ 2014-04-03 15:46 UTC (permalink / raw)
To: Drew Adams; +Cc: help-gnu-emacs
On 2014-04-03 22:25 +0800, Drew Adams wrote:
> gnu-emacs-sources@gnu.org
>
> It is OK to post here as well, AFAIK, but gnu-emacs-sources is made
> for such announcements and review requests, I think.
OK, I posted it there too.
Thanks,
Leo
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-04-03 15:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-02 4:54 Review easy-kill.el Leo Liu
2014-04-03 14:25 ` Drew Adams
2014-04-03 15:46 ` Leo Liu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).