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

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

[nongnu] elpa/forth-mode 55de74bb4f 033/153: Query Forth session about d


From: ELPA Syncer
Subject: [nongnu] elpa/forth-mode 55de74bb4f 033/153: Query Forth session about defined words.
Date: Sat, 29 Jan 2022 08:02:14 -0500 (EST)

branch: elpa/forth-mode
commit 55de74bb4fbe73c10f70cfe414e028cd72cefe35
Author: Lars Brinkhoff <lars.brinkhoff@delphi.com>
Commit: Lars Brinkhoff <lars.brinkhoff@delphi.com>

    Query Forth session about defined words.
---
 forth-interaction-mode.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/forth-interaction-mode.el b/forth-interaction-mode.el
index 87fad97fc9..55f8c7376a 100644
--- a/forth-interaction-mode.el
+++ b/forth-interaction-mode.el
@@ -76,4 +76,8 @@
       (accept-process-output proc 0.1))
     forth-result))
 
+;;;###autoload
+(defun forth-words ()
+  (split-string (forth-interaction-send "words")))
+
 (provide 'forth-interaction-mode)



reply via email to

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