Andrew J Cosgriff <ajc(a)bing.wattle.id.au> writes:
>> Signaling: (wrong-type-argument stringp
open-network-stream-internal)
>> string-match("^Unknown host" open-network-stream-internal)
>> (if (string-match "^Unknown host" (nth 1 data))
> zenirc expects (nth 1 error-data) to contain a string, which needn't
> be the case. It looks like a zenirc bug to me -- what it wants to use
> is something like `error-message-string'.
> For a complete description, see exactly what the caught error data is
> (type `e data RET' in the debugger).
(void-function open-network-stream-internal)
Strange! What does
`e (symbol-function 'open-network-stream-internal) RET' do in the same
buffer?
Since open-network-stream-internal is a builtin, it should always be
there, unless someone has specifically fmakunbound it.
--
Hrvoje Niksic <hniksic(a)srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
We are all just prisoners here of our own MAKEDEV.