Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4571948
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T19:34:36+00:00 2026-05-21T19:34:36+00:00

I often find myself repeatedly yanking something after doing some kills and it becomes

  • 0

I often find myself repeatedly yanking something after doing some kills and it becomes a process like:

  1. C-y
  2. C-y M-y
  3. C-y M-y M-y
  4. C-y M-y M-y M-y

Each time I kill some text it pushes the first kill back in the kill ring so that I need to cycle through all the kills to return to text I want to yank. What I want to do is repeatedly yank the same text while killing text in-between yanks. Is this possible?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-21T19:34:37+00:00Added an answer on May 21, 2026 at 7:34 pm

    This is a strange hack, but may help.

    The first time you use M-y you normally get an error (no previous yank). So the idea is that this first time you get the last yank instead of the last kill.

    For storing that last yank I use the ‘Y’ register in this example.

    These 2 functions would wrap around yank and yank-pop. You expect bugs, I expect suggestions.

    (defun jp/yank (&optional arg)
      "Yank and save text to register Y"
      (interactive)
      (set-register ?Y (current-kill 0 t))
      (yank arg))
    
    (defun jp/yank-pop (&optional arg)
      "If yank-pop fails, then insert register Y"
      (interactive)
      (condition-case nil
          (yank-pop arg)
        (error (insert (get-register ?Y)))))
    
    (global-set-key (kbd "M-y") (quote jp/yank-pop))
    (global-set-key (kbd "C-y") (quote jp/yank))
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I often find myself doing something like this a lot: something | grep cat
I often find myself doing things like this when manipulating tables:- $($('table tr').children()[2]).html(); For
I often find myself wanting to do something like this, I have something wrapped
I often find myself doing something along the following lines in sql server 2005
I often find myself doing quick checks like this: if (!eregi('.php', $fileName)) { $filename
I often find myself writing a property that is evaluated lazily. Something like: if
I often find myself writing something like int computedValue = ...; return MAX(0, MIN(5,
I often find myself executing commands like this at bash : history | grep
Often I find myself coming across code like this: try { StreamWriter strw =
I often find myself with fairly complex data that represents something that my objects

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.