From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mathias Dahl Newsgroups: gmane.emacs.help Subject: Re: delete-char deletes marked text sometimes and sometimes not Date: Thu, 01 Sep 2005 12:56:44 +0200 Message-ID: References: <1125493236.315523.277220@z14g2000cwz.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1125572673 20263 80.91.229.2 (1 Sep 2005 11:04:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Sep 2005 11:04:33 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Sep 01 13:04:23 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EAmr8-000306-Q6 for geh-help-gnu-emacs@m.gmane.org; Thu, 01 Sep 2005 13:03:42 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EAmvL-0002pJ-MZ for geh-help-gnu-emacs@m.gmane.org; Thu, 01 Sep 2005 07:08:03 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 21 Original-X-Trace: individual.net YqpnkUxUU2Dg5ldMscEQEgPo6IPgcX22lDmuRjpc6SYdhG4fVD User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt) Cancel-Lock: sha1:sY/507XNTjt0QaGkwO0tmZXEuoE= Original-Xref: shelby.stanford.edu gnu.emacs.help:133609 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:29148 Archived-At: "rgb" writes: > Could this be it? > > mouse-region-delete-keys's value is > ([delete] > [deletechar]) > > > List of keys which shall cause the mouse region to be deleted. Aha! I have no problems with that but it seems to me that it should behave according to `delete-selection-mode'. OTOH, the problem is probably me, failing to understand that there is a difference between a region marked with the mouse and marked using temporary transient mark mode. /Mathias