来月の 25 日を求めるには
d = Date.today >> 1 raigetsu_25niti = Date.new(d.year, d.month, 25)とする.
Date::>> で 1 ヵ月加算.
ruby-list:41340 からのスレッド参照
[
固定リンク|
Comments (View)
]
ftnk.jp -> ~fumi -> ChangeLog -> 2005-11 -> 2005-11-08
2005-11 / 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
来月の 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://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