all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#13873: GNU Emacs 24.3.1: Gnus with directory group fails upon restart
@ 2013-03-05  8:31 Jens Lechtenboerger
  2013-03-05 16:59 ` Glenn Morris
  0 siblings, 1 reply; 4+ messages in thread
From: Jens Lechtenboerger @ 2013-03-05  8:31 UTC (permalink / raw)
  To: 13873

[-- Attachment #1: Type: text/plain, Size: 3735 bytes --]

Dear all,

start of gnus fails, if .newsrc.eld contains a directory group.
Steps to reproduce:

Create empty directory: mkdir /tmp/foo
Start emacs with neither .newsrc nor .newrc.eld nor .nnmail-cache:
src/emacs -Q
Start gnus: M-x gnus ("No news is good news", which is expected.)

Subscribe to /tmp/foo as directory group:
G d /tmp/foo
That group appears.  Hitting space to read messages, I see "Group
nndir:/tmp/foo contains no messages", which is expected.
Quit gnus: q y
Quit emacs.

Now .newsrc exists and is empty, and .newsrc.eld exists and is attached.
Start emacs again:
src/emacs -Q
Starting gnus fails:
M-x gnus
-> Last messages from echo area are (with non-printable characters
removed before sending; full error text in 2nd attachment):
Reading active file from /tmp/baz via nndir...
apply: Wrong number of arguments: #[(&optional server) "Š\b
^[Æ\f!ˆ*Ç )ȇ" [nnmail-active-file-coding-system
nnmail-pathname-coding-system file-name-coding-system
nnmail-file-coding-system nnml-active-file nnml-group-alist
nnmail-find-file nnmail-get-active t] 2], 2

The same scenario also fails with a non-empty directory:
Quit emacs, delete .newsrc and .newsrc.eld.
If I copy an e-mail into /tmp/foo before invoking "G d", I see that
directory as group and can read the e-mail just fine.  After
restarting emacs, "M-x gnus" fails with the above error message.

Output from "M-x report-emacs-bug" follows.

In GNU Emacs 24.3.1 (i686-pc-linux-gnu, GTK+ Version 2.20.1)
 of 2013-03-05 on pcwi7557
Windowing system distributor `The X.Org Foundation', version 11.0.10706000
System Description:	Ubuntu 10.04.4 LTS

Important settings:
  value of $LANG: de_DE.UTF-8
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t

Major mode: Fundamental

Minor modes in effect:
  tooltip-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t


Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug sendmail help-mode novice nndir nndraft
nnmh nnfolder nnagent nnml network-stream auth-source eieio byte-opt
bytecomp byte-compile cconv starttls tls gnus-agent gnus-srvr gnus-score
score-mode nnvirtual gnus-msg gnus-art mm-uu mml2015 epg-config mm-view
mml-smime smime password-cache dig mailcap nntp gnus-cache gnus-sum nnoo
gnus-group gnus-undo nnmail mail-source gnus-start gnus-spec gnus-int
gnus-range message format-spec rfc822 mml easymenu mml-sec mm-decode
mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums
mailabbrev gmm-utils mailheader gnus-win gnus gnus-ems nnheader
gnus-util mail-utils mm-util mail-prsvr wid-edit time-date tooltip
ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd
fontset image regexp-opt fringe tabulated-list newcomment lisp-mode
register page menu-bar rfn-eshadow timer select scroll-bar mouse
jit-lock font-lock syntax facemenu font-core frame cham georgian
utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean
japanese hebrew greek romanian slovak czech european ethiopic indian
cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev
minibuffer loaddefs button faces cus-face macroexp files text-properties
overlay sha1 md5 base64 format env code-pages mule custom widget
hashtable-print-readable backquote make-network-process dbusbind
dynamic-setting system-font-setting font-render-setting move-toolbar gtk
x-toolkit x multi-tty emacs)

Kind regards
Jens Lechtenbörger


[-- Attachment #2: .newsrc.eld --]
[-- Type: text/plain, Size: 696 bytes --]

;; -*- mode:emacs-lisp; coding: utf-8-emacs; -*-
;; Gnus startup file.
;; Never delete this file -- if you want to force Gnus to read the
;; .newsrc file (if you have one), touch .newsrc instead.
(setq gnus-newsrc-file-version "Gnus v5.13")

(setq gnus-newsrc-last-checked-date '"Tue, 05 Mar 2013 08:57:48 +0100")

(setq gnus-newsrc-alist '(("nndraft:drafts" 1 nil nil (nndraft "") ((gnus-dummy (gnus-draft-mode)))) ("nndir:/tmp/foo" 3 nil nil (nndir "/tmp/foo" (nndir-directory "/tmp/foo")))))

(setq gnus-server-alist '(("archive" nnfolder "archive" (nnfolder-directory "~/Mail/archive") (nnfolder-active-file "~/Mail/archive/active") (nnfolder-get-new-mail nil) (nnfolder-inhibit-expiry t))))

[-- Attachment #3: nnmail.error --]
[-- Type: application/octet-stream, Size: 272 bytes --]

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

* bug#13873: GNU Emacs 24.3.1: Gnus with directory group fails upon restart
  2013-03-05  8:31 bug#13873: GNU Emacs 24.3.1: Gnus with directory group fails upon restart Jens Lechtenboerger
@ 2013-03-05 16:59 ` Glenn Morris
  2013-03-05 22:09   ` Glenn Morris
  0 siblings, 1 reply; 4+ messages in thread
From: Glenn Morris @ 2013-03-05 16:59 UTC (permalink / raw)
  To: Jens Lechtenboerger; +Cc: 13873


Thanks for the report. It would be great if you could check if it works
in 24.1 and 24.2.





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

* bug#13873: GNU Emacs 24.3.1: Gnus with directory group fails upon restart
  2013-03-05 16:59 ` Glenn Morris
@ 2013-03-05 22:09   ` Glenn Morris
  2013-03-06  3:56     ` Katsumi Yamaoka
  0 siblings, 1 reply; 4+ messages in thread
From: Glenn Morris @ 2013-03-05 22:09 UTC (permalink / raw)
  To: Jens Lechtenboerger; +Cc: 13873

Glenn Morris wrote:

> It would be great if you could check if it works in 24.1 and 24.2.

By experiment, no it does not. So, not necessary to fix this for 24.3.





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

* bug#13873: GNU Emacs 24.3.1: Gnus with directory group fails upon restart
  2013-03-05 22:09   ` Glenn Morris
@ 2013-03-06  3:56     ` Katsumi Yamaoka
  0 siblings, 0 replies; 4+ messages in thread
From: Katsumi Yamaoka @ 2013-03-06  3:56 UTC (permalink / raw)
  To: Glenn Morris; +Cc: Jens Lechtenboerger, 13873

Glenn Morris wrote:
>> It would be great if you could check if it works in 24.1 and 24.2.
> By experiment, no it does not. So, not necessary to fix this for 24.3.

It's due to the back end function nndir-request-list that was
misconfigured, I think.  I've committed the fix in the trunk.
In addition to this, I found two unused[1] backend functions
nndir-request-newsgroups and nndraft-request-newsgroups; removed.

[1] Or ``not implemented yet''(?)





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

end of thread, other threads:[~2013-03-06  3:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-05  8:31 bug#13873: GNU Emacs 24.3.1: Gnus with directory group fails upon restart Jens Lechtenboerger
2013-03-05 16:59 ` Glenn Morris
2013-03-05 22:09   ` Glenn Morris
2013-03-06  3:56     ` Katsumi Yamaoka

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.