Hi,
1. attached patch will fix the problem it.
2. anything wrong in the configuration of my mail server?, or,
anything wrong in the configuration of @xemacs.org mail server?
(I believe this list is open for bug reports and has no restriction to post)
Best Regards,
--
Yoichi NAKAYAMA
At Thu, 22 May 2003 20:48:26 +0900, Yoichi wrote:
Hi, I sent following bug report but it does not deliverd (AFAIK),
I cannot see my message on
nntp:gmane.org nor archive on
xemacs.org
(and I've not received any error message)
I've re-sent the message via
nntp:gmane.org one day after, but it
ended with the same result.
So, I'm re-sending it from another address again.
Can you see this message?
;; I'm not subscribed to the list but I read messages in this list
;; via nntp service on
gmane.org
> To: XEmacs Beta <xemacs-beta(a)xemacs.org>
> Subject: bug in easy-mmode.el
> From: Yoichi NAKAYAMA <yoichi(a)geiin.org>
> Date: Sun, 18 May 2003 03:43:04 +0900
> Message-ID: <87d6ihjtxj.wl%yoichi(a)geiin.org>
> X-SKK: Daredevil SKK/12.1.1 (Okamachi)
> MIME-Version: 1.0 (generated by KARAMI 1.14.2 - "TABASCO")
>
> Hi, folks
>
> (define-minor-mode foo "test minor mode" t " :-)")
>
> cause (wrong-type-argument commandp foo) error.
> This is because define-minor-mode defines function
> foo-mode and try to register toggle-function foo
> by calling add-minor-mode.
>
> On the other hand, the behavior and following docstring differs.
>
> "This function defines the associated control variable MODE, keymap MODE-map,
> toggle command MODE, and hook MODE-hook."
>
> Actually it defines MODE-mode when MODE does not end with -mode.