From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Questions about isearch Date: Sun, 29 Nov 2015 17:48:23 +0200 Message-ID: <83r3j8olh4.fsf@gnu.org> References: <83lh9lx6oi.fsf@gnu.org> <83a8q1x1cn.fsf@gnu.org> <87h9k74pkw.fsf@gmail.com> <83bnafse4f.fsf@gnu.org> <878u5jrvih.fsf@rub.de> <87mvtyqzyx.fsf@mbork.pl> <831tbaqwwv.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1448812129 20006 80.91.229.3 (29 Nov 2015 15:48:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 29 Nov 2015 15:48:49 +0000 (UTC) Cc: stephen.berman@gmx.net, bruce.connor.am@gmail.com, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 29 16:48:36 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 1a34DL-0002mw-Az for ged-emacs-devel@m.gmane.org; Sun, 29 Nov 2015 16:48:35 +0100 Original-Received: from localhost ([::1]:36722 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a34DP-0001r6-5L for ged-emacs-devel@m.gmane.org; Sun, 29 Nov 2015 10:48:39 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49772) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a34DM-0001r0-7N for emacs-devel@gnu.org; Sun, 29 Nov 2015 10:48:36 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a34DJ-0001B7-0M for emacs-devel@gnu.org; Sun, 29 Nov 2015 10:48:36 -0500 Original-Received: from mtaout29.012.net.il ([80.179.55.185]:38944) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a34DI-00019y-Oo; Sun, 29 Nov 2015 10:48:32 -0500 Original-Received: from conversion-daemon.mtaout29.012.net.il by mtaout29.012.net.il (HyperSendmail v2007.08) id <0NYL00G002IFSS00@mtaout29.012.net.il>; Sun, 29 Nov 2015 17:48:08 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([84.94.185.246]) by mtaout29.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NYL00ETP2K8UT10@mtaout29.012.net.il>; Sun, 29 Nov 2015 17:48:08 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.185 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:195540 Archived-At: > From: Richard Stallman > CC: eliz@gnu.org, stephen.berman@gmx.net, emacs-devel@gnu.org > Date: Sun, 29 Nov 2015 01:03:40 -0500 > > Would you please set it up so that ^J in search > does not match anything but a newline? > > I often used to search for a blank line with C-s C-j C-j. > I often used to search for WORD at the start of a line > with C-s C-j WORD. They are both broken now. Both of these work for me, on the emacs-25 branch and on master. When did you last update your repository?