• Stars
    star
    214
  • Rank 184,678 (Top 4 %)
  • Language
    Emacs Lisp
  • Created over 9 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

X protocol Emacs Lisp Binding

X protocol Emacs Lisp Binding

XELB (X protocol Emacs Lisp Binding) is a pure Elisp implementation of X11 protocol based on the XML description files from XCB project. It features an object-oriented API and permits a certain degree of concurrency. It should enable you to implement some low-level X11 applications. Please refer to xelb.el for more details.

Note to Emacs 24 users: If you install XELB from source (rather than GNU ELPA), be sure to install cl-generic package from GNU ELPA first.