From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.devel Subject: Re: bug#17453: Isearch doesn't work properly with Follow Mode. Date: Sun, 1 Nov 2015 12:23:52 +0000 Message-ID: References: <20140509224458.GA4205@acm.acm> <20151029232302.GB3812@acm.fritz.box> <20151031233225.GD1853@acm.fritz.box> Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1446380649 1834 80.91.229.3 (1 Nov 2015 12:24:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 1 Nov 2015 12:24:09 +0000 (UTC) Cc: 17453@debbugs.gnu.org, Stefan Monnier , emacs-devel To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 01 13:24:08 2015 Return-path: Envelope-to: ged-emacs-devel@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 1Zsrg6-0007Y9-MU for ged-emacs-devel@m.gmane.org; Sun, 01 Nov 2015 13:24:06 +0100 Original-Received: from localhost ([::1]:36610 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zsrg5-0007o9-RL for ged-emacs-devel@m.gmane.org; Sun, 01 Nov 2015 07:24:05 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49051) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zsrft-0007nt-Sd for emacs-devel@gnu.org; Sun, 01 Nov 2015 07:23:54 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zsrft-0000UU-A7 for emacs-devel@gnu.org; Sun, 01 Nov 2015 07:23:53 -0500 Original-Received: from mail-lb0-x234.google.com ([2a00:1450:4010:c04::234]:35075) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zsrft-0000UO-2s for emacs-devel@gnu.org; Sun, 01 Nov 2015 07:23:53 -0500 Original-Received: by lbbes7 with SMTP id es7so72335467lbb.2 for ; Sun, 01 Nov 2015 04:23:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=aSzSZ7rUZOUbsTmoHG5vsOyT+j4ctRwR83WnF1HBJrI=; b=SvhZnTAiz60FfRTlpYkTmeN147gf4ui0Tig+M5FpnwhHXlw4zm1y1MThEnIbz1bMyp a8RjESBQtA4VcmAJL8BhFmhbmwkCShucqPnmjYKubTX5B/zXWZUPusqIv4AwHk7GE3Rw 95nleBJeK8ukItfoHZiHqVOBe6u/ASjSUTkJyra4wSVf9EVKzS/RiMGVQJXrPZ9T8Ift X6zQdV8IfjH0mAfuNEMELi0YSwAIYcYWgTOviS0dl9Yz7SCVUMaD5lUd7tjQRfucDQ4y cqoK1zCZEPb614xe8cnqtOFg01GuuHE875yS7BbEtmC2yXU0Nklvym0ihQYI5SjjainG /OOw== X-Received: by 10.112.35.196 with SMTP id k4mr7775315lbj.3.1446380632386; Sun, 01 Nov 2015 04:23:52 -0800 (PST) Original-Received: by 10.112.63.71 with HTTP; Sun, 1 Nov 2015 04:23:52 -0800 (PST) In-Reply-To: X-Google-Sender-Auth: 4efB_VnSCCM2QK2sQnh4p7lYNxc X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::234 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:193060 Archived-At: 2015-11-01 12:20 GMT+00:00 Artur Malabarba : > You have a better understanding of the issue and the code than I do, > don't feel obliged to try my suggestion. Anyway, could we see this code? :-) Can you send it as patch or push it to a scratch/window-groups branch?