Gnus development mailing list
 help / color / mirror / Atom feed
* Can't exit groups
@ 2001-10-04 11:56 Laura Conrad
  2001-10-04 15:44 ` Kai Großjohann
  0 siblings, 1 reply; 5+ messages in thread
From: Laura Conrad @ 2001-10-04 11:56 UTC (permalink / raw)


About a week ago, I started having a group that wouldn't let me exit
it, and now the problem is spreading.  This is on fairly recent
ognusen; the spreading is since updating yesterday.

The problem may be confined to groups with total expire on, and the
error message is:


Expiring articles...
Symbol's function definition is void: nntp-request-accept-article

I don't know why it's trying to do anything about nntp-request, since
these are nnml groups.

-- 
Laura (mailto:lconrad@laymusic.org , http://www.laymusic.org/ )
(617) 661-8097	fax: (801) 365-6574 
233 Broadway, Cambridge, MA 02139



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

* Re: Can't exit groups
  2001-10-04 11:56 Can't exit groups Laura Conrad
@ 2001-10-04 15:44 ` Kai Großjohann
  2001-10-04 17:42   ` Laura Conrad
  0 siblings, 1 reply; 5+ messages in thread
From: Kai Großjohann @ 2001-10-04 15:44 UTC (permalink / raw)
  Cc: ding

Laura Conrad <lconrad@laymusic.org> writes:

> The problem may be confined to groups with total expire on, and the
> error message is:
> 
> 
> Expiring articles...
> Symbol's function definition is void: nntp-request-accept-article

Do M-: (setq debug-on-error t) RET before exiting a group, then you
should get a backtrace.  What does that say?

If there is gibberish (byte-code), you can remove that by loading the
corresponding *.el file.

kai
-- 
Abort this operation?   [OK]  [Cancel]



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

* Re: Can't exit groups
  2001-10-04 15:44 ` Kai Großjohann
@ 2001-10-04 17:42   ` Laura Conrad
  2001-10-04 18:02     ` ShengHuo ZHU
  0 siblings, 1 reply; 5+ messages in thread
From: Laura Conrad @ 2001-10-04 17:42 UTC (permalink / raw)
  Cc: ding

>>>>> "Kai" == Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> writes:

    Kai> Laura Conrad <lconrad@laymusic.org> writes:
    >> The problem may be confined to groups with total expire on, and the
    >> error message is:
    >> 
    >> 
    >> Expiring articles...
    >> Symbol's function definition is void: nntp-request-accept-article

    Kai> Do M-: (setq debug-on-error t) RET before exiting a group, then you
    Kai> should get a backtrace.  What does that say?

Signaling: (void-function nntp-request-accept-article)
  nntp-request-accept-article("/home/lconrad/Mail/world.old" "localhost" nil)
  gnus-request-accept-article("/home/lconrad/Mail/world.old" nil nil t)
  nnmail-expiry-target-group("/home/lconrad/Mail/world.old" "world")
  nnml-request-expire-articles((2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 ...) "world" "private" nil)
  gnus-request-expire-articles((2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 ...) "nnml+private:world")
  gnus-summary-expire-articles()
  run-hooks(gnus-summary-expire-articles)
  apply(run-hooks gnus-summary-expire-articles)
  gnus-run-hooks(gnus-summary-prepare-exit-hook)
  #<compiled-function (&optional temporary) "...(378)" [gname gnus-article-buffer group quit-config buf buffer gnus-set-global-variables get-buffer buffer-name mm-destroy-parts nil gnus-kill-save-kill-buffer gnus-async-halt-prefetch gnus-group-quit-config gnus-score-adaptive gnus-score-save gnus-run-hooks gnus-summary-prepare-exit-hook kill-buffer gnus-cache-possibly-remove-articles gnus-cache-save-buffers gnus-async-prefetch-remove-group gnus-dup-enter-articles gnus-tree-close gnus-cache-write-active nnmail-purge-split-history string-match "^[^:]+:" 0 gnus-exit-group-hook gnus-summary-update-info gnus-close-group gnus-group-jump-to-group gnus-summary-exit-hook gnus-group-group-name gnus-group-next-unread-group 1 gnus-deaden-summary gnus-summary-clear-local-variables bury-buffer gnus-summary-mode pop-to-buffer gnus-configure-windows force gnus-handle-ephemeral-exit gnus-newsgroup-name group-point gnus-group-buffer gnus-article-mime-handles mode ...] 5 ("/usr/lib/xemacs/xemacs
 -packages/lisp/gnus/gnus-sum.elc" . 150429) nil>()
  call-interactively(gnus-summary-exit)



-- 
Laura (mailto:lconrad@laymusic.org , http://www.laymusic.org/ )
(617) 661-8097	fax: (801) 365-6574 
233 Broadway, Cambridge, MA 02139



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

* Re: Can't exit groups
  2001-10-04 17:42   ` Laura Conrad
@ 2001-10-04 18:02     ` ShengHuo ZHU
  2001-10-04 19:49       ` Laura Conrad
  0 siblings, 1 reply; 5+ messages in thread
From: ShengHuo ZHU @ 2001-10-04 18:02 UTC (permalink / raw)


Laura Conrad <lconrad@laymusic.org> writes:

>>>>>> "Kai" == Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> writes:
>
>     Kai> Laura Conrad <lconrad@laymusic.org> writes:
>     >> The problem may be confined to groups with total expire on, and the
>     >> error message is:
>     >> 
>     >> 
>     >> Expiring articles...
>     >> Symbol's function definition is void: nntp-request-accept-article
>
>     Kai> Do M-: (setq debug-on-error t) RET before exiting a group, then you
>     Kai> should get a backtrace.  What does that say?
>
> Signaling: (void-function nntp-request-accept-article)
>   nntp-request-accept-article("/home/lconrad/Mail/world.old" "localhost" nil)
>   gnus-request-accept-article("/home/lconrad/Mail/world.old" nil nil t)
>   nnmail-expiry-target-group("/home/lconrad/Mail/world.old" "world")

The problem here is you've set nnmail-expiry-target to a file name or
a function returning a file name. It should be a group name
instead. See nnmail-expiry-target document.

ShengHuo



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

* Re: Can't exit groups
  2001-10-04 18:02     ` ShengHuo ZHU
@ 2001-10-04 19:49       ` Laura Conrad
  0 siblings, 0 replies; 5+ messages in thread
From: Laura Conrad @ 2001-10-04 19:49 UTC (permalink / raw)


>>>>> "ZSH" == ShengHuo ZHU <zsh@cs.rochester.edu> writes:

    ZSH> The problem here is you've set nnmail-expiry-target to a file name or
    ZSH> a function returning a file name. It should be a group name
    ZSH> instead. See nnmail-expiry-target document.

Thanks, that works. 


-- 
Laura (mailto:lconrad@laymusic.org , http://www.laymusic.org/ )
(617) 661-8097	fax: (801) 365-6574 
233 Broadway, Cambridge, MA 02139



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

end of thread, other threads:[~2001-10-04 19:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-10-04 11:56 Can't exit groups Laura Conrad
2001-10-04 15:44 ` Kai Großjohann
2001-10-04 17:42   ` Laura Conrad
2001-10-04 18:02     ` ShengHuo ZHU
2001-10-04 19:49       ` Laura Conrad

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).