unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Native Compile: Example Of Possibly Spurious Warning
@ 2021-05-16 20:51 T.V Raman
  2021-05-17  6:01 ` Eli Zaretskii
  2021-05-17 19:25 ` Andrea Corallo via Emacs development discussions.
  0 siblings, 2 replies; 8+ messages in thread
From: T.V Raman @ 2021-05-16 20:51 UTC (permalink / raw)
  To: emacs-devel

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  🦮



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-05-17 20:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-16 20:51 Native Compile: Example Of Possibly Spurious Warning T.V Raman
2021-05-17  6:01 ` Eli Zaretskii
2021-05-17 13:58   ` T.V Raman
2021-05-17 14:16     ` Eli Zaretskii
2021-05-17 19:22       ` Andrea Corallo via Emacs development discussions.
2021-05-17 20:20         ` T.V Raman
2021-05-17 16:12     ` T.V Raman
2021-05-17 19:25 ` Andrea Corallo via Emacs development discussions.

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).