Is it possible to make them work as in emacs. I write an abbreviation, press space and it's being automatically substituted, if the abbrev mode is on? It seems, that the abbreviations are loaded from the file correctly - I tested that. The file is being read line by line:
for x in f: a, b = x.split('=') b = b [:-1] self.abbrevs [a] = b How can I make multiline abbreviations? Use '\n'? -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to leo-edi...@googlegroups.com. To unsubscribe from this group, send email to leo-editor+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.