Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: ding@gnus.org
Subject: Re: void-function gnus-make-local-hook
Date: Fri, 08 Oct 2010 16:01:57 +0900	[thread overview]
Message-ID: <b4m7hhtgobe.fsf@jpl.org> (raw)
In-Reply-To: <AANLkTinxrRMfsiYkKm7J_Uayn1tVSf4wKYoyib_-3uP7@mail.gmail.com>

NAKAJI Hiroyuki wrote:
> I updated Emacs trunk and Gnus CVS head, and got an error, when
> starting Gnus.

> Debugger entered--Lisp error: (void-function gnus-make-local-hook)
[...]

> M-x gnus again, then I can see *Group* buffer, but when I press SPC or
> C-j at, for example, fj.mail.reader, another error appears.

> Debugger entered--Lisp error: (void-function gnus-make-local-hook)
[...]

Weird.  It's been existing in gnus-util.el for all the time
because this function is necessary for XEmacs 21.4:

(defalias 'gnus-make-local-hook (if (featurep 'xemacs)
                                    'make-local-hook
                                  'ignore))

Doesn't this return t?

emacs -batch -Q -l gnus-util -eval '(message "%s" (fboundp (quote gnus-make-local-hook)))'



  reply	other threads:[~2010-10-08  7:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-08  6:45 NAKAJI Hiroyuki
2010-10-08  7:01 ` Katsumi Yamaoka [this message]
2010-10-12  1:12   ` NAKAJI Hiroyuki
2010-10-12  5:52     ` Steinar Bang
2010-10-13  2:45       ` NAKAJI Hiroyuki

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=b4m7hhtgobe.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=ding@gnus.org \
    /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).