JED, the lightweight emacsish editor
(exe=u'jed')
| 79 | |
| 80 | |
| 81 | def jed(exe=u'jed'): |
| 82 | """ JED, the lightweight emacsish editor """ |
| 83 | install_editor(exe + u' +{line} {filename}') |
| 84 | |
| 85 | |
| 86 | def idle(exe=u'idle'): |
nothing calls this directly
no test coverage detected