all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Drew Adams" <drew.adams@oracle.com>
To: "'filebat Mark'" <filebat.mark@gmail.com>, <help-gnu-emacs@gnu.org>
Cc: 'Denny Zhang' <markfilebat@126.com>
Subject: RE: when deleting in minibuffer, don't change kill-ring
Date: Thu, 27 Oct 2011 09:52:00 -0700	[thread overview]
Message-ID: <7AF781F7ABA44DA5A698D5AFA772C4B2@us.oracle.com> (raw)
In-Reply-To: <CAB_ojTsD69YuFYQP3k9ihtDE4tOd5cXUED4rHWDi9fQaD4Whdg@mail.gmail.com>

> how to prohibit kill-ring being changed, when I press
> "backspace" key in minibuffer?

It is _not_ changed.  Provide a recipe, starting from emacs -Q.

If you do need to change the binding of the key for some reason, then do so in
each of the minibuffer key maps.  E.g.,

(define minibuffer-local-must-match-map (kbd "DEL")
        'backward-delete-char)
etc.

But AFAICT, the global binding of DEL (and <backspace>) is in effect in the
minibuffer, and the global binding does not kill a char, it deletes it.





  reply	other threads:[~2011-10-27 16:52 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-27 16:35 when deleting in minibuffer, don't change kill-ring filebat Mark
2011-10-27 16:52 ` Drew Adams [this message]
2011-10-27 18:23   ` Tassilo Horn
2011-10-27 18:38     ` Peter Dyballa
2011-10-27 19:08       ` Tassilo Horn
2011-10-27 21:53     ` Drew Adams
2011-10-28  6:53       ` Tassilo Horn
2011-10-28  7:10         ` Tassilo Horn

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=7AF781F7ABA44DA5A698D5AFA772C4B2@us.oracle.com \
    --to=drew.adams@oracle.com \
    --cc=filebat.mark@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=markfilebat@126.com \
    /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.