unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#6597: 24.0.50; `dired-no-confirm' defcustom
@ 2010-07-09 23:47 ` Drew Adams
  2010-07-22 12:18   ` Juanma Barranquero
  0 siblings, 1 reply; 2+ messages in thread
From: Drew Adams @ 2010-07-09 23:47 UTC (permalink / raw)
  To: 6597

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'
 






^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#6597: 24.0.50; `dired-no-confirm' defcustom
  2010-07-09 23:47 ` bug#6597: 24.0.50; `dired-no-confirm' defcustom Drew Adams
@ 2010-07-22 12:18   ` Juanma Barranquero
  0 siblings, 0 replies; 2+ messages in thread
From: Juanma Barranquero @ 2010-07-22 12:18 UTC (permalink / raw)
  To: Drew Adams; +Cc: 6597-done

On Sat, Jul 10, 2010 at 01:47, Drew Adams <drew.adams@oracle.com> wrote:

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

Done, thanks.

    Juanma





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-07-22 12:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <AcsfwSUFsRFT/hDnQduKv2p7CaZvFA==>
2010-07-09 23:47 ` bug#6597: 24.0.50; `dired-no-confirm' defcustom Drew Adams
2010-07-22 12:18   ` Juanma Barranquero

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).