1 Sep 2007 07:02
A couple of Emacs functions for scala-mode
Victor Rodriguez <victorr <at> gmail.com>
2007-09-01 05:02:04 GMT
2007-09-01 05:02:04 GMT
Hello, I have written a couple of functions for scala-mode that might be useful for other Emacs users. The first one is a version of scala-eval-region that sends the region directly to the interpreter. That is, the function does not write the region to a temporary file, and is thus much faster. The only nuisance is that the interpreter outputs some spaces and a pipe for each line of the region. The second function, scala-eval-definition, tries to make it unnecessary to define the region to be sent. Please note that this is the most elisp I have written to date, so do not hesitate to point out to me better ways to do things. Saludos, Victor Rodriguez.
RSS Feed