> Regarding Re: [Bug: 21.5-b29] backtrace does not appear, gnus;
Lars Magne Ingebrigtsen <larsi(a)gnus.org> adds:
Uwe Brauer <oub(a)mat.ucm.es> writes:
As far as I can tell, that this worked in XEmacs 21.4
was probably just an accident.
Yes but why and how.
It certainly doesn't work in Emacs now.
Right it does not
work in GNU emacs 22.
I think something like
(let ((gnus-newsgroup-name "")) (gnus-post-news nil))
well when I evaluate this in GNU emacs I obtain
,----
| Debugger entered--Lisp error: (error "No buffer named *Group*")
| gnus-group-find-parameter("" to-address nil)
| gnus-parameter-to-address("")
| gnus-post-news(nil)
| (let ((gnus-newsgroup-name "")) (gnus-post-news nil))
| eval((let ((gnus-newsgroup-name "")) (gnus-post-news nil)))
| eval-last-sexp-1(nil)
| eval-last-sexp(nil)
| call-interactively(eval-last-sexp)
`----
In 21.5 I obtain
Debugger entered--Lisp error: (wrong-type-argument stringp nil)
gnus-post-news(nil)
(let ((gnus-newsgroup-name "")) (gnus-post-news nil))
eval((let ((gnus-newsgroup-name "")) (gnus-post-news nil)))
eval-interactive((let ((gnus-newsgroup-name "")) (gnus-post-news nil)))
eval-last-sexp(nil)
call-interactively(eval-last-sexp)
recursive-edit()
byte-code("..." [buffer-read-only noninteractive debugger-buffer middlestart
debugger-args debugger-batch-max-lines pop-to-buffer debugger-mode debugger-setup-buffer
count-lines 2 "...\n" message buffer-string kill-emacs debug backtrace-debug 3 t
debugger-reenable "" nil recursive-edit standard-output] 3)
debug(error (invalid-operation "Selecting deleted or non-existent buffer"))
gnus-group-find-parameter("" to-address nil)
gnus-parameter-to-address("")
gnus-post-news(nil)
(let ((gnus-newsgroup-name "")) (gnus-post-news nil))
eval((let ((gnus-newsgroup-name "")) (gnus-post-news nil)))
eval-interactive((let ((gnus-newsgroup-name "")) (gnus-post-news nil)))
eval-last-sexp(nil)
call-interactively(eval-last-sexp)
might work. `gnus-post-news' is a really awkward
function which should really be rewritten to not be as,
er, weird.
Well I was looking for a function which has automatically
inserts the gcc like this
Gcc: nnml:archive
To:
Subject:
Gcc: nnml+archive:sent-mail
Can you recommend me any other function with this
functionality?
Uwe
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta