From: "Stefan Monnier" <monnier+gnu/emacs@rum.cs.yale.edu>
Cc: Stefan Monnier <monnier+gnu/emacs@rum.cs.yale.edu>
Subject: Re: Various simple.el patches
Date: Thu, 15 May 2003 11:45:39 -0400 [thread overview]
Message-ID: <200305151545.h4FFjdJs023036@rum.cs.yale.edu> (raw)
In-Reply-To: 87isscp69n.fsf@peder.flower
> > 1 - When killing the same thing over and over again, don't fill
> > the kill-ring unnecessarily.
>
> Don't do this. It will unexpectedly break moving stuff like:
>
> foo
> bar
> bar
> baz
>
> using kill (esp with kill-whole-line t) and subsequent yank.
No, this is handled somewhere else. The only negative effect
it has (AFAIK) is if you do C-k C-y C-k C-k C-k C-k on the above
example: The second C-k overwrites the data from the first
so if you do C-y M-y you won't get "foo" but you'll get
whatever was on the kill-ring before.
Stefan
next prev parent reply other threads:[~2003-05-15 15:45 UTC|newest]
Thread overview: 58+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-05-13 20:31 Various simple.el patches Stefan Monnier
2003-05-14 11:44 ` Kai Großjohann
2003-05-14 12:42 ` Miles Bader
2003-05-14 13:58 ` Kai Großjohann
2003-05-14 14:48 ` Miles Bader
2003-05-14 15:54 ` Kai Großjohann
2003-05-16 3:51 ` Richard Stallman
2003-05-16 5:54 ` Kai Großjohann
2003-05-17 13:49 ` Richard Stallman
2003-05-18 15:38 ` Kai Großjohann
2003-05-19 2:11 ` Luc Teirlinck
2003-05-19 7:42 ` Kai Großjohann
2003-05-19 14:22 ` Luc Teirlinck
2003-05-21 3:12 ` Luc Teirlinck
2003-05-21 14:07 ` Luc Teirlinck
2003-05-21 18:06 ` Tak Ota
2003-05-21 18:16 ` Luc Teirlinck
2003-05-21 18:33 ` Luc Teirlinck
2003-05-21 18:44 ` Luc Teirlinck
2003-05-22 2:52 ` Luc Teirlinck
2003-05-23 3:52 ` Luc Teirlinck
2003-05-23 6:57 ` Kai Großjohann
2003-05-23 18:27 ` Luc Teirlinck
2003-05-23 19:04 ` Kai Großjohann
2003-05-23 19:45 ` Luc Teirlinck
2003-05-28 4:32 ` Luc Teirlinck
2003-05-28 18:46 ` Kai Großjohann
2003-05-28 19:47 ` Luc Teirlinck
2003-05-28 20:11 ` Kai Großjohann
2003-05-30 0:50 ` Richard Stallman
2003-05-24 10:00 ` Eli Zaretskii
2003-05-25 2:42 ` Luc Teirlinck
2003-05-25 3:33 ` Eli Zaretskii
2003-05-25 4:43 ` Luc Teirlinck
2003-05-25 5:00 ` Luc Teirlinck
2003-05-26 13:48 ` Richard Stallman
2003-05-25 17:08 ` Eli Zaretskii
2003-05-25 15:06 ` Stefan Monnier
2003-05-25 15:04 ` Stefan Monnier
2003-05-23 18:47 ` Luc Teirlinck
2003-05-23 13:51 ` Stefan Monnier
2003-05-23 17:06 ` Luc Teirlinck
2003-05-23 19:07 ` Kai Großjohann
2003-05-23 19:24 ` Kai Großjohann
2003-05-23 19:39 ` Luc Teirlinck
2003-05-24 23:20 ` Richard Stallman
2003-05-27 17:43 ` Kevin Rodgers
2003-05-28 23:58 ` Richard Stallman
2003-05-14 16:38 ` Ami Fischman
2003-05-14 17:38 ` Stefan Monnier
2003-05-16 3:51 ` Richard Stallman
2003-05-15 15:40 ` Jan Nieuwenhuizen
2003-05-15 15:45 ` Stefan Monnier [this message]
2003-05-16 15:47 ` Richard Stallman
2003-05-16 18:18 ` Stefan Monnier
2003-05-18 12:22 ` Richard Stallman
2003-05-18 15:13 ` Kai Großjohann
2003-05-19 14:53 ` Richard Stallman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200305151545.h4FFjdJs023036@rum.cs.yale.edu \
--to=monnier+gnu/emacs@rum.cs.yale.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.