From unknown Mon Jun 23 07:46:58 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#6597 <6597@debbugs.gnu.org> To: bug#6597 <6597@debbugs.gnu.org> Subject: Status: 24.0.50; `dired-no-confirm' defcustom Reply-To: bug#6597 <6597@debbugs.gnu.org> Date: Mon, 23 Jun 2025 14:46:58 +0000 retitle 6597 24.0.50; `dired-no-confirm' defcustom reassign 6597 emacs submitter 6597 "Drew Adams" severity 6597 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 09 19:49:56 2010 Received: (at submit) by debbugs.gnu.org; 9 Jul 2010 23:49:56 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OXNKN-0000B8-Qu for submit@debbugs.gnu.org; Fri, 09 Jul 2010 19:49:56 -0400 Received: from mx10.gnu.org ([199.232.76.166]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OXNKN-0000B1-1o for submit@debbugs.gnu.org; Fri, 09 Jul 2010 19:49:55 -0400 Received: from lists.gnu.org ([199.232.76.165]:45937) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1OXNKJ-0002q1-8m for submit@debbugs.gnu.org; Fri, 09 Jul 2010 19:49:51 -0400 Received: from [140.186.70.92] (port=43835 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OXNKH-0002ZT-LT for bug-gnu-emacs@gnu.org; Fri, 09 Jul 2010 19:49:50 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OXNKG-0003hf-JE for bug-gnu-emacs@gnu.org; Fri, 09 Jul 2010 19:49:49 -0400 Received: from rcsinet10.oracle.com ([148.87.113.121]:38019) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OXNKG-0003hQ-B8 for bug-gnu-emacs@gnu.org; Fri, 09 Jul 2010 19:49:48 -0400 Received: from rcsinet13.oracle.com (rcsinet13.oracle.com [148.87.113.125]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id o69NnjnY031239 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 9 Jul 2010 23:49:47 GMT Received: from acsmt354.oracle.com (acsmt354.oracle.com [141.146.40.154]) by rcsinet13.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o69IZUN1009513 for ; Fri, 9 Jul 2010 23:49:45 GMT Received: from abhmt002.oracle.com by acsmt355.oracle.com with ESMTP id 393911881278719271; Fri, 09 Jul 2010 16:47:51 -0700 Received: from dradamslap1 (/10.175.236.134) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 09 Jul 2010 16:47:51 -0700 From: "Drew Adams" To: Subject: 24.0.50; `dired-no-confirm' defcustom Date: Fri, 9 Jul 2010 16:47:52 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcsfwSUFsRFT/hDnQduKv2p7CaZvFA== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5931 X-Source-IP: acsmt354.oracle.com [141.146.40.154] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090201.4C37B599.01DF:SCFMA4539814,ss=1,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -6.3 (------) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.3 (------) emacs -Q The custom :type and the doc string of `dired-no-confirm' are not correct. Code (in dired.el and dired-aux.el and 3rd-party code) binds and tests also the value `t'. The user option should offer `t' as a possible value, and the doc string should reflect that. The :type should be something like this: '(choice (const :tag "Confirmation never needed" t) (set (const byte-compile) ...)) In GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600) of 2010-06-28 on 3249CTO Windowing system distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (4.4) --no-opt --cflags -Ic:/xpm/include' From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 22 08:18:19 2010 Received: (at 6597-done) by debbugs.gnu.org; 22 Jul 2010 12:18:19 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ObujC-000836-TE for submit@debbugs.gnu.org; Thu, 22 Jul 2010 08:18:19 -0400 Received: from mail-bw0-f44.google.com ([209.85.214.44]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1ObujB-000831-3Q for 6597-done@debbugs.gnu.org; Thu, 22 Jul 2010 08:18:17 -0400 Received: by bwz7 with SMTP id 7so883539bwz.3 for <6597-done@debbugs.gnu.org>; Thu, 22 Jul 2010 05:18:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=PD592YvvlzGKF/X/+QMmMtUgves+7QSFBQTo9JO7zZo=; b=hpVYcxtXVgRhgsaySUYjLTrnvfSqPEkQO9yg4TX47q3QXxq6ugelV8+ZMkqNcGzbeS uafvEyAISm5bnj8FYrjF63ZLmyrqYjPmgjTuUXzdag7PCCwlwwuQKSaCBc36Jv0C5P7C uEXOtr+YOH5hLnv44SX1rFhB2dsMteWu6gg8Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=Wx+XqNV8DT4bxqdEC5JDSLxFrQyF5d+7jm+Zknpz8Md3gzHIONiFpCFQEAG68G7c5t Hi5jjfQNXqc5c9Q/qzT98E7mbh4QydhF7bBtECDhCeFP7KbkoHOZXquSjCCw259Fu/N/ sdPXx/aFjSHyR1NdQZZgMcN+FG2eKh9sKiqN0= Received: by 10.204.51.145 with SMTP id d17mr1402317bkg.20.1279801125389; Thu, 22 Jul 2010 05:18:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.180.136 with HTTP; Thu, 22 Jul 2010 05:18:25 -0700 (PDT) In-Reply-To: References: From: Juanma Barranquero Date: Thu, 22 Jul 2010 14:18:25 +0200 Message-ID: Subject: Re: bug#6597: 24.0.50; `dired-no-confirm' defcustom To: Drew Adams Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.7 (--) X-Debbugs-Envelope-To: 6597-done Cc: 6597-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.7 (--) On Sat, Jul 10, 2010 at 01:47, Drew Adams wrote: > '(choice (const :tag "Confirmation never needed" t) > =C2=A0 =C2=A0 =C2=A0 =C2=A0 (set (const byte-compile) ...)) Done, thanks. =C2=A0 =C2=A0 Juanma From unknown Mon Jun 23 07:46:58 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 20 Aug 2010 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator