https://github.com/localvoid/emacs-manager
emacs manager server
https://github.com/localvoid/emacs-manager
Last synced: about 1 year ago
JSON representation
emacs manager server
- Host: GitHub
- URL: https://github.com/localvoid/emacs-manager
- Owner: localvoid
- Created: 2012-07-14T07:34:26.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-21T16:44:32.000Z (over 13 years ago)
- Last Synced: 2025-01-25T06:25:23.837Z (about 1 year ago)
- Language: Vala
- Homepage:
- Size: 191 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
===============
Emacs Manager
===============
Latest versions of Gnome Shell extension doesn't require installation of this server. This project is
now obsolete.
Installation
------------
Packages
^^^^^^^^
- Fedora 64bit - https://github.com/downloads/localvoid/emacs-manager/emacs-manager-0.1.1-1.x86_64.rpm
- Fedora 32bit - https://github.com/downloads/localvoid/emacs-manager/emacs-manager-0.1.1-1.i686.rpm
Compile from sources
^^^^^^^^^^^^^^^^^^^^
::
./waf configure
./waf
./waf install
DBus API
--------
com.localvoid.EmacsManager
^^^^^^^^^^^^^^^^^^^^^^^^^^
Methods:
- ObjectPath[] GetServers()
- int StartServer(string name)
Signals:
- ServerCreated(ObjectPath server_id)
- ServerDeleted(ObjectPath server_id)
com.localvoid.EmacsManager.Server
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Properties:
- string Name
- string State {"RUNNING", "KILLING", "ERROR"}
Methods:
- void Kill()
- void StartClient()
- void Execute(string cmd)