Gnus development mailing list
 help / color / mirror / Atom feed
* wrong number of arguments when calling 'mm-replace-in-string' in mml2015.el and mml-smime.el
@ 2010-10-09  9:06 Binjo
  2010-10-09 20:03 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 8+ messages in thread
From: Binjo @ 2010-10-09  9:06 UTC (permalink / raw)
  To: ding

hi,

I'm new to this list, so please bare with me if i'm posting here is wrong.

I found annoying when reading pgp signed mail recently, after digging further,
it turns out when call `mm-replace-in-string' inside mml2015.el, it feeds one
extra argument, namely 't'.

--8<---------------cut here---------------start------------->8---
mml-smime.el:530:      (setq part (mm-replace-in-string part "\n" "\r\n" t)
mml2015.el:895:      (setq part (mm-replace-in-string part "\n" "\r\n" t)
--8<---------------cut here---------------end--------------->8---

,----[ C-h f mm-replace-in-string RET ]
| mm-replace-in-string is an alias for `replace-in-string' in
| `mm-util.el'.
| 
| (mm-replace-in-string TARGET OLD NEW)
| 
| Not documented.
| 
| [back]
`----

,----[ C-h f replace-in-string RET ]
| replace-in-string is a compiled Lisp function.
| 
| (replace-in-string TARGET OLD NEW)
| 
| Not documented.
| 
| [back]
`----

After googling, looks like someone complainted/asked about this since 2007,
maybe it's good time to fix these bugs/issues.

HTH,

Binjo
-- 
Life is like a prison, can you break it?



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

end of thread, other threads:[~2010-10-14  9:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-09  9:06 wrong number of arguments when calling 'mm-replace-in-string' in mml2015.el and mml-smime.el Binjo
2010-10-09 20:03 ` Lars Magne Ingebrigtsen
2010-10-11  2:57   ` Binjo
2010-10-11 18:05     ` Lars Magne Ingebrigtsen
2010-10-13  3:14       ` Binjo
2010-10-13 17:59         ` Lars Magne Ingebrigtsen
2010-10-14  6:30           ` Reiner Steib
2010-10-14  9:12             ` Binjo

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