EmacsWiki: Quick Run (original) (raw)

Execute editing buffer and show its output quickly.

Repository and documenatation are found at the following page:

https://github.com/syohex/emacs-quickrun

Contents

  1. quickrun.el
  2. Default Support Languages
  3. Installation
  4. Using quickrun.el
  5. More infomation

quickrun.el

quickrun.el is inspired by quickrun.vim.

You can run editing buffer in each programming languages within Emacs using quickrun.el. quickrun.el is similar to executable-interpret, but quickrun.el provides more convenient functions. quickrun.el executes not only script languages(Python, Ruby, Perl etc), but also compiled languages(C, C++, Java, Go lang etc).

Default Support Languages

quickrun.el supports following programming languages and markup languages. (You need to install commands in parentheses for executing the language).

You can add settings for other languages and situations.

Installation

Download quickrun.el and put it to load-path. And add following S-exp in your configuration file.

(require 'quickrun)

Using quickrun.el

You run M-x quickrun. quickrun.el chooses commands for executing editing buffer.

More infomation

Please see https://github.com/syohex/emacs-quickrun