From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: rafal.kowalski@mac.com (=?utf-8?Q?Rafa=C5=82?= Kowalski) Newsgroups: gmane.emacs.help Subject: Re: `dired-do-search' not resuming search Date: Mon, 14 Sep 2015 16:16:45 +0200 Message-ID: References: <0f5cb638-6f8d-48fd-8a2f-2d0412b41719@default> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1442240254 10355 80.91.229.3 (14 Sep 2015 14:17:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 14 Sep 2015 14:17:34 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Sep 14 16:17:26 2015 Return-path: Envelope-to: geh-help-gnu-emacs@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 1ZbUZN-0004MX-LI for geh-help-gnu-emacs@m.gmane.org; Mon, 14 Sep 2015 16:17:21 +0200 Original-Received: from localhost ([::1]:41187 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbUZN-0002HO-4J for geh-help-gnu-emacs@m.gmane.org; Mon, 14 Sep 2015 10:17:21 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36645) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbUZB-0002HF-4T for help-gnu-emacs@gnu.org; Mon, 14 Sep 2015 10:17:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZbUZ7-00049T-1p for help-gnu-emacs@gnu.org; Mon, 14 Sep 2015 10:17:09 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:41440) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbUZ6-00048O-Qd for help-gnu-emacs@gnu.org; Mon, 14 Sep 2015 10:17:04 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZbUYx-0003uU-M1 for help-gnu-emacs@gnu.org; Mon, 14 Sep 2015 16:16:55 +0200 Original-Received: from 65.13.76.83.dynamic.wline.res.cust.swisscom.ch ([83.76.13.65]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Sep 2015 16:16:55 +0200 Original-Received: from rafal.kowalski by 65.13.76.83.dynamic.wline.res.cust.swisscom.ch with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Sep 2015 16:16:55 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 21 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 65.13.76.83.dynamic.wline.res.cust.swisscom.ch User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (darwin) Cancel-Lock: sha1:02VZm5n6ipSq1o72dvCvii82PuQ= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:107197 Archived-At: -> Drew Adams writes: >> I've been using the `dired-do-search' for a long time to find regexp >> matches in marked files in a directory. If there were more matches, you >> could resume the search and find the next match with `M-,' but it >> stopped working for me somewhere around the 24.4 or 24.5 release. >> Currently I'm on 25.0.50.2 and when I do `M-,' after the first match is >> found, I'm getting `xref-pop-marker-stack: Marker stack is empty'. >> >> Can somebody help me fix it? Thanks. > If you see the same behavior when starting Emacs using > `emacs -Q' (no init file), consider reporting the problem: > `M-x report-emacs-bug'. Yes, see the same behavior with `emacs -Q'. I'll file a bug report then. Thanks. -- -rafaƂ