Gnus development mailing list
 help / color / mirror / Atom feed
* replace-regexp-in-string?
@ 2010-10-26 22:01 Dave Goldberg
  2010-10-27  1:06 ` replace-regexp-in-string? Katsumi Yamaoka
  0 siblings, 1 reply; 3+ messages in thread
From: Dave Goldberg @ 2010-10-26 22:01 UTC (permalink / raw)
  To: ding

It's probably been in use for some time now, but I just discovered replace-regexp-in-string is being used when I got a function undefined error when doing a B-m to move an article.  I see that there are at least three definitions of it in the XEmacs lisp packages and easy-mmode seems like the best to use since it's part of xemacs-base, is that correct?

Thanks,
-- 
Dave Goldberg
david.goldberg6@verizon.net



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

* Re: replace-regexp-in-string?
  2010-10-26 22:01 replace-regexp-in-string? Dave Goldberg
@ 2010-10-27  1:06 ` Katsumi Yamaoka
  2010-10-27  2:25   ` replace-regexp-in-string? Katsumi Yamaoka
  0 siblings, 1 reply; 3+ messages in thread
From: Katsumi Yamaoka @ 2010-10-27  1:06 UTC (permalink / raw)
  To: ding

Dave Goldberg wrote:
> It's probably been in use for some time now, but I just discovered
> replace-regexp-in-string is being used when I got a function
> undefined error when doing a B-m to move an article.  I see that
> there are at least three definitions of it in the XEmacs lisp
> packages and easy-mmode seems like the best to use since it's part
> of xemacs-base, is that correct?

XEmacs 21.5-b29 and SXEmacs 22.1.12 provide it in subr.el .
XEmacs 21.4.22 doesn't, but easy-mmode, that is likely always
loaded by Gnus, provides it.  But it seems to be for easy-mmode
itself, not for other packages.  So, I think Gnus should use
`gnus-replace-in-string' (or `mm-replace-in-string' and friends)
rather than `replace-regexp-in-string' till XEmacs 21.4 is dropped.
I've done so in gnus-group.el.



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

* Re: replace-regexp-in-string?
  2010-10-27  1:06 ` replace-regexp-in-string? Katsumi Yamaoka
@ 2010-10-27  2:25   ` Katsumi Yamaoka
  0 siblings, 0 replies; 3+ messages in thread
From: Katsumi Yamaoka @ 2010-10-27  2:25 UTC (permalink / raw)
  To: ding

Katsumi Yamaoka wrote:
> XEmacs 21.5-b29 and SXEmacs 22.1.12 provide it in subr.el .
> XEmacs 21.4.22 doesn't, but easy-mmode, that is likely always
> loaded by Gnus, provides it.

No, let me correct it; easy-mmode is loaded only when compiling.
So `gnus-replace-in-string' should be used.



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

end of thread, other threads:[~2010-10-27  2:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-26 22:01 replace-regexp-in-string? Dave Goldberg
2010-10-27  1:06 ` replace-regexp-in-string? Katsumi Yamaoka
2010-10-27  2:25   ` replace-regexp-in-string? Katsumi Yamaoka

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