*scratch*

vijay's weblog

Filed undertips

See all posts on Posterous with this tag »

Vijay Mathew

http://vmathew.in

Twitter
Vijay Mathew's profile »

Tags

  • links (85)
  • lisp (45)
  • code (43)
  • C++ (13)
  • cs (12)
  • motto (12)
  • java (11)
  • books (10)
  • scheme (9)
  • emacs (7)
  • View all 46 tags »
  • erlang (7)
  • motto-tips (7)
  • niue (5)
  • spark-scheme (5)
  • FP (4)
  • design (4)
  • linux (3)
  • music (3)
  • smalltalk (3)
  • tools (3)
  • oop (2)
  • os (2)
  • photography (2)
  • projects (2)
  • python (2)
  • android (1)
  • cirrina (1)
  • concatenative (1)
  • eopl (1)
  • factor (1)
  • faith (1)
  • forth (1)
  • history (1)
  • javascript (1)
  • js (1)
  • law (1)
  • learning (1)
  • movies (1)
  • networking (1)
  • opinion (1)
  • plan9 (1)
  • quotes (1)
  • scala (1)
  • spark (1)
  • squeak (1)
  • tips (1)

Archive

2012 (13)
May (1)
April (2)
March (4)
February (2)
January (4)
2011 (47)
December (10)
November (2)
September (1)
August (3)
July (2)
June (8)
May (2)
April (1)
March (6)
February (9)
January (3)
2010 (119)
December (5)
November (6)
October (11)
September (8)
August (14)
July (16)
June (14)
May (12)
April (7)
March (9)
February (7)
January (10)
2009 (15)
December (11)
November (4)
March 6, 2010

Emacs copy-paste problem

  • Edit
  • Delete
  • Tags
  • Autopost
Solved the Emacs copy-patse problem on Linux by adding the following two lines to my .emacs file:

(setq x-select-enable-clipboard t)
(setq interprogram-paste-function 'x-cut-buffer-or-selection-value)

Thanks to Uche Ogbuji!

Filed under  //

  • emacs
  • tips
Tweet
  • 0 responses
  • Like
  • Comment