You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Andy Stewart 4106636b3a Update PDF viewer gif 8 years ago
app Finish pdf viewer. 8 years ago
core Finish pdf viewer. 8 years ago
screenshot Update PDF viewer gif 8 years ago
.gitignore Update gitignore 8 years ago
HACKING.md Fix typo and grammar in HACKING.md 8 years ago
LICENSE Initial commit 8 years ago
README.md Update PDF viewer gif 8 years ago
TODOLIST.md Update TODOLIST 8 years ago
eaf.el Always clean eaf buffers. 8 years ago

README.md

What is Emacs Application Framework?

Emacs Application Framework is a development framework that developers can develop any PyQt program and integrate into Emacs.

This framework mainly implements three functions:

  1. Integrate PyQt program window into Emacs Frame using Xlib Reparent technology
  2. Listening to EAF buffer's keyboard event flow and controlling the keyboard input of PyQt program via DBus IPC
  3. Created a window compositer to make the PyQt program window adapt Emacs's Window/Buffer design

Using this framework, you can use PyQt develop powerful graphics programs to extend Emacs

Some screenshots

Browser

img

Image Viewer

img

Video Player

img

PDF Player

img

Installation

  1. Install python libraries:
sudo pacman -S python-xlib python-pyqt5 python-pymediainfo
sudo pip install git+https://github.com/wbsoft/python-poppler-qt5.git
  1. Clone this repository and add below code in your ~/.emacs
(require 'eaf)

Usage

M-x eaf-open

Such as,

  • type www.google.com to open browser, Ctrl + LeftButton open link in new tab
  • type /path/image_file to open image viewer, and press key j or k to select other image in same directory
  • type /path/video_file to open video player, press space to toggle play/pause status, press H or L to seek video position.
  • type /path/pdf_file to open pdf viewer.

How to develop new plugins?

Developer manual

Join Us

Do you want to make Emacs a real operating system?

Do you want to live in emacs more comfortably?

Want to create unparalleled plugins to extend emacs?

Join us, happy hacking!