all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Storing values for subsequent sessions and customize-option
@ 2022-09-17 23:29 uzibalqa
  2022-09-18  5:40 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: uzibalqa @ 2022-09-17 23:29 UTC (permalink / raw)
  To: uzibalqa via Users list for the GNU Emacs text editor


How can I store computed values from a function to be available for subsequent sessions?
I am also struggling to understand the  of user customisation using "M-x customize-option".
Values in "M-x customize-option" seem to be saved, but how do these word for the subsequent
sessions?



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

* Re: Storing values for subsequent sessions and customize-option
  2022-09-17 23:29 Storing values for subsequent sessions and customize-option uzibalqa
@ 2022-09-18  5:40 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2022-09-18  5:40 UTC (permalink / raw)
  To: help-gnu-emacs

> Date: Sat, 17 Sep 2022 23:29:13 +0000
> From: uzibalqa <uzibalqa@proton.me>
> 
> 
> How can I store computed values from a function to be available for subsequent sessions?

Write the values to a file and then read them when the next session
starts.

> I am also struggling to understand the  of user customisation using "M-x customize-option".
> Values in "M-x customize-option" seem to be saved, but how do these word for the subsequent
> sessions? 

The options are saved and restored from a disk file.



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

end of thread, other threads:[~2022-09-18  5:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-17 23:29 Storing values for subsequent sessions and customize-option uzibalqa
2022-09-18  5:40 ` Eli Zaretskii

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.