来月の 25 日を求めるには
d = Date.today >> 1 raigetsu_25niti = Date.new(d.year, d.month, 25)
とする.
Date::>> で 1 ヵ月加算.
ruby-list:41340 からのスレッド参照
来月の 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