all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: rms@gnu.org
Cc: emacs-devel@gnu.org
Subject: Re: "CHANGED outside Customize" in frames customization group
Date: Sun, 30 Dec 2007 15:07:43 +0100	[thread overview]
Message-ID: <4777A62F.9080009@gmx.at> (raw)
In-Reply-To: <E1J8fnv-0001rz-Ob@fencepost.gnu.org>

 >     default-frame-alist: Hide Value
 > 	State: CHANGED outside Customize; operating on it here may be unreliable.
 >
 > Can you fix this by calling custom-reevaluate-setting
 > in the appropriate place in startup.el?
 > (With the other calls to it.)

IIUC `custom-reevaluate-setting' can be used to set a variable after
some environment value has been established as for `blink-cursor-mode'.
The situation seems completely different for `default-frame-alist'.  I
know people object, but as it's currently used this variable is simply
not suited for customization.  The first reason is immediately visible
when starting Emacs without your .emacs.  The value is here:

((left-fringe) (right-fringe) (menu-bar-lines . 1) (tool-bar-lines . 1))

I know how to get rid of the -fringe entries.  But I don't know what to
do with the -line entries (which are BTW already there in Emacs 21).
Delete them in the customization buffer, save your settings, restart
Emacs, and here they are again.

A second reason is the function `modify-all-frames-parameters'.  This
function may set `default-frame-alist'.  Customize `tool-bar-mode' or
`fringe-mode' and you will change your `default-frame-alist' settings.

These issues are hardly noticeable for most of us.  Whatever approach
we've chosen to set up this variable, we're hardly going to change its
value often.  A novice user, however, will be confronted with a not very
motivating advice when starting to customize the appearance of frames.

  reply	other threads:[~2007-12-30 14:07 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-29  9:44 "CHANGED outside Customize" in frames customization group martin rudalics
2007-12-29 15:51 ` Drew Adams
2007-12-29 16:14   ` Luc Teirlinck
2007-12-29 17:33   ` martin rudalics
2007-12-29 18:14     ` Drew Adams
2007-12-30  1:36     ` Richard Stallman
2007-12-29 17:48 ` Richard Stallman
2007-12-30 14:07   ` martin rudalics [this message]
2007-12-30 15:42     ` Richard Stallman
2007-12-30 18:18       ` martin rudalics
2007-12-30 22:58         ` Richard Stallman
2007-12-31 11:04           ` martin rudalics
2008-01-01  3:18             ` Richard Stallman
2008-01-01 10:24               ` martin rudalics
2008-01-03  9:50                 ` Richard Stallman
2008-01-03 19:32                   ` martin rudalics
2008-01-05  5:54                     ` Richard Stallman
2008-01-05 10:14                       ` martin rudalics
2008-01-06 18:10                         ` Richard Stallman
2008-01-06 19:00                           ` martin rudalics
2008-01-07 11:31                             ` Richard Stallman

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=4777A62F.9080009@gmx.at \
    --to=rudalics@gmx.at \
    --cc=emacs-devel@gnu.org \
    --cc=rms@gnu.org \
    /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.