help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: [SOLVED with `eval']: Why I cannot use this variable in macro call f


From: Jean Louis
Subject: Re: [SOLVED with `eval']: Why I cannot use this variable in macro call from function?
Date: Tue, 8 Jun 2021 23:12:26 +0300
User-agent: Mutt/2.0.7+183 (3d24855) (2021-05-28)

* tomas@tuxteam.de <tomas@tuxteam.de> [2021-06-08 23:04]:
> You want to define a variable whose name you can only know
> at run time? Did I understand that correctly?

Exactly. The dynamic history variable in this case.

- The database table "notes" references the table "people"

- User edits the table "notes" and wish to re-assign the note to
  another person; pressing up down brings back the history items for
  that specific table, and the variable becomes automatically defined
  as `people-history'

- now imagine hundreds of such variables and they grow each week
  dynamically whenever some new table gets added;

Larger problem is the mixed history causes problems, so this way there
is no global history.


-- 
Jean

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

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



reply via email to

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