From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id lRlPHoK+QV+FXwAA0tVLHw (envelope-from ) for ; Sun, 23 Aug 2020 00:55:30 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id wM7jGYK+QV99SgAAB5/wlQ (envelope-from ) for ; Sun, 23 Aug 2020 00:55:30 +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 14EB19403D2 for ; Sun, 23 Aug 2020 00:55:29 +0000 (UTC) Received: from localhost ([::1]:42334 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k9eIA-0005oN-GD for larch@yhetil.org; Sat, 22 Aug 2020 20:55:26 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43838) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k9eHc-0005oD-Qg for emacs-orgmode@gnu.org; Sat, 22 Aug 2020 20:54:52 -0400 Received: from agw3.byu.edu ([128.187.16.187]:39714) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k9eHa-00064l-IV for emacs-orgmode@gnu.org; Sat, 22 Aug 2020 20:54:52 -0400 Received: from cangw3.byu.edu (cangw3.byu.edu [10.18.21.143]) by agw3.byu.edu (Postfix) with ESMTPS id D787D5B444; Sat, 22 Aug 2020 18:54:46 -0600 (MDT) Received: from endless-inside ([10.0.81.185]) by cangw3.byu.edu (8.15.2/8.15.2/Debian-8) with ESMTP id 07N0sbp1019670; Sat, 22 Aug 2020 18:54:46 -0600 From: "Tory S. Anderson" To: "orgmode list" Subject: Problem in 9.3: (next-error) broken Content-Transfer-Encoding: quoted-printable Date: Sat, 22 Aug 2020 18:53:24 -0600 Message-ID: <878se6p4hn.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.35 () [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), C43(0.1) 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: 0a3iMSKHR - c9fc5d4c076e - 20200822 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/22 20:54:46 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: tfpQJBL7GGl4 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