unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* dlet (need help): let: Symbol’s value as variable is void: wrs::variables
@ 2021-09-20 16:45 Jean Louis
  2021-09-20 23:17 ` Michael Heerdegen
  0 siblings, 1 reply; 3+ messages in thread
From: Jean Louis @ 2021-09-20 16:45 UTC (permalink / raw)
  To: Help GNU Emacs


I just know that this code worked, and now it doesn't:

(dlet ((wrs::variables (make-hash-table :test 'equal))
       (wrs::_ (puthash "areas_name" "Hyperscope" wrs::variables)))
  )

let: Symbol’s value as variable is void: wrs::variables

In my opinion when I define `wrs::variables' as being temporarily
global variable first time then it should be available in the second
line.

It did work before weeks or maybe 1-2 months. Now it doesn't.

Maybe this is bug.

No need to disadvise me using `dlet' as I do need it. Does anybody
know if this could be bug or why it does not work?


Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

In support of Richard M. Stallman
https://stallmansupport.org/



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

end of thread, other threads:[~2021-09-21  4:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-20 16:45 dlet (need help): let: Symbol’s value as variable is void: wrs::variables Jean Louis
2021-09-20 23:17 ` Michael Heerdegen
2021-09-21  4:28   ` Jean Louis

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).