I have added tab-completion to the builtin input line editor. When you press tab, the editor will extract the name preceding the cursor and search the symbol table for the lexicagraphically following symbol which will replace the original name. Pressing tab again will find the next symbol, and so on until the set of acceptable symbols is completely enumerated. Just get the latest changeset from the Gambit repository and run "make". Marc
Afficher les réponses par date
That's really nice! I wonder if gambit.el can be extended to include the same feature. Quan On 9/29/07, Marc Feeley <feeley@iro.umontreal.ca> wrote:
I have added tab-completion to the builtin input line editor. When you press tab, the editor will extract the name preceding the cursor and search the symbol table for the lexicagraphically following symbol which will replace the original name. Pressing tab again will find the next symbol, and so on until the set of acceptable symbols is completely enumerated.
Just get the latest changeset from the Gambit repository and run "make".
Marc
_______________________________________________ Gambit-list mailing list Gambit-list@iro.umontreal.ca https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list
Is there a way of getting emacs to know about all the symbols gambit knows a priori? On 9/30/07, Marc Feeley <feeley@iro.umontreal.ca> wrote:
On 29-Sep-07, at 2:14 PM, Quân Ta wrote:
That's really nice!
I wonder if gambit.el can be extended to include the same feature.
Emacs already has this (M-/, or ESC /).
Marc
_______________________________________________ Gambit-list mailing list Gambit-list@iro.umontreal.ca https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list
-- |/|/ Bendick
Alex Shinn has released scheme-complete.el , it could be useful to you: http://groups.google.com/group/comp.lang.scheme/browse_thread/thread/f1beeab...
participants (4)
-
Bruno Deferrari -
Marc Feeley -
Quân Ta -
|/|/ Bendick