unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: emacs-devel <emacs-devel@gnu.org>
Subject: "CHANGED outside Customize" in frames customization group
Date: Sat, 29 Dec 2007 10:44:19 +0100	[thread overview]
Message-ID: <477616F3.8000003@gmx.at> (raw)

Users who want to customize one of the variables listed below are
currently told:


default-frame-alist: Hide Value
    State: CHANGED outside Customize; operating on it here may be unreliable.

initial-frame-alist: Hide Value
    State: CHANGED outside Customize; operating on it here may be unreliable.

menu-bar-mode: Hide Value Toggle  on (non-nil)
    State: CHANGED outside Customize; operating on it here may be unreliable.

tool-bar-mode: Hide Value Toggle  off (nil)
    State: CHANGED outside Customize; operating on it here may be unreliable.

These are probably due to the attempts to make `default-frame-alist' and
`initial-frame-alist' reflect the actual states of `menu-bar-mode' and
`tool-bar-mode' and vice-versa.


pop-up-frame-function: Hide Value (lambda nil (make-frame pop-up-frame-alist))
    State: CHANGED outside Customize; operating on it here may be unreliable.

due to

(setq pop-up-frame-function
       ;; Using `function' here caused some sort of problem.
       '(lambda ()
	 (make-frame pop-up-frame-alist)))

in frame.el and


special-display-function: Hide Value special-display-popup-frame
    State: CHANGED outside Customize; operating on it here may be unreliable.

due to

	(setq special-display-function 'special-display-popup-frame)

in frame.el.


Maybe these variables shouldn't be customizable in the first place.
Else we should try to improve the user interface.  Any suggestions?

             reply	other threads:[~2007-12-29  9:44 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-29  9:44 martin rudalics [this message]
2007-12-29 15:51 ` "CHANGED outside Customize" in frames customization group 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
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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=477616F3.8000003@gmx.at \
    --to=rudalics@gmx.at \
    --cc=emacs-devel@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).