From: Emanuel Berg via Users list for the GNU Emacs text editor <help-gnu-emacs@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: don't understand setq-default
Date: Sun, 18 Apr 2021 13:40:19 +0200 [thread overview]
Message-ID: <87mttvx1lo.fsf@zoho.eu> (raw)
I don't understand `setq-default', maybe I never did, unsure.
The docstring isn't good, it only describes how it will
happens which is intuitive at that (well, that's good that
it) but not how and why it is used.
You assign a variable I understand
ultra-hd = 2160
ikr? ultra-hd is 2160!
but full-hd is assigned the default value 1080
full-hd d= 1080
what does that mean, except for the obvious that d stands for
"diversion"?
the only thing I can make up, is that if the common-sense
variable is unset, it falls back to 1080?
but then where is this value stored?
( actual . default ) won't work
(or actual default) cool but also won't work
property?
surely you don't have to look for it explicitly?
built-in in some really clever way (really clever =
everything you don't understand. stupid = everything you
already know. and right in between? number 1)
Here is the docstring, it gives the impression everyone
already knows about it. And, if so, I have to give it to it,
probably it makes a whole lot more sense, reight?
(setq-default [VAR VALUE]...)
Probably introduced at or before Emacs version 18.
Set the default value of variable VAR to VALUE.
VAR, the variable name, is literal (not evaluated);
VALUE is an expression: it is evaluated and its value returned.
The default value of a variable is seen in buffers
that do not have their own values for the variable.
More generally, you can use multiple variables and values, as in
(setq-default VAR VALUE VAR VALUE...)
This sets each VAR’s default value to the corresponding VALUE.
The VALUE for the Nth VAR can refer to the new default values
of previous VARs.
--
underground experts united
https://dataswamp.org/~incal
next reply other threads:[~2021-04-18 11:40 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-18 11:40 Emanuel Berg via Users list for the GNU Emacs text editor [this message]
2021-04-18 13:02 ` don't understand setq-default Omar Polo
2021-04-18 13:39 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-04-18 13:40 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-04-18 14:19 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-04-18 14:59 ` Omar Polo
2021-04-19 3:06 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-04-19 3:23 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-04-19 3:33 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-04-19 6:40 ` Omar Polo
2021-04-19 13:39 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-04-19 12:49 ` Thibaut Verron
2021-04-19 17:29 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-04-18 21:59 ` Jean Louis
2021-04-18 22:28 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-04-19 6:44 ` Jean Louis
2021-04-19 17:17 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-04-19 3:49 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-04-19 6:52 ` Jean Louis
2021-04-19 17:26 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-04-20 5:44 ` Rounding percentages... was setq-default Jean Louis
2021-04-30 1:04 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-04-18 21:55 ` don't understand setq-default Jean Louis
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87mttvx1lo.fsf@zoho.eu \
--to=help-gnu-emacs@gnu.org \
--cc=moasenwood@zoho.eu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.