From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: "Garreau\, Alexandre" Newsgroups: gmane.emacs.help Subject: Re: incremental search abandoned on mouse movements Date: Tue, 30 Oct 2018 02:47:18 +0100 Message-ID: <878t2gp5nd.fsf@portable.galex-713.eu> References: <83y3aglreb.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1540864001 4601 195.159.176.226 (30 Oct 2018 01:46:41 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 30 Oct 2018 01:46:41 +0000 (UTC) User-Agent: Gnus (5.13), GNU Emacs 25.1.1 (i686-pc-linux-gnu, GTK+ Version 3.22.11) of 2017-09-15, modified by Debian Cc: help-gnu-emacs@gnu.org To: Mick Bert Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 30 02:46:37 2018 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gHJ77-00016r-Ek for geh-help-gnu-emacs@m.gmane.org; Tue, 30 Oct 2018 02:46:37 +0100 Original-Received: from localhost ([::1]:50163 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gHJ9D-0002dR-Ru for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Oct 2018 21:48:47 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54301) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gHJ84-0002SS-Mq for help-gnu-emacs@gnu.org; Mon, 29 Oct 2018 21:47:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gHJ83-00050s-S6 for help-gnu-emacs@gnu.org; Mon, 29 Oct 2018 21:47:36 -0400 Original-Received: from portable.galex-713.eu ([2a00:5884:8305::1]:59738) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gHJ7v-0004qY-4H for help-gnu-emacs@gnu.org; Mon, 29 Oct 2018 21:47:31 -0400 Original-Received: from localhost ([::1] helo=portable.galex-713.eu) by portable.galex-713.eu with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1gHJ7m-0000BJ-Pf; Tue, 30 Oct 2018 02:47:18 +0100 PGP-FINGERPRINT: E109 9988 4197 D7CB B0BC 5C23 8DEB 24BA 867D 3F7F Accept-Language: fr, en, eo, it, br In-Reply-To: (Mick Bert's message of "Mon, 29 Oct 2018 16:56:26 +0100") X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2a00:5884:8305::1 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.help:118493 Archived-At: On 2018-10-29 at 16:56, Mick Bert wrote: > Il giorno lun 29 ott 2018 alle ore 16:11 Eli Zaretskii ha > scritto: >> >> > From: Mick Bert >> > Date: Mon, 29 Oct 2018 14:52:13 +0100 >> > >> > Since few days I've been observing a strange behavior: I start an >> > incremental search (C-s), and emacs hilights all the visible matches, > but >> > as soon as I move the mouse pointer, the search is cancelled (just like > I >> > pressed C-g). >> > Have I activated unconsciously a kind of option or function? >> >> What does "C-l" show you after the above? >> > Anyway I tried C-h L, and I obtained: you mean =C2=AB=C2=A0C-h l=C2=A0=C2=BB=C2=A0? C-h L is different and sets = up language environment. > Is it related to gdb-mode I am using in another buffer? Perhaps the toolt= ip > of gdb-mode? >From what I read, yes.