From xemacs-m  Fri Apr 25 12:33:13 1997
Received: from macon.informatik.uni-tuebingen.de (macon2.Informatik.Uni-Tuebingen.De [134.2.13.2])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id MAA08409
	for <xemacs-beta@xemacs.org>; Fri, 25 Apr 1997 12:33:12 -0500 (CDT)
Received: from modas.informatik.uni-tuebingen.de (modas.Informatik.Uni-Tuebingen.De [134.2.12.3]) by macon.informatik.uni-tuebingen.de (8.8.4/8.8.3/AIX-4.1/WSI-1.0) with SMTP id TAA14150 for <xemacs-beta@xemacs.org>; Fri, 25 Apr 1997 19:32:43 +0200
Received: by modas.informatik.uni-tuebingen.de (AIX 4.1/UCB 5.64/4.03)
          id AA26950; Fri, 25 Apr 1997 19:32:42 +0200
To: xemacs-beta@xemacs.org
Subject: Custom giving me a headache
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=ISO-8859-1
From: sperber@informatik.uni-tuebingen.de (Michael Sperber [Mr. Preprocessor])
Date: 25 Apr 1997 19:32:41 +0200
Message-Id: <y9lhggvgg92.fsf@modas.informatik.uni-tuebingen.de>
Lines: 39
X-Mailer: Gnus v5.4.46/XEmacs 20.2(beta2)
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by xemacs.org id MAA08411


Color me stupid.

I tried this:

(defcustom dired-no-confirm nil
  "*If non-nil, a list of symbols for commands dired should not confirm.
It can be a sublist of

  '(byte-compile chgrp chmod chown compress copy delete hardlink load
    move print shell symlink uncompress recursive-delete kill-file-buffer
    kill-dired-buffer patch create-top-dir revert-subdirs)
Blabla"
  :type '(choice (const nil)
		 (set (byte-compile chgrp chmod chown compress copy
				    delete hardlink load move print
				    shell symlink uncompress recursive-delete
				    kill-file-buffer kill-dired-buffer patch
				    create-top-dir revert-subdirs)))
  :group 'dired-behavior)

and I can't figure out for the life of me how to edit the little
sucker.  This seems the best I can do:

** Dired No Confirm: nil
State: you have edited the item, and can now set it.
[*] [?] If non-nil, a list of symbols for commands dired should not confirm.
 ^ and I can toggle this to a '+'

"Edit" from the menu doesn't do anything.  "you have edited" comes
solely from a button2 on "Dired No Confirm."

My guess is I've done something wrong with the defcustom.  Hrvoje?
Per?

-- 
Cheers =8-} Chipsy
Friede, Vlkerverstndigung und berhaupt blabla

