[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Native Compile: Example Of Possibly Spurious Warning
From: |
T.V Raman |
Subject: |
Native Compile: Example Of Possibly Spurious Warning |
Date: |
Sun, 16 May 2021 13:51:02 -0700 (PDT) |
Here is an example.
eak/lisp/emacspeak-preamble.el: Error: Symbol's value as variable is
void emacspeak-user-directory Disable showing Disable logging
The above file contains this innocent looking defvar:
(defvar emacspeak-user-directory (expand-file-name "~/.emacspeak/")
"Emacspeak resources, e.g. pronunciation dicts.")
The only library it has required at that point is cl-lib
In the running emacs, the variable emacspeak-user-directory has the
expected value:
"/home/raman/.emacspeak/"
So why the warning above?
--
Thanks,
--Raman
♉ Id: kg:/m/0285kf1 🦮
--
Thanks,
--Raman
♉ Id: kg:/m/0285kf1 🦮
- Native Compile: Example Of Possibly Spurious Warning,
T.V Raman <=
Re: Native Compile: Example Of Possibly Spurious Warning, Andrea Corallo, 2021/05/17