readd erl-start command

--HG--
branch : pmacs2
This commit is contained in:
Erik Osheim 2009-11-09 23:04:40 -05:00
parent 7ea3fd3855
commit 67d13d0559
1 changed files with 6 additions and 7 deletions

View File

@ -83,12 +83,11 @@ class ErlangTabber(tab.StackTabber):
currlvl = self.get_curr_level()
return currlvl
## this shit doesn't work... hmmm
#class ErlStart(Interact):
# args = []
# reuse = True
# def _execute(self, w, **vargs):
# Interact._execute(self, w, bname='*Erl*', cmd='erl')
class ErlStart(Interact):
args = []
reuse = True
def _execute(self, w, **vargs):
Interact._execute(self, w, bname='*Erl*', cmd='erl')
class Erlang(mode.Fundamental):
name = 'Erlang'
@ -117,7 +116,7 @@ class Erlang(mode.Fundamental):
'erl_atom.end': ('magenta', 'default', 'bold'),
}
actions = [
#ErlStart,
ErlStart,
]
_bindings = {
'close-paren': (')',),