all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: help-gnu-emacs@gnu.org
Subject: Re: delete-region - is their a way to get the deleted text?
Date: Thu, 13 Jun 2013 11:11:06 -0400	[thread overview]
Message-ID: <jwvli6edp9r.fsf-monnier+gnu.emacs.help@gnu.org> (raw)
In-Reply-To: mailman.1524.1371113397.22516.help-gnu-emacs@gnu.org

> ,------------------------------------------------------------------
> | (delete-region START END)
> | Delete the text between START and END.
> | This command deletes buffer text without modifying the kill ring.
> `------------------------------------------------------------------
> If its not in the kill ring - is there any other way to get the text
> that deleted, or is it simply gone and lost?

By and large it's gone and lost.  What you can do:
- copy the text before calling the function (then try and figure out
  which part of the text was deleted).
- make sure the function is called with undo enabled, then look for the
  deleted string in the undo log (that's how delete-and-extract-region
  was originally coded, back when I wrote it in Elisp).
- temporarily advise delete-region so it stashes its result in
  some variable.
- even nastier hacks can be imagined, of course.


        Stefan


       reply	other threads:[~2013-06-13 15:11 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.1524.1371113397.22516.help-gnu-emacs@gnu.org>
2013-06-13 15:11 ` Stefan Monnier [this message]
2013-06-14  8:18   ` delete-region - is their a way to get the deleted text? Thorsten Jolitz
2013-06-13  8:49 Thorsten Jolitz
2013-06-13  8:56 ` Peter Dyballa
2013-06-13  9:25 ` Eric Abrahamsen
2013-06-13 10:00   ` Peter Dyballa
2013-06-13 10:20     ` Thorsten Jolitz
2013-06-13 10:23     ` Eric Abrahamsen
     [not found]   ` <mailman.1532.1371117614.22516.help-gnu-emacs@gnu.org>
2013-06-13 13:33     ` Barry Margolin
2013-06-13 18:31       ` Peter Dyballa
     [not found]       ` <mailman.1597.1371148312.22516.help-gnu-emacs@gnu.org>
2013-06-13 18:51         ` Barry Margolin
2013-06-13 19:41           ` Peter Dyballa
     [not found]           ` <mailman.1599.1371152513.22516.help-gnu-emacs@gnu.org>
2013-06-13 21:08             ` Barry Margolin
2013-06-13 23:00               ` Peter Dyballa
2013-06-14  8:15                 ` Thorsten Jolitz
2013-06-14  8:37                   ` Peter Dyballa
2013-06-13 16:16 ` David Engster
2013-06-14  8:20   ` Thorsten Jolitz

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=jwvli6edp9r.fsf-monnier+gnu.emacs.help@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=help-gnu-emacs@gnu.org \
    /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.