branch: elpa/haskell-tng-mode commit f4293261060df14d9311ec9f74156cc325005592 Author: Tseen She <ts33n....@gmail.com> Commit: Tseen She <ts33n....@gmail.com>
thots --- haskell-tng-hsinspect.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/haskell-tng-hsinspect.el b/haskell-tng-hsinspect.el index 2eda5b7..ace34c1 100644 --- a/haskell-tng-hsinspect.el +++ b/haskell-tng-hsinspect.el @@ -47,8 +47,7 @@ A prefix argument ensures that caches are flushes." ;;;###autoload (defun haskell-tng-import-symbol-at-point (&optional alt) "Import the symbol at point" - ;; TODO double prefix + FQN should mean use unqualified `as' import - ;; TODO double prefix + unqualified should mean to import entire module + ;; TODO C-- prefix could mean to ask the user to provide the qualifier after being told the module name ;; TODO shortlist for FQN imports (no need to calc the index) ;; TODO fqn version doesn't work one after the last character and non-fqn version doesn't work on first (interactive "P")