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

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

bug#67848: 29.1; Fix usage of `setq-default' and add explanation


From: Eli Zaretskii
Subject: bug#67848: 29.1; Fix usage of `setq-default' and add explanation
Date: Sat, 23 Dec 2023 11:00:58 +0200

> From: Xiyue Deng <manphiz@gmail.com>
> Date: Sat, 16 Dec 2023 03:18:20 -0800
> 
> 
> In the lisp intro book, there is a discrepancy in the section "Text and
> Auto Fill mode" where the first code example uses "(setq-default
> major-mode 'text-mode)"[1] but in the later explanation part the
> function was changed to `setq'[2].  It looks like the original change[3]
> was to deprecate the usage of "default-major-mode", but forgot to update
> the other part.
> 
> I have prepared a patch to make it consistent, and also added some extra
> text to explain why `setq-default' is required for a buffer local
> variable using a foot note.  Will add in the next mail.

Thanks, but I think it's wrong to use setq-default here, since that
makes Text mode the default major-mode (instead of Fundamental), which
is not what most people would want.

I think we should instead do one of the following:

  . convert the _first_ setq-default to setq
  . do as above, and also explain that people who really want Emacs to
    start new buffers in Text mode should use setq-default

Would you like to amend your patch along these lines?





reply via email to

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