From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/50599 Path: main.gmane.org!not-for-mail From: Per Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: convert from setq to customization Date: Thu, 06 Mar 2003 08:55:45 +0100 Organization: The Church of Emacs Sender: owner-ding@hpc.uh.edu Message-ID: References: <86u1em4wdn.fsf@red.stonehenge.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1046937367 23451 80.91.224.249 (6 Mar 2003 07:56:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 6 Mar 2003 07:56:07 +0000 (UTC) Original-X-From: owner-ding@hpc.uh.edu Thu Mar 06 08:56:06 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18qqEY-000666-00 for ; Thu, 06 Mar 2003 08:56:06 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18qqEW-0008KA-00; Thu, 06 Mar 2003 01:56:04 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 06 Mar 2003 01:57:04 -0600 (CST) Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id BAA05449 for ; Thu, 6 Mar 2003 01:56:51 -0600 (CST) Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18qqDj-00062S-00 for ; Thu, 06 Mar 2003 08:55:15 +0100 Mail-Followup-To: ding@hpc.uh.edu X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@hpc.uh.edu Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 18qqDi-00062J-00 for ; Thu, 06 Mar 2003 08:55:14 +0100 Original-Lines: 27 Original-X-Complaints-To: usenet@main.gmane.org X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM|8MBp/ Mail-Copies-To: nobody User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.1 (sparc-sun-solaris2.8) Cancel-Lock: sha1:ZFB1kFiDmeOtg82rz4lTy3ILqt4= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:50599 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:50599 Reiner Steib <4.uce.03.r.s@nurfuerspam.de> writes: > On Wed, Mar 05 2003, Per Abrahamsen wrote: > >> Interesting idea, try this function. It list all user options that >> have been changed outside customize. >> >> (defun customize-rogue () >> "Customize all user options modified outside customize." > [...] > > Starting emacs (21.2.95.2) with "-no-site-file -q" `customize-rogue' > lists the following variables: > > current-language-environment debug-ignored-errors default-frame-alist > default-input-method eol-mnemonic-dos eol-mnemonic-mac exec-path > file-coding-system-alist help-event-list menu-bar-mode > mode-line-format normal-erase-is-backspace pop-up-frame-function > same-window-buffer-names same-window-regexps shell-file-name > site-run-file special-display-function text-mode-hook tooltip-mode > unify-8859-on-encoding-mode user-full-name user-mail-address > > Would it make sense to omit them in your function? No, but it would make sense to fix them, some of them just need to have the correct standard-value. I suspect menu-bar-mode has already been fixed in CVS.