Gnus development mailing list
 help / color / mirror / Atom feed
* Attachments broken?
@ 2007-05-14 20:49 Norman Walsh
  2007-05-14 23:22 ` Katsumi Yamaoka
  0 siblings, 1 reply; 3+ messages in thread
From: Norman Walsh @ 2007-05-14 20:49 UTC (permalink / raw)
  To: ding

[-- Attachment #1: Type: text/plain, Size: 717 bytes --]

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

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

Just me?

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com> | Doing more things faster is no
http://nwalsh.com/            | substitute for doing the right
                              | things.--S. R. Covey

[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]

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

* Re: Attachments broken?
  2007-05-14 20:49 Attachments broken? Norman Walsh
@ 2007-05-14 23:22 ` Katsumi Yamaoka
  2007-05-15 13:25   ` Norman Walsh
  0 siblings, 1 reply; 3+ messages in thread
From: Katsumi Yamaoka @ 2007-05-14 23:22 UTC (permalink / raw)
  To: Norman Walsh; +Cc: ding

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



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

* Re: Attachments broken?
  2007-05-14 23:22 ` Katsumi Yamaoka
@ 2007-05-15 13:25   ` Norman Walsh
  0 siblings, 0 replies; 3+ messages in thread
From: Norman Walsh @ 2007-05-15 13:25 UTC (permalink / raw)
  To: ding

[-- Attachment #1: Type: text/plain, Size: 815 bytes --]

/ Katsumi Yamaoka <yamaoka@jpl.org> was heard to say:
|>>>>> 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? ;-)

Uhm. Yeah :-)

| think you'd better check your installation anyway.  Otherwise,
| you may possibly have a old function definition in your
| ~/.gnus.el file or other.

*blush*

Thank you.

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com> | The greatest of all secrets is knowing
http://nwalsh.com/            | how to reduce the force of
                              | envy.--Cardinal De Retz

[-- Attachment #2: Type: application/pgp-signature, Size: 188 bytes --]

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

end of thread, other threads:[~2007-05-15 13:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-14 20:49 Attachments broken? Norman Walsh
2007-05-14 23:22 ` Katsumi Yamaoka
2007-05-15 13:25   ` Norman Walsh

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