Hi,
Function telnet in telnet.el is broken currently.
Calling it results in error "Symbol's value as variable is void:
shell-prompt-pattern". The variable has not been autoloaded after this
change:
http://cvs.xemacs.org/viewcvs.cgi/XEmacs/packages/xemacs-packages/xemacs-...
I believe the trivial fix below will help.
--
Tero
--- xemacs-base-orig/shell.el 2004-11-23 06:10:54.000000000 +0200
+++ xemacs-base/shell.el 2006-03-10 18:44:32.000000000 +0200
@@ -132,6 +132,7 @@
:type 'regexp
:group 'shell)
+;;;###autoload
(defcustom shell-prompt-pattern "^[^#$%>\n]*[#$%>] *"
"Regexp to match prompts in the inferior shell.
Defaults to \"^[^#$%>\\n]*[#$%>] *\", which works pretty well.