1 of 3

fcopy.el

2012/07/24 Emacs勉強会

2 of 3

自己紹介

  • 安宅 正之 (あたか まさゆき)
    • 1998 年から Emacs を利用
    • 当時は Mule と呼ばれていた
    • 物理科出身
    • LaTeX 好き

  • twitter: at_aka
  • blog: clmemo@aka
    • http://at-aka.blogspot.jp/
    • http://at-aka.blogspot.jp/2012/08/fcopyel-ver60.html
  • github: https://github.com/ataka

3 of 3

fcopy.el

  • インタラクティブなインサート
  • マイナー・モードで実装
  • View mode を参考

(autoload 'fcopy-mode "fcopy" "copy lines or region without editing." t)

(define-key mode-specific-map "k" 'fcopy-mode)