emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/smalltalk-mode c39c42b 07/34: set comint-use-prompt-reg


From: Stefan Monnier
Subject: [elpa] externals/smalltalk-mode c39c42b 07/34: set comint-use-prompt-regexp, patch from Nick Gasson
Date: Tue, 9 Apr 2019 22:30:42 -0400 (EDT)

branch: externals/smalltalk-mode
commit c39c42b5b794ae38d1a0aaec00aa61629913e2f2
Author: Paolo Bonzini <address@hidden>
Commit: Paolo Bonzini <address@hidden>

    set comint-use-prompt-regexp, patch from Nick Gasson
    
    Patches applied:
    
     * address@hidden/smalltalk--stable--2.3--patch-87
       set comint-use-prompt-regexp, patch from Nick Gasson
    
    git-archimport-id: address@hidden/smalltalk--devo--2.2--patch-449
---
 gst-mode.el.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gst-mode.el.in b/gst-mode.el.in
index 6c9faf3..0192b7d 100644
--- a/gst-mode.el.in
+++ b/gst-mode.el.in
@@ -201,6 +201,7 @@ gst-mode-hook is called after comint-mode-hook."
          "%n" mode-line-process ")%]----" (-3 . "%p") "-%-"))
 
   (setq comint-prompt-regexp smalltalk-prompt-pattern)
+  (setq comint-use-prompt-regexp t) 
   (use-local-map gst-mode-map)
   (make-local-variable 'mode-status)
   (make-local-variable 'smalltalk-command-string)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]