xvfb backround info

Angelegt von suung Mon, 28 Nov 2011 14:26:00 GMT

X Virtual Framebuffer

 

http://de.wikipedia.org/wiki/Xvfb

e.g. use it to create screenshots.

 

For a basic implementation, see this:https://github.com/leonid-shevtsov/headless/blob/master/lib/headless.rb

RTFM: Howto make emacs use the X clipboard

Angelegt von niklas Mon, 21 Feb 2011 20:33:00 GMT

Put this in your ~/.emacs (or evaluate through M-:):
(setq x--select-enable-clipboard 't)
I struggled with this problem for a long time, occasionally using cat and copy&paste from a terminal window to get text out of emacs - while I should simply have read the manual.