* GNUS/Decoding & be-dangerous problem!
@ 1999-06-22 6:26 Gerald
1999-07-04 2:26 ` Lars Magne Ingebrigtsen
0 siblings, 1 reply; 6+ messages in thread
From: Gerald @ 1999-06-22 6:26 UTC (permalink / raw)
Cc: gutier
Hi all.
I've been trying to set up the XEmacs gnus so that I can decode
messages automatically without user intervention. If the decoder tries
to decode a file that already exists, just overwrite it. Continue
without exception.
To that end, I've got the following set up in my .emacs:
(require 'gnus-uu)
(setq gnus-uu-be-dangerous 't)
(setq gnus-uu-grabbed-file-functions 'gnus-uu-grab-move)
What I've read in the documentation is that setting be-dangerous to
true means that the decoder will overwrite anything. However, it's not
doing this. When I mark several messages when decode them with X u, it
tells me that a file already exists, ring the bell and stops the
decoding process.
I really would like it if it didn't ring the bell, and I need it to
continue with the next message instead of stopping.
What's wrong? How do I set up gnus to do this?
Thanks for any help.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: GNUS/Decoding & be-dangerous problem!
1999-06-22 6:26 GNUS/Decoding & be-dangerous problem! Gerald
@ 1999-07-04 2:26 ` Lars Magne Ingebrigtsen
1999-07-04 10:55 ` Per Abrahamsen
0 siblings, 1 reply; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-07-04 2:26 UTC (permalink / raw)
Gerald <gutier@intergate.bc.ca> writes:
> (setq gnus-uu-be-dangerous 't)
This should be
(setq gnus-uu-be-dangerous t)
--
(domestic pets only, the antidote for overdose, milk.)
larsi@gnus.org * Lars Magne Ingebrigtsen
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: GNUS/Decoding & be-dangerous problem!
1999-07-04 2:26 ` Lars Magne Ingebrigtsen
@ 1999-07-04 10:55 ` Per Abrahamsen
1999-07-04 11:14 ` Lars Magne Ingebrigtsen
0 siblings, 1 reply; 6+ messages in thread
From: Per Abrahamsen @ 1999-07-04 10:55 UTC (permalink / raw)
Lars Magne Ingebrigtsen <larsi@gnus.org> writes:
> Gerald <gutier@intergate.bc.ca> writes:
>
> > (setq gnus-uu-be-dangerous 't)
>
> This should be
>
> (setq gnus-uu-be-dangerous t)
Uh, aren't those semantically identical?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: GNUS/Decoding & be-dangerous problem!
1999-07-04 10:55 ` Per Abrahamsen
@ 1999-07-04 11:14 ` Lars Magne Ingebrigtsen
1999-07-04 11:14 ` Per Abrahamsen
0 siblings, 1 reply; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-07-04 11:14 UTC (permalink / raw)
Per Abrahamsen <abraham@dina.kvl.dk> writes:
> > (setq gnus-uu-be-dangerous t)
>
> Uh, aren't those semantically identical?
Not in this case. :-) The code checks whether the variable is `t'.
(The other two valid values are nil and `ask'.)
--
(domestic pets only, the antidote for overdose, milk.)
larsi@gnus.org * Lars Magne Ingebrigtsen
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: GNUS/Decoding & be-dangerous problem!
1999-07-04 11:14 ` Lars Magne Ingebrigtsen
@ 1999-07-04 11:14 ` Per Abrahamsen
1999-07-04 11:46 ` Lars Magne Ingebrigtsen
0 siblings, 1 reply; 6+ messages in thread
From: Per Abrahamsen @ 1999-07-04 11:14 UTC (permalink / raw)
Lars Magne Ingebrigtsen <larsi@gnus.org> writes:
> Per Abrahamsen <abraham@dina.kvl.dk> writes:
>
> > > Gerald <gutier@intergate.bc.ca> writes:
> > >
> > > > (setq gnus-uu-be-dangerous 't)
> > >
> > > (setq gnus-uu-be-dangerous t)
> >
> > Uh, aren't those semantically identical?
>
> Not in this case. :-) The code checks whether the variable is `t'.
Yes, but quoting a self-quoting symbol like t, nil, or :keyword is
supposed to be a no-op. Unless the code in question bypasses the Lisp
reader.
(eq t 't)
==> t
(eq nil 'nil)
==> t
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: GNUS/Decoding & be-dangerous problem!
1999-07-04 11:14 ` Per Abrahamsen
@ 1999-07-04 11:46 ` Lars Magne Ingebrigtsen
0 siblings, 0 replies; 6+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-07-04 11:46 UTC (permalink / raw)
Per Abrahamsen <abraham@dina.kvl.dk> writes:
> Yes, but quoting a self-quoting symbol like t, nil, or :keyword is
> supposed to be a no-op.
Oh, yeah, sorry.
--
(domestic pets only, the antidote for overdose, milk.)
larsi@gnus.org * Lars Magne Ingebrigtsen
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~1999-07-04 11:46 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-06-22 6:26 GNUS/Decoding & be-dangerous problem! Gerald
1999-07-04 2:26 ` Lars Magne Ingebrigtsen
1999-07-04 10:55 ` Per Abrahamsen
1999-07-04 11:14 ` Lars Magne Ingebrigtsen
1999-07-04 11:14 ` Per Abrahamsen
1999-07-04 11:46 ` Lars Magne Ingebrigtsen
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 NNTP newsgroup(s).