Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: Norman Walsh <ndw@nwalsh.com>
Cc: ding@gnus.org
Subject: Re: Attachments broken?
Date: Tue, 15 May 2007 08:22:35 +0900	[thread overview]
Message-ID: <b4miravkn2c.fsf@jpl.org> (raw)
In-Reply-To: <87646vm8qc.fsf@nwalsh.com>

>>>>> In <87646vm8qc.fsf@nwalsh.com> Norman Walsh wrote:

> Maybe this is the first time I've tried this since updating to
> the distribution version of No Gnus V0.6.

> C-c f RET ~/.bashrc RET RET RET
  ^^^^^^^^^
 `C-c RET f', isn't it? ;-)

> Wrong number of arguments: (lambda (type &optional default) (let*
> ((default (or default "attachment")) (disposition (completing-read
> "Disposition: " (quote (("attachment") ("inline") (""))) nil nil))) (if
> (not (equal disposition "")) disposition default)))
> ...

This seems to be the old `mml-minibuffer-read-disposition'
function defined in No Gnus v0.3:

(defun mml-minibuffer-read-disposition (type &optional default)

And the reason causing the error seems to be that it is called
by the new `mml-attach-file' function defined in No Gnus v0.6 as:

   (let* (...
	  (disposition (mml-minibuffer-read-disposition type nil file)))

I don't know why the old one and the new one are mixed but I
think you'd better check your installation anyway.  Otherwise,
you may possibly have a old function definition in your
~/.gnus.el file or other.

Regards,



  reply	other threads:[~2007-05-14 23:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-14 20:49 Norman Walsh
2007-05-14 23:22 ` Katsumi Yamaoka [this message]
2007-05-15 13:25   ` Norman Walsh

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