From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juha Nieminen Newsgroups: gmane.emacs.help Subject: Re: Selection region and delete Date: Wed, 25 Jul 2012 06:11:04 +0000 (UTC) Organization: Aioe.org NNTP Server Message-ID: References: NNTP-Posting-Host: plane.gmane.org X-Trace: dough.gmane.org 1343196915 20255 80.91.229.3 (25 Jul 2012 06:15:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 25 Jul 2012 06:15:15 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jul 25 08:15:16 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1StusL-0007Wj-Mq for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Jul 2012 08:15:13 +0200 Original-Received: from localhost ([::1]:48610 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1StusK-0006uz-Rf for geh-help-gnu-emacs@m.gmane.org; Wed, 25 Jul 2012 02:15:12 -0400 Original-Path: usenet.stanford.edu!news.glorb.com!feeder.erje.net!news.mixmin.net!aioe.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 17 Original-NNTP-Posting-Host: x6oKauqjz/aVLymSbCEcrg.user.speranza.aioe.org Original-X-Complaints-To: abuse@aioe.org User-Agent: tin/1.9.6-20100522 ("Lochruan") (UNIX) (Linux/3.1.10-grbfs-kapsi (x86_64)) X-Notice: Filtered by postfilter v. 0.8.2 Original-Xref: usenet.stanford.edu gnu.emacs.help:193638 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:86013 Archived-At: Juha Nieminen wrote: > If I select the region with the mouse, then the delete key removes the > region. The documentation at http://www.gnu.org/software/emacs/manual/html_node/emacs/Shift-Selection.html says this: "A mark set via mouse commands behaves the same as a mark set via shift-selection" This doesn't seem to be true. As said, if I select the region with the mouse and then hit the delete key, it deletes the region. However, if I select the region with shift+cursors and then hit the delete key, it does not delete the region. What is the difference?