To load the Biksel Emacs Lisp module, use:
(load "biksel")
(biksel-utility-scroll-up)Scroll up a few lines in the selected window.
(biksel-utility-scroll-down)Scroll down a few lines in the selected window.
(biksel-utility-compile)If the default directory of the current buffer has the
extension
, build Biksel program;
otherwise, same as .bik
.
(compile)
(biksel-run)Run Biksel program.
(biksel-build-and-run)Build and run Biksel program.
(biksel-paint)Open Biksel image editor.
biksel-utility-scroll-distanceNumber of lines to scroll with the
commands biksel-utility-scroll-up
and biksel-utility-scroll-down. You may change the
value of this variable using setq. Must be a
positive integer.