emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-bug-tracker] bug#6597: closed (24.0.50; `dired-no-confirm' defcus


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#6597: closed (24.0.50; `dired-no-confirm' defcustom)
Date: Thu, 22 Jul 2010 12:19:02 +0000

Your message dated Thu, 22 Jul 2010 14:18:25 +0200
with message-id <address@hidden>
and subject line Re: bug#6597: 24.0.50; `dired-no-confirm' defcustom
has caused the GNU bug report #6597,
regarding 24.0.50; `dired-no-confirm' defcustom
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
6597: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6597
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- 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'
 




--- End Message ---
--- Begin Message --- 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 <address@hidden> wrote:

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

Done, thanks.

    Juanma


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]