A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/sebastiencs/frame-local below:

sebastiencs/frame-local: Access variables local to a frame

Access variables local to a frame

You can use the functions frame-local-[set,get,setq,getq]
With frame-local-[setq,getq], the variables must not be quoted.

It is recommended to prefix the variables with your package name
to not create conflicts with variables from other packages.

Examples:

(frame-local-set 'my-variable 1)
(frame-local-get 'my-variable)
(frame-local-setq my-other-variable 2 some-frame)
(frame-local-getq my-other-variable some-frame)

Note that the variables created with this package don't have any
relation with variables defined by defvar, defconst etc.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4