From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Eldoc and setupfile issue Date: Tue, 04 Feb 2020 08:50:46 +0100 Message-ID: <87a75ykcyx.fsf@gnu.org> References: <87v9w56cer.fsf@gold.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:55604) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iysz4-000886-Ez for emacs-orgmode@gnu.org; Tue, 04 Feb 2020 02:50:59 -0500 In-Reply-To: <87v9w56cer.fsf@gold.ac.uk> (Jamie Forth's message of "Sat, 13 Jul 2019 19:02:20 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane-mx.org@gnu.org Sender: "Emacs-orgmode" To: Jamie Forth Cc: =?utf-8?Q?=C5=81ukasz?= Gruner , emacs-orgmode@gnu.org Hi Jamie, I'm copying =C5=81ukasz, the author of org-eldoc.el, in case he can have a look at the issue below. Thanks, Jamie Forth writes: > Using the org-eldoc contrib, visiting a file with a setupfile keyword > seems to prevent global-eldoc-mode from enabling eldoc in org > buffers. > > Steps to reproduce: > 1. emacs -Q -l minimal.el > 2. open setup.org > - eldoc is enabled > 3. open test.org > - eldoc is not enabled > > GNU Emacs 27.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.5) > Org mode version 9.2.4 (release_9.2.4-400-g2c8e8b) > > -- > Jamie > > (add-to-list 'load-path (expand-file-name "~/src/emacs/org-mode/lisp")) > (add-to-list 'load-path (expand-file-name "~/src/emacs/org-mode/contrib/l= isp")) > (require 'org-eldoc) > > # An empty file > > #+begin_src elisp :results verbatim > eldoc-mode > #+end_src > > #+RESULTS: > : t > > # A file containing a setupfile keyword. > > #+setupfile: ./setup.org > > #+begin_src elisp :results verbatim > eldoc-mode > #+end_src > > #+RESULTS: > : nil > --=20 Bastien