From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mathias Dahl Newsgroups: gmane.emacs.devel Subject: Re: delete-char vs "mouse-region" and "transient-mark-region" Date: Sat, 15 Oct 2005 15:51:40 +0200 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1129384617 7315 80.91.229.2 (15 Oct 2005 13:56:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 15 Oct 2005 13:56:57 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 15 15:56:54 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EQmVi-00009r-Nx for ged-emacs-devel@m.gmane.org; Sat, 15 Oct 2005 15:55:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EQmVh-0005Op-UF for ged-emacs-devel@m.gmane.org; Sat, 15 Oct 2005 09:55:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EQmUO-0005Nf-4P for emacs-devel@gnu.org; Sat, 15 Oct 2005 09:54:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EQmUK-0005Mt-U8 for emacs-devel@gnu.org; Sat, 15 Oct 2005 09:54:17 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EQmUJ-0005ML-C5 for emacs-devel@gnu.org; Sat, 15 Oct 2005 09:54:15 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1EQmUJ-0001yX-20 for emacs-devel@gnu.org; Sat, 15 Oct 2005 09:54:15 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EQmT9-00084D-8F for emacs-devel@gnu.org; Sat, 15 Oct 2005 15:53:03 +0200 Original-Received: from 1-1-3-38a.gml.gbg.bostream.se ([82.182.110.147]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 15 Oct 2005 15:53:03 +0200 Original-Received: from brakjoller by 1-1-3-38a.gml.gbg.bostream.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 15 Oct 2005 15:53:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 28 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 1-1-3-38a.gml.gbg.bostream.se User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:SVPLcBfoSd/qPsh6LG2AbKxO4es= X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:44069 Archived-At: "Richard M. Stallman" writes: > 1. $ emacs -q > > 2. Create two lines of text: > > line1 > line2 > > 3. Mark the first one using the mouse and press C-d (delete-char). The > marked region will be deleted. > > That does not happen when I try it. C-d just deletes the character > after point. Same for me, testing with both Emacs 21.3 and 22 (CVS) under GNU/Linux. > > In GNU Emacs 22.0.50.1 (i386-mingw-nt5.1.2600) > of 2005-06-26 on NONIQPC > X server distributor `Microsoft Corp.', version 5.1.2600 > configured using `configure --with-gcc (3.3) --cflags -I../../jpeg-6b-3/include -I../../libpng-1.2.8/include -I../../tiff-3.6.1-2/include -I../../xpm-nox-4.2.0/include -I../../zlib-1.2.2/include' > > Did someone make Emacs on Windows behave differently in this situation? I will test again on Windows and verify if it works differently there.