summaryrefslogtreecommitdiff
path: root/elisp/geiser-plt.el
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2009-05-08 01:48:52 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2009-05-08 01:48:52 +0200
commitc09f5bbaa836d04a9babdff0943dc596dbc68e38 (patch)
treee2c9c91fa86534ba9479c03a067164947fb034d1 /elisp/geiser-plt.el
parent9127a121c76f5d5606bca9a668bda5509ec3b830 (diff)
downloadgeiser-chez-c09f5bbaa836d04a9babdff0943dc596dbc68e38.tar.gz
geiser-chez-c09f5bbaa836d04a9babdff0943dc596dbc68e38.tar.bz2
Module completion generalized and implemented for PLT.
Diffstat (limited to 'elisp/geiser-plt.el')
-rw-r--r--elisp/geiser-plt.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/elisp/geiser-plt.el b/elisp/geiser-plt.el
index b93dc1d..1b539f8 100644
--- a/elisp/geiser-plt.el
+++ b/elisp/geiser-plt.el
@@ -101,6 +101,9 @@ This function uses `geiser-plt-init-file' if it exists."
((null module) (buffer-file-name))
(t module)))
+(defun geiser-plt-symbol-begin (module)
+ (save-excursion (skip-syntax-backward "^-()>") (point)))
+
;;; External help
(defun geiser-plt-external-help (symbol module)