xyzzy tips

  • たまに使いたいときに忘れていたり、それなりの頻度で使うけど覚えられない事柄をメモしておく場所。

キー操作に割り当てられたコマンドを表示する

  • describe-key
  • describe-key-briefly

外部コマンドで処理する

  • filter-buffer
  • filter-region #C-x |
  • nkf32.exe

テキストエンコーディング

  • decode-mime-header
  • decode-mime-header-region
  • base64-decode-region
  • base64-decode-region-to-file
  • quoted-printable-decode-region
  • quoted-printable-decode-region-to-file
  • url-encoding-decode-region

前の行とカレント行をマージする(スペース区切り)

  • delete-identation #M-^
    • delete-identation -> delete-identation -> dmacro-execで繰り返し実行
    • C-u <回数> -> M-SPCで実行回数を指定できる

Windowの操作

  • other-window #C-x o
  • delete-other-windows