2005-11-08 Tue

[別の年の同じ日: 2002 2004 2006 2007 2008 2009 2010 2012

翌月の指定日を求める はてぶ

来月の 25 日を求めるには

d = Date.today >> 1
raigetsu_25niti = Date.new(d.year, d.month, 25)


とする.

Date::>> で 1 ヵ月加算.

ruby-list:41340 からのスレッド参照

コマンドラインでのバイトコンパイル はてぶ

emacs -batch -f batch-byte-compile elscreen.el


コンパイルするのに必要なファイルがある場合は,-l で指定.

emacs -batch -l elscreen.elc -f batch-byte-compile */*.el


よく解る、エウレカセブン はてぶ

http://shoooot.seesaa.net/article/8721740.html

SMAC っぽい.

ELScreen はてぶ

http://www.morishima.net/~naoto/software/elscreen/

入れてみた.

キーバインド

    C-z         ElScreen prefix key
    C-z C-c     Create new screen
    C-z k       Kill the current screen
    C-z C-p     Switch to the previous screen
    C-z C-n     Switch to the next screen
    C-z C-a     Toggle screens
    C-z g       Jump to the specified screen
    C-z [0-9]   Jump to the screen #
    C-z ?       Show help
    C-z C-f     Find file in new screen
    C-z w       Show list of screens
    C-z m       Show last message
    C-z t       Show time
    C-z A       Name the current screen
    C-z v       Show ElScreen version