From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id WJmnNIDOEV9GOQAA0tVLHw (envelope-from ) for ; Fri, 17 Jul 2020 16:14:56 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id AIyTMIDOEV+RBQAA1q6Kng (envelope-from ) for ; Fri, 17 Jul 2020 16:14:56 +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 4C51A9403A3 for ; Fri, 17 Jul 2020 16:14:56 +0000 (UTC) Received: from localhost ([::1]:52398 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jwT0f-0002jh-IU for larch@yhetil.org; Fri, 17 Jul 2020 12:14:53 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53244) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jwSzm-0002gz-Uz for emacs-orgmode@gnu.org; Fri, 17 Jul 2020 12:14:00 -0400 Received: from ericabrahamsen.net ([52.70.2.18]:43968 helo=mail.ericabrahamsen.net) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jwSzk-0007et-8R for emacs-orgmode@gnu.org; Fri, 17 Jul 2020 12:13:58 -0400 Received: from localhost (c-73-254-86-141.hsd1.wa.comcast.net [73.254.86.141]) (Authenticated sender: eric@ericabrahamsen.net) by mail.ericabrahamsen.net (Postfix) with ESMTPSA id 31F37FA0B2; Fri, 17 Jul 2020 16:13:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ericabrahamsen.net; s=mail; t=1595002427; bh=uDIVp62PcGlDgrllOFJmJPPQveHulXikx4a+CBYMEug=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=nYwcHPZ98Enc7U2UCHgx9KfTN74TY844aF9x7HEoEtudhiVb1myqwdq/f17Zl2z/q FFHy/SpqDL4lnI89+ltO1+mIVuE//rHRpq95VgGdmI1tJU7eV95dQI42SYDEX1kTnP szoraoJxwD6YaGOuk2fOPQOT/7jloFrZ0XOMcTAA= From: Eric Abrahamsen To: "Basil L. Contovounesios" Subject: Re: [PATCH] org-eldoc: Fix compatibility with Emacs 28 References: <874kq6g0le.fsf@kyleam.com> <87h7u6v49q.fsf@tcd.ie> Date: Fri, 17 Jul 2020 09:13:45 -0700 In-Reply-To: <87h7u6v49q.fsf@tcd.ie> (Basil L. Contovounesios's message of "Fri, 17 Jul 2020 11:12:49 +0100") Message-ID: <87h7u63yrq.fsf@ericabrahamsen.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=52.70.2.18; envelope-from=eric@ericabrahamsen.net; helo=mail.ericabrahamsen.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/17 12:13:48 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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: , Cc: "James N. V. Cash" , emacs-orgmode@gnu.org Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=fail (rsa verify failed) header.d=ericabrahamsen.net header.s=mail header.b=nYwcHPZ9; dmarc=fail reason="SPF not aligned (relaxed)" header.from=ericabrahamsen.net (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: 0.09 X-TUID: w6hk1HBJAuIQ "Basil L. Contovounesios" writes: > Kyle Meyer writes: > >> All right, thanks. Here's that in patch form. I briefly tested with >> Emacs 26, 27, and 28, and things seemed to work fine (though I'm not an >> org-eldoc user). > > I'm not either, but it seems to get pulled in automatically when > org-plus-contrib is installed - that's how I noticed the errors in Org > buffers. I was also trying to figure out how to shut it off, and there were no obvious knobs to do so. Given that this gets installed implicitly, I think maybe it shouldn't be turned on by default. Isn't this what `org-modules' is for?