瞎折腾

搞事情

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

01 2013 档案

摘要:使用 bpcopy 和bppaste 替代剪切 x-clipboradelisp code :;;osx should using pbpaste and pbcopy to share clipboard(defun copy-from-osx () (shell-command-to-string "pbpaste"))(defun paste-to-osx (text &optional push) (let ((process-connection-type nil)) (let ((proc (start-process "pbcopy" 阅读全文
posted @ 2013-01-20 22:44 secularbird 阅读(689) 评论(0) 推荐(0)

摘要:gcc 4.4.3 的编译器编译编译环境:gcc -versioni686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)Copyright (C) 2007 Free Software Foundation, Inc.This is free software; see the source for copying conditions. There is NOwarranty; not even for MERCHANTABILITY or FI 阅读全文
posted @ 2013-01-12 12:08 secularbird 阅读(933) 评论(0) 推荐(0)