parentheses, before adding end-of-buffer construct. Suggested by
Markus Triska <markus.triska@gmx.at>.
+2008-10-14 Michael Albinus <michael.albinus@gmx.de>
+
+ * net/tramp.el (tramp-process-one-action): Embed regexp in
+ parentheses, before adding end-of-buffer construct. Suggested by
+ Markus Triska <markus.triska@gmx.at>.
+
2008-10-13 Ulf Jasper <ulf.jasper@web.de>
* net/newst-plainview.el (w3m-toggle-inline-image):
(setq todo actions)
(while todo
(setq item (pop todo))
- (setq pattern (concat (symbol-value (nth 0 item)) "\\'"))
+ (setq pattern (format "\\(%s\\)\\'" (symbol-value (nth 0 item))))
(setq action (nth 1 item))
(tramp-message
vec 5 "Looking for regexp \"%s\" from remote shell" pattern)