Gnus development mailing list
 help / color / mirror / Atom feed
* Re: GNU Emacs 23.0.90.4 (2009-02-21) -- backtraces on startup
       [not found] <873ae7mnwz.fsf@freebits.de>
@ 2009-02-23  9:25 ` Katsumi Yamaoka
  2009-02-23 12:06   ` Tobias C. Rittweiler
  0 siblings, 1 reply; 2+ messages in thread
From: Katsumi Yamaoka @ 2009-02-23  9:25 UTC (permalink / raw)
  To: Tobias C. Rittweiler; +Cc: bugs, ding

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



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

* Re: GNU Emacs 23.0.90.4 (2009-02-21) -- backtraces on startup
  2009-02-23  9:25 ` GNU Emacs 23.0.90.4 (2009-02-21) -- backtraces on startup Katsumi Yamaoka
@ 2009-02-23 12:06   ` Tobias C. Rittweiler
  0 siblings, 0 replies; 2+ messages in thread
From: Tobias C. Rittweiler @ 2009-02-23 12:06 UTC (permalink / raw)
  To: Katsumi Yamaoka; +Cc: bugs, ding

Katsumi Yamaoka <yamaoka@jpl.org> writes:

> For example:
> https://bugs.launchpad.net/ubuntu/+source/emacs-snapshot/+bug/293711

I was bitten by a wrong symlink. While (find-library "gnus") brought me
to the gnus.el of my build, C-h f gnus revealed that (gnus) actually
invoked a function from the gnus.el of an older build.

False Alarm, I'm sorry.

Thanks Katsumi!

  -T.

-- 
Diese Nachricht wurde auf Viren und andere gefaerliche Inhalte untersucht
und ist - aktuelle Virenscanner vorausgesetzt - sauber.
Freebits E-Mail Virus Scanner




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

end of thread, other threads:[~2009-02-23 12:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <873ae7mnwz.fsf@freebits.de>
2009-02-23  9:25 ` GNU Emacs 23.0.90.4 (2009-02-21) -- backtraces on startup Katsumi Yamaoka
2009-02-23 12:06   ` Tobias C. Rittweiler

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