On 3/9/06, Tero Saarni <tero.saarni(a)gmail.com> wrote:
M-x telnet will result in "Symbol's value as variable is
void:
shell-prompt-pattern" after entering the host name.
This change might have caused the problem:
http://cvs.xemacs.org/viewcvs.cgi/XEmacs/packages/xemacs-packages/xemacs-...
so maybe this would help:
--- 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.
--
Tero