User: viteno
Date: 06/05/08 07:40:59
Modified: packages/xemacs-packages/xemacs-base ChangeLog shell.el
Log:
From: Tero Saarni <tero.saarni(a)gmail.com>
Subject: [PATCH] Autoload shell-prompt-pattern
To: xemacs-patches(a)xemacs.org
Date: Mon, 20 Mar 2006 19:29:09 +0200
Message-ID: <dvmop5$464$1(a)sea.gmane.org>
Revision Changes Path
1.178 +4 -0 XEmacs/packages/xemacs-packages/xemacs-base/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/xemacs-base/ChangeLog,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -p -r1.177 -r1.178
--- ChangeLog 2006/03/16 07:23:52 1.177
+++ ChangeLog 2006/05/08 05:40:58 1.178
@@ -1,3 +1,7 @@
+2006-05-08 Tero Saarni <tero.saarni(a)gmail.com>
+
+ * shell.el: Unbreak telnet, autoload shell-prompt-pattern.
+
2006-03-16 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 2.02 released.
1.13 +1 -0 XEmacs/packages/xemacs-packages/xemacs-base/shell.el
Index: shell.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/xemacs-base/shell.el,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- shell.el 2004/11/23 04:10:54 1.12
+++ shell.el 2006/05/08 05:40:58 1.13
@@ -132,6 +132,7 @@ arguments."
: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.
Show replies by date