From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: delete-char vs "mouse-region" and "transient-mark-region" Date: Tue, 04 Oct 2005 01:02:37 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1128402313 30190 80.91.229.2 (4 Oct 2005 05:05:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 4 Oct 2005 05:05:13 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 04 07:05:11 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EMexy-0006Up-KC for ged-emacs-devel@m.gmane.org; Tue, 04 Oct 2005 07:03:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EMexp-0007Kf-I6 for ged-emacs-devel@m.gmane.org; Tue, 04 Oct 2005 01:03:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EMexJ-0007Hw-1G for emacs-devel@gnu.org; Tue, 04 Oct 2005 01:03:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EMexC-0007Cg-VV for emacs-devel@gnu.org; Tue, 04 Oct 2005 01:03:03 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EMexC-0007CD-Qq for emacs-devel@gnu.org; Tue, 04 Oct 2005 01:03:02 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EMewo-0002V6-9t for emacs-devel@gnu.org; Tue, 04 Oct 2005 01:02:38 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EMewn-0002Ez-Cg; Tue, 04 Oct 2005 01:02:37 -0400 Original-To: Mathias Dahl In-reply-to: (message from Mathias Dahl on Tue, 06 Sep 2005 13:00:40 +0200) 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:43527 Archived-At: 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. 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?