Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Fabrice Niessen <fni@missioncriticalit.com>
Subject: Gnus v5.10.6 not working on GNU Emacs 21.3.1
Date: 28 May 2004 12:00:10 +0200	[thread overview]
Message-ID: <ufz9kyiqd.fsf@laposte.net> (raw)

Hi,

I've many troubles trying to use Gnus v5.10.6 (downloaded from official
site) in GNU Emacs 21.3.1.

While my ~/.gnus worked in Emacs when I had Gnus v5.9.0, it does not
anymore, directly stating upon startup:

    You should byte-compile Gnus
    Loading gnus-start...done
    Loading gnus-demon...done
    Loading gnus-agent...
    if: Symbol's value as variable is void: gnus-article-compface-xbm


1. If I add the following code to my .gnus ...

    (defvar gnus-article-compface-xbm
    (eq 0 (string-match "#define" (shell-command-to-string "uncompface -X")))
    "Non-nil means the compface program supports the -X option.
    That produces XBM output.")
    (require 'gnus-art)

... I go a little further: I see the *Group* buffer, but I can't enter
in any of my nnfolders (in this example, the `mail.misc' folder):

    Retrieving newsgroup: nnfolder:mail.misc...
    gnus-summary-mode: Symbol's function definition is void:
    mm-enable-multibyte-mule4


2. If I add the following code to my .gnus ...

    (defun mm-enable-multibyte-mule4  ()
      "Enable multibyte in the current buffer.
    Only used in Emacs Mule 4."
      (set-buffer-multibyte t))
    (defalias 'mm-enable-multibyte-mule4 'ignore)

    (require 'mm-util)

... I now can enter in my `mail.misc' folder, but can't get out anymore
(by pressing `q'). Aaarrrggghh!

    Retrieving newsgroup: nnfolder:mail.misc...
    Fetching headers for nnfolder:mail.misc...done
    Making sparse threads...done
    Sorting threads...done
    Generating summary...done
    Loading gnus-salt...done
    Loading gnus-async...done
    gnus-summary-update-info: Symbol's value as variable is void:
    gnus-newsgroup-forwarded


I know my tries are really brute hacks, as I don't know the whole system
good enough, and as I'm not (yet) a Lisp programmer.

Can someone help me making this configuration (latest Gnus on latest
Emacs) work?

Many thanks,
  Fabrice Niessen

___________________________________________
Fabrice Niessen - fni@missioncriticalit.com
Pre-sales, Network and Software Engineer
M i s s i o n   C r i t i c a l   I T
Phone ... +32 2-757.10.15
Fax ..... +32 2-759.27.60 


             reply	other threads:[~2004-05-28 10:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-28 10:00 Fabrice Niessen [this message]
2004-05-28 10:25 ` Jesper Harder
     [not found]   ` <uvfig255x.fsf@laposte.net>
     [not found]     ` <m3k6ywix9p.fsf@defun.localdomain>
2004-05-28 12:26       ` Fabrice Niessen

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=ufz9kyiqd.fsf@laposte.net \
    --to=fni@missioncriticalit.com \
    /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).