emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [bug?] File contents of SETUPFILE's is read twice


From: Sebastien Vauban
Subject: [O] [bug?] File contents of SETUPFILE's is read twice
Date: Wed, 05 Feb 2014 15:34:28 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (windows-nt)

Hello,

It seems wrong to me that the SETUPFILE's are accessed twice.

Here is the proof...

Org file (containing a reference to a non-existing setup file):

--8<---------------cut here---------------start------------->8---
#+SETUPFILE: ~/missing-file.setup

* Test

Blah...
--8<---------------cut here---------------end--------------->8---

Minimal Emacs configuration file:

--8<---------------cut here---------------start------------->8---
;; Org mode
(add-to-list 'load-path "~/Public/Repositories/org-mode/lisp")

(find-file "~/test.org")
--8<---------------cut here---------------end--------------->8---

Resulting *Messages* buffer:

--8<---------------cut here---------------start------------->8---
For information about GNU Emacs and the GNU system, type C-h C-a.
Cannot read file "d:/Users/fni/missing-file.setup" [2 times]
--8<---------------cut here---------------end--------------->8---

WDYT?  (this could have a performance impact, even if marginal?)

Best regards,
  Seb

-- 
Sebastien Vauban




reply via email to

[Prev in Thread] Current Thread [Next in Thread]