Gnus development mailing list
 help / color / mirror / Atom feed
* [Patch] Symbol's functions definition is void: subst-char-in-string
@ 2000-08-19  9:00 Andreas Jaeger
  2000-08-19 12:39 ` ShengHuo ZHU
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Jaeger @ 2000-08-19  9:00 UTC (permalink / raw)



With Dave's last patch:
	* nnheader.el (nnheader-replace-chars-in-string): Use
	subst-char-in-string if available.

gnus failed for me on XEmacs with:
Symbol's functions definition is void: subst-char-in-string

The problem seems to be that lpath.el binds subst-char-in-string - and
therefore the test in nnheader fails.

The appended patch works for me.  Can anybody commit it, plese?

Thanks,
Andreas

2000-08-19  Andreas Jaeger  <aj@suse.de>

	* lpath.el ((string-match "XEmacs" emacs-version)): Remove
	subst-char-in-string since we test elsewhere whether it's bound.

--- lpath.el.~1~	Thu Jul 13 19:34:33 2000
+++ lpath.el	Sat Aug 19 10:46:07 2000
@@ -34,7 +34,7 @@
 		     set-buffer-multibyte
 		     find-non-ascii-charset-region char-charset
 		     mule-write-region-no-coding-system
-		     find-charset-region subst-char-in-string
+		     find-charset-region
 		     find-coding-systems-region get-charset-property
 		     coding-system-get w3-region
 		     w3-coding-system-for-mime-charset 

-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj



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

* Re: [Patch] Symbol's functions definition is void: subst-char-in-string
  2000-08-19  9:00 [Patch] Symbol's functions definition is void: subst-char-in-string Andreas Jaeger
@ 2000-08-19 12:39 ` ShengHuo ZHU
  0 siblings, 0 replies; 2+ messages in thread
From: ShengHuo ZHU @ 2000-08-19 12:39 UTC (permalink / raw)


Andreas Jaeger <aj@suse.de> writes:

> The appended patch works for me.  Can anybody commit it, plese?

Committed.

ShengHuo



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

end of thread, other threads:[~2000-08-19 12:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-08-19  9:00 [Patch] Symbol's functions definition is void: subst-char-in-string Andreas Jaeger
2000-08-19 12:39 ` ShengHuo ZHU

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