mietek / epigram2

Mirror of Epigram 2, by Conor McBride, et al.
https://code.google.com/p/epigram
MIT License
48 stars 7 forks source link

Demo: emacs mode multi-line sending #90

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Right now, the emacs copy-to-buffer thing sends one line at a time, therefore 
preventing line breaks in the source files.

An improvement would be to look for "a ';' followed by a line break". Then, we 
would be able to send multiple, nicely line-break-ed blocks. 

Original issue reported on code.google.com by pedag...@gmail.com on 7 Sep 2010 at 10:58

GoogleCodeExporter commented 9 years ago
Done in pigmode.el

Original comment by pedag...@gmail.com on 11 Sep 2010 at 11:20