GNU bug report logs - #6597
24.0.50; `dired-no-confirm' defcustom

Previous Next

Package: emacs;

Reported by: "Drew Adams" <drew.adams <at> oracle.com>

Date: Fri, 9 Jul 2010 23:50:02 UTC

Severity: normal

Found in version 24.0.50

Done: Juanma Barranquero <lekktu <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: "Drew Adams" <drew.adams <at> oracle.com>
Subject: bug#6597: closed (Re: bug#6597: 24.0.50; `dired-no-confirm'
 defcustom)
Date: Thu, 22 Jul 2010 12:19:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#6597: 24.0.50; `dired-no-confirm' defcustom

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 6597 <at> debbugs.gnu.org.

-- 
6597: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6597
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Juanma Barranquero <lekktu <at> gmail.com>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: 6597-done <at> debbugs.gnu.org
Subject: Re: bug#6597: 24.0.50; `dired-no-confirm' defcustom
Date: Thu, 22 Jul 2010 14:18:25 +0200
On Sat, Jul 10, 2010 at 01:47, Drew Adams <drew.adams <at> oracle.com> wrote:

> '(choice (const :tag "Confirmation never needed" t)
>         (set (const byte-compile) ...))

Done, thanks.

    Juanma

[Message part 3 (message/rfc822, inline)]
From: "Drew Adams" <drew.adams <at> oracle.com>
To: <bug-gnu-emacs <at> gnu.org>
Subject: 24.0.50; `dired-no-confirm' defcustom
Date: Fri, 9 Jul 2010 16:47:52 -0700
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'
 




This bug report was last modified 14 years and 311 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.