From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: A Soare Newsgroups: gmane.emacs.bugs Subject: RE: select and META key Date: Mon, 26 Mar 2007 13:10:13 +0200 (CEST) Message-ID: <23544965.637781174907413197.JavaMail.www@wwinf4004> Reply-To: alinsoar@voila.fr NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1174907443 21280 80.91.229.12 (26 Mar 2007 11:10:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 26 Mar 2007 11:10:43 +0000 (UTC) Cc: "Emacs Bug \[bug-gnu-emacs\]" To: Herbert Euler Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Mar 26 13:10:36 2007 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HVn5s-0005pB-Ji for geb-bug-gnu-emacs@m.gmane.org; Mon, 26 Mar 2007 13:10:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HVn86-00049B-Ib for geb-bug-gnu-emacs@m.gmane.org; Mon, 26 Mar 2007 06:12:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HVn7t-0003bW-1z for bug-gnu-emacs@gnu.org; Mon, 26 Mar 2007 07:12:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HVn7r-0003WS-3e for bug-gnu-emacs@gnu.org; Mon, 26 Mar 2007 07:12:36 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HVn7q-0003W5-VW for bug-gnu-emacs@gnu.org; Mon, 26 Mar 2007 06:12:35 -0500 Original-Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HVn5b-0006ww-Nn for bug-gnu-emacs@gnu.org; Mon, 26 Mar 2007 07:10:15 -0400 Original-Received: from smtp1.voila.fr ([193.252.22.174]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HVn5a-0008SD-Qk for bug-gnu-emacs@gnu.org; Mon, 26 Mar 2007 07:10:15 -0400 Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf4003.voila.fr (SMTP Server) with ESMTP id 4FA072400227; Mon, 26 Mar 2007 13:10:13 +0200 (CEST) Original-Received: from wwinf4004 (wwinf4004 [172.22.157.31]) by mwinf4003.voila.fr (SMTP Server) with ESMTP id 3D4E724001F0; Mon, 26 Mar 2007 13:10:13 +0200 (CEST) X-ME-UUID: 20070326111013252.3D4E724001F0@mwinf4003.voila.fr X-Originating-IP: [89.34.170.37] X-Wum-Nature: EMAIL-NATURE X-WUM-FROM: |~| X-WUM-TO: |~| X-WUM-CC: |~| X-WUM-REPLYTO: |~| X-detected-kernel: Linux 2.4-2.6 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15637 Archived-At: > Message du 26/03/07 =C3=A0 13h06 > De : "Herbert Euler" > A : alinsoar@voila.fr, bug-gnu-emacs@gnu.org > Copie =C3=A0 :=20 > Objet : RE: select and META key >=20 > >1. Emacs -Q > > > >2. open en elisp file. for example edebug.el > > > >3. Press left mouse button and select a region. Before to release left= =20 > >mouse button press ALT. While keepeng ALT pressed release mouse button > > > >Result: a region is selected, and it cannot be unsected. > > > >This is a bug or an feature of emacs unknown by me? >=20 > I think it is secondary selection. See also (info "(emacs) Secondary=20 > Selection"). >=20 >=20 You are right. Thanks.