unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* getting lines into the kill ring without ripping up the file
@ 2002-04-20  1:30 Dan Jacobson
  2002-04-20  7:37 ` Paul Jarc
  0 siblings, 1 reply; 2+ messages in thread
From: Dan Jacobson @ 2002-04-20  1:30 UTC (permalink / raw)


Our goal is to get the rest of the line into the kill ring without
harming the file.

We could do C-k C-/, but that seems like overkill, especially as it
goes thru the whole deal of marking the file as modified first, etc.

We could do C-x C-q C-k C-x C-q
but still that will ring a bell or flash, like I did something wrong.

We could do C-SPC C-e M-w C-a, the current "family values wholesome
approved for junior" way, but that is still way longer than C-k C-/.
Did RMS play "twister" as a youngster?  With the fingers instead of
feet?

It would be nice to have another kind of C-k, yes, one little
keystroke, that wouldn't rip up your file just to get lines into the
kill ring.  Indeed, what is needed is the same action as C-x C-q
C-k... but without the "stigma" and bells and flashes that one is
causing an "error", and without having to append a C-x C-q after one
is done to resume normal editing.
-- 
http://jidanni.org/ Taiwan(04)25854780

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: getting lines into the kill ring without ripping up the file
  2002-04-20  1:30 getting lines into the kill ring without ripping up the file Dan Jacobson
@ 2002-04-20  7:37 ` Paul Jarc
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Jarc @ 2002-04-20  7:37 UTC (permalink / raw)


jidanni@deadspam.com (Dan Jacobson) wrote:
> We could do C-SPC C-e M-w C-a, the current "family values wholesome
> approved for junior" way, but that is still way longer than C-k C-/.

(global-set-key [your-favorite-keystroke] [\C-SPC ?\C-e ?\M-w ?\C-a])
Or something like that.


paul

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-04-20  7:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-20  1:30 getting lines into the kill ring without ripping up the file Dan Jacobson
2002-04-20  7:37 ` Paul Jarc

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).