From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id qDW/EpfnQ18OMQAA0tVLHw (envelope-from ) for ; Mon, 24 Aug 2020 16:15:19 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id +AiCDpfnQ1+VRAAAbx9fmQ (envelope-from ) for ; Mon, 24 Aug 2020 16:15:19 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id BBF90940223 for ; Mon, 24 Aug 2020 16:15:18 +0000 (UTC) Received: from localhost ([::1]:58412 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kAF7t-00050j-ND for larch@yhetil.org; Mon, 24 Aug 2020 12:15:17 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50696) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kAF7O-0004y5-IY for emacs-orgmode@gnu.org; Mon, 24 Aug 2020 12:14:46 -0400 Received: from agw3.byu.edu ([128.187.16.187]:51180) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kAF7M-0003p0-Nc for emacs-orgmode@gnu.org; Mon, 24 Aug 2020 12:14:46 -0400 Received: from cangw2.byu.edu (cangw2.byu.edu [10.18.21.142]) by agw3.byu.edu (Postfix) with ESMTPS id EE3518BCD0; Mon, 24 Aug 2020 10:14:40 -0600 (MDT) Received: from endless-inside ([10.0.81.185]) by cangw2.byu.edu (8.15.2/8.15.2/Debian-8) with ESMTP id 07OGEdI8006081; Mon, 24 Aug 2020 10:14:39 -0600 From: "Tory S. Anderson" To: "orgmode list" Subject: Re: Problem in 9.3: (next-error) broken References: <878se6p4hn.fsf@byu.edu> Content-Transfer-Encoding: quoted-printable Date: Mon, 24 Aug 2020 10:13:26 -0600 In-Reply-To: <878se6p4hn.fsf@byu.edu> (Tory S. Anderson's message of "Sat, 22 Aug 2020 18:53:24 -0600") Message-ID: <87sgcc10pl.fsf@byu.edu> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Bayes-Prob: 0.0001 (Score -1, tokens from: Outbound, byu-edu:default, base:default, @@RPTN) X-Spam-Score: 0.25 () [Hold at 5.00] FSL_HELO_NON_FQDN_1:1.2, MIME_QP_LONG_LINE:0.001, RDNS_NONE:0.05, Bayes(0.0001:-1.0) X-CanIt-Geo: No geolocation information available for 10.0.81.185 X-CanItPRO-Stream: byu-edu:Outbound (inherits from byu-edu:default, base:default) X-Canit-Stats-ID: 093jseDay - fe0b38924177 - 20200824 X-Scanned-By: CanIt (www . roaringpenguin . com) Received-SPF: pass client-ip=128.187.16.187; envelope-from=tory_anderson@byu.edu; helo=agw3.byu.edu X-detected-operating-system: by eggs.gnu.org: First seen = 2020/08/24 12:14:41 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, MIME_QP_LONG_LINE=0.001, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=fail reason="SPF not aligned (relaxed), No valid DKIM" header.from=byu.edu (policy=none); spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Spam-Score: 1.59 X-TUID: RJO5mV9UUMFs I discovered teh cause of this error is that new versions of orgmode sets next-error-function and so breaks the. I've added a hook to clear this in orgmode and I can navigate my grep properly again. "Tory S. Anderson" writes: > Running 9.3 as included in emacs 27, I have found a breaking error that I am not sure how to debug any further. Here's my workflow: > > 1 or 2. Execute (find-grep) for something that brings results > 1 or 2. Switch to an orgmode buffer > 3. Attempt C-` (next-error) > > Result: user-error: No more matches > > Switch to a non-org buffer and try again -- it works properly, even without re-grepping. > > This error DID occur in emacs -Q, so it shouldn't be the result of any competing packages. > > Any suggestions to recover my workflow? > > Thanks, > > - Tory