Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: "Tobias C. Rittweiler" <tcr@freebits.de>
Cc: bugs@gnus.org, ding@gnus.org
Subject: Re: GNU Emacs 23.0.90.4 (2009-02-21) -- backtraces on startup
Date: Mon, 23 Feb 2009 18:25:19 +0900	[thread overview]
Message-ID: <b4m63j1ec8w.fsf@jpl.org> (raw)
In-Reply-To: <873ae7mnwz.fsf@freebits.de>

>>>>> Tobias C. Rittweiler wrote:
> No Gnus v0.6
> GNU Emacs 23.0.60.1 (i486-pc-linux-gnu, GTK+ Version 2.12.9)
>  of 2008-03-19 on vernadsky, modified by Debian
> 200 news.gmane.org InterNetNews NNRP server INN 2.4.1 ready (posting ok).

> _NOTICE_ the above the version information for the Emacs I'm writing
> this bug report in, the bug is actually for

>   GNU Emacs 23.0.90.4 (i686-pc-linux-gnu, GTK+ Version 2.12.9) of
>   2009-02-21 on thaleron

> I.e. the GNU Emacs version checked out an our ago.

> emacs -Q --eval '(progn (toggle-debug-on-error) (gnus))' first asks me

>   Unable to open nntp:news, go offline? (y or n)

> pressing `n', then it asks me

>   nntp (news) open error: ''.  Continue? (y or n)

> pressing `y' results in the following backtrace:

>   Debugger entered--Lisp error: (error "Invalid buffer type: if")
>     signal(error ("Invalid buffer type: if"))
>     error("Invalid buffer type: %s" if)
>     gnus-all-windows-visible-p((vertical 1.0 (group 1.0 point) (if gnus-carpal (quote ...))))
>     gnus-configure-windows(group)
>     byte-code("^H\204^N

Google search for "Invalid buffer type: if" lists similar troubles.
For example:
https://bugs.launchpad.net/ubuntu/+source/emacs-snapshot/+bug/293711

I suspect the elc files have been mis-compiled.  Have you done it
by yourself (i.e. having built Emacs 23.0.90.4 from the source)?
Otherwise, could you try re-compiling the Gnus elc files?  To do
that, well, I don't know the proper way, but:

$ cp -pr /usr/share/emacs/23.0.90/lisp/gnus /tmp
$ cd /tmp/gnus
$ gunzip *.gz
$ touch *.el
$ emacs -batch -q -f batch-byte-recompile-directory
$ cp *.elc /usr/share/emacs/23.0.90/lisp/gnus
$ cd /tmp
$ rm -fr gnus



       reply	other threads:[~2009-02-23  9:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <873ae7mnwz.fsf@freebits.de>
2009-02-23  9:25 ` Katsumi Yamaoka [this message]
2009-02-23 12:06   ` Tobias C. Rittweiler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b4m63j1ec8w.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=bugs@gnus.org \
    --cc=ding@gnus.org \
    --cc=tcr@freebits.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).