|
|
便利なツール Emacs らくらく 入門 ![]() |
|
Namazu for hns による簡易全文検索 詳しくは 詳細指定/ヘルプを参照して下さい |
|||||||||||||||||||||||||||||||||||||||||||||||||||
2010年05月23日(日) 旧暦 [n年日記] [更新:"2010/05/23 22:52:41"]#1 [git][emacs] pulling emacs from git repository by date.
What I did today (+recently) , including errornous command
50 2010-05-22 22:41 git status emacs/src/emacs.c 51 2010-05-22 22:41 cd emacs 52 2010-05-22 22:41 git status src/emacs.c 53 2010-05-22 22:42 git log src/emacs.c 54 2010-05-22 22:43 git help checkout 55 2010-05-22 22:45 git log src/emacs.c 56 2010-05-22 22:46 git log lisp/version.c 57 2010-05-22 22:46 git log lisp/version.el 58 2010-05-22 22:47 man git-branch 59 2010-05-22 22:47 git branch 60 2010-05-23 11:02 git branch 9e91fd1a898e047bdf7c0834ef79888b946e71be 61 2010-05-23 11:03 git checkout 9e91fd1a898e047bdf7c0834ef79888b946e71be 67 2010-05-23 11:05 git pull 68 2010-05-23 11:06 git pull 9e91fd1a898e047bdf7c0834ef79888b946e71be 72 2010-05-23 11:07 less src/ChangeLog 73 2010-05-23 11:07 git checkout 9e91fd1a898e047bdf7c0834ef79888b946e71be 74 2010-05-23 11:08 git status 78 2010-05-23 11:10 git log |&less 79 2010-05-23 11:10 git co 55d356f9dda341e67cde9eef86df6927d8f027f5 80 2010-05-23 11:11 git pull 55d356f9dda341e67cde9eef86df6927d8f027f5 82 2010-05-23 11:11 git checkout 55d356f9dda341e67cde9eef86df6927d8f027f5 83 2010-05-23 11:11 git checkout -b 55d356f9dda341e67cde9eef86df6927d8f027f5 84 2010-05-23 11:11 less src/ChangeLog(Now I got Mar. 10 2010 version), Thanks Rui @ getting started with emacs and git:modena@makoto 11:53:33/100523(/export/git-work)% \ git checkout git://repo.or.cz/emacs.git emacsI did for Apr. 01 308 2010-05-23 21:07 git checkout 182a97c994685fadb92211041a5ecfdd9c9674a2Make sure ChangeLog is the one of that date, And this compiles and works as: GNU Emacs 24.0.50.1 (x86_64-unknown-netbsd5.0., GTK+ Version 2.18.9)I don't understand how to use 'git bisect', do manually.. Now starting bisect: The raw log is: 378 2010-05-23 21:40 git start 182a97c994685fadb92211041a5ecfdd9c9674a2 379 2010-05-23 21:40 git bisect start 182a97c994685fadb92211041a5ecfdd9c9674a2 380 2010-05-23 21:40 git bisect bad 381 2010-05-23 21:40 git bisect good bad 382 2010-05-23 21:40 git bisect good 182a97c994685fadb92211041a5ecfdd9c9674a2 383 2010-05-23 21:41 cd .. 384 2010-05-23 21:41 rm -rf emacs-work/;mkdir emacs-work; cd emacs-work 385 2010-05-23 21:41 rm -rf emacs-work/;mkdir emacs-work; cd emacs-work 386 2010-05-23 21:41 ../emacs/configure --without-xtf 387 2010-05-23 21:42 gmake bootstrap 388 2010-05-23 21:43 cd .. 389 2010-05-23 21:43 rm -rf emacs-work/;mkdir emacs-work; cd emacs-work 390 2010-05-23 21:43 cd .. 391 2010-05-23 21:43 rm -rf emacs-work/;mkdir emacs-work; cd emacs-work 392 2010-05-23 21:43 ../emacs/configure --without-xft 393 2010-05-23 21:44 gmake bootstrap 394 2010-05-23 21:49 ../emacs-work/src/emacs modena@makoto 21:50:08/100523(..git-work/emacs-work)% modena@makoto 22:28:40/100523(..git-work/emacs)% git bisect bad Bisecting: 0 revisions left to test after this (roughly 0 steps) [1d72483243cd4cdb611bf57d67483d125c2dcf58] Define auto-save-mode with define-minor-mode. * emacs-lisp/easy-mmode.el (define-minor-mode): Make :variable more flexible. * files.el (auto-save-mode): Use it to define using define-minor-mode. modena@makoto 22:28:42/100523(..git-work/emacs)% @ git bisect log:modena@makoto 22:35:16/100523(..git-work/emacs)% git bisect log # bad: [182a97c994685fadb92211041a5ecfdd9c9674a2] Remove extern errno declarations. * xterm.c: * xrdb.c: * w32term.c: * unexec.c: * unexaix.c: * sysdep.c: * process.c: * lread.c: * keyboard.c: * floatfns.c: * filelock.c: * fileio.c: * emacs.c (main): * ecrt0.c: * dispnew.c: * callproc.c: * buffer.c: Remove errno extern declarations. * s/netbsd.h (NEED_ERRNO): Remove. git bisect start '182a97c994685fadb92211041a5ecfdd9c9674a2' # bad: [dee238ce96a1d5be888ff0138296c34cf569b58d] Redesign bidi-aware edge positions of glyph rows, fix bug #6036. git bisect bad dee238ce96a1d5be888ff0138296c34cf569b58d # good: [182a97c994685fadb92211041a5ecfdd9c9674a2] Remove extern errno declarations. * xterm.c: * xrdb.c: * w32term.c: * unexec.c: * unexaix.c: * sysdep.c: * process.c: * lread.c: * keyboard.c: * floatfns.c: * filelock.c: * fileio.c: * emacs.c (main): * ecrt0.c: * dispnew.c: * callproc.c: * buffer.c: Remove errno extern declarations. * s/netbsd.h (NEED_ERRNO): Remove. git bisect good 182a97c994685fadb92211041a5ecfdd9c9674a2 # good: [875b64ea3114a282235972f6d768471d0508fbc5] * net/tramp.el (tramp-methods): Remove "-q" from `tramp-login-args' in order to see error messages for failed logins. git bisect good 875b64ea3114a282235972f6d768471d0508fbc5 # bad: [a0174ad5d5157b0ef78f310908ae7eb29e63776c] * admin/CPP-DEFINES: More updates. git bisect bad a0174ad5d5157b0ef78f310908ae7eb29e63776c # bad: [b2f5f0acc84724a00092a866e83d9d6dcd993302] Merge from mainline. git bisect bad b2f5f0acc84724a00092a866e83d9d6dcd993302 # good: [9ebbf1fbac129d1088fd14906d02f08fcf5aa17b] Merge from mainline. git bisect good 9ebbf1fbac129d1088fd14906d02f08fcf5aa17b # bad: [d96cfb1e3a85073b6442564a1044a7ffe29012ad] Merge from mainline. git bisect bad d96cfb1e3a85073b6442564a1044a7ffe29012ad # good: [29bb36733cfab642fe7cdf1e2b052d7513efa1b8] Merge from mainline. git bisect good 29bb36733cfab642fe7cdf1e2b052d7513efa1b8 # bad: [7430f22554417282eef3fb72dc52a9d1e1305c80] Require easy-mmode for XEmacs when compiling. git bisect bad 7430f22554417282eef3fb72dc52a9d1e1305c80 # bad: [1ed54faacf8bd1c77b1e05a71c1c3e5471afc4c1] Synch with Gnus trunk. (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml handles on recursive mml-to-mime translation and check them for boundary delimiter collisions. Reported by: Greg Troxel. git bisect bad 1ed54faacf8bd1c77b1e05a71c1c3e5471afc4c1 # bad: [9b534d9de4edda694842b4b711df4df2e52d2492] Extract common suffix for * in partial-completion. * minibuffer.el (completion--sreverse, completion--common-suffix): New functions. (completion-pcm--merge-completions): Extract common suffix when safe. git bisect bad 9b534d9de4edda694842b4b711df4df2e52d2492 modena@makoto 22:35:28/100523(..git-work/emacs)% modena@makoto 22:35:57/100523(..git-work/emacs)% git branch * (no branch) 58bf6e3cec026eed98c27237b64d3eb1c8aa788e EMACS_PRETEST_23_1_93 main master modena@makoto 22:36:00/100523(..git-work/emacs)% git bisect reset Checking out files: 100% (293/293), done. Previous HEAD position was 1d72483... Define auto-save-mode with define-minor-mode. * emacs-lisp/easy-mmode.el (define-minor-mode): Make :variable more flexible. * files.el (auto-save-mode): Use it to define using define-minor-mode. Switched to branch 'master' modena@makoto 22:36:16/100523(..git-work/emacs)% git branch 58bf6e3cec026eed98c27237b64d3eb1c8aa788e EMACS_PRETEST_23_1_93 main * master modena@makoto 22:36:23/100523(..git-work/emacs)%I am afraid that while bisecting, the other problem may appear. like Loading /export/git-work/emacs/lisp/files.el (source)... Symbol's function definition is void: define-minor-mode gmake[2]: *** [bootstrap-emacs] Error 255 gmake[2]: Leaving directory `/export/git-work/emacs-work/src'but this is not the problem currently pursueing. This should flags as good ? @ do it again:
We should use skip
git bisect skip ( つっこみ )
2008年05月23日(金) 旧暦 [n年日記] [更新:"2008/05/23 13:53:16"]#1 [Emacs] Wanderlust で No undo information in this buffer と
Wanderlust でメールを書き始めた後に No undo information in this buffer と言われることがある。大昔に Mew で (buffer-flush-undo) をしているのでこの問題が 起きることがある、(setq buffer-undo-list nil) を使えば良いという話が あった (関係あるのかな)。 そういう字は使ってなさそう。 単に M-x buffer-enable-undo すれば回復する ? wl の中に (buffer-disable-undo) は、いくつもあるのに enable の方は一つもないので、 どこかで大域変数にさわってしまった、という感じがする (あるいは大域変数にしてしまった ?)。 emacs-current を使っているから、いつのものかはっきりしなくては 情報にならないかな。 ( つっこみ )
2004年05月23日(日) 旧暦 [n年日記]#1 [無題] フィレンツェ@人形町10:50 出発 11:30 人形町 11:50 人形町 12:07 市川 12:30 人形町 17:40 人形町 18:20 幕張 18:40 千葉 19:30 帰宅 ( つっこみ )
2003年05月23日(金) 旧暦 [n年日記]#1 [本] PHPxPostgreSQL で作る 最強 Web システム
(技術評論社、石井達夫著) 2,880 円外税
( つっこみ )
2002年05月23日(木) 旧暦 [n年日記]#2 [URL] TION -> .np
僕はこういうのは面白いと思う。
変なことを考えた人は偉い。
しかし home page とか言っているうちはだめかと。
( つっこみ )
#1 [NetBSD] build.sh
1.6A になっているらしいので
8:18 cvs -d :pserver:anoncvs@anoncvs.netbsd.org:/cvsroot checkout src 10:13 終了 10:17 mv src 20020523 10:17 ln -s 20020523 src cd 20020523 ./build.sh -R /export/20020523r -D /export/20020523d > & ../20020523-build.sh-log少なくとも次が必要だった。cvs update -dP で行けるのかな。でも co したばかりなのだけれど。 rm -rf ./gnu/usr.bin/grep/grep rm -rf ./usr.bin/ktrace/ktrace rm -rf ./usr.bin/man/man rm -rf ./usr.sbin/mrouted/mrouted /export/20020523/tools/obj/tools.NetBSD-1.5ZC-powerpc/bin/nbhost-mkdep ... nbmake: don't know how to make <built-in>. Stop<built-in> という文字自体は /export/20020523/tools/compat/obj/.depend の中に書いてある。 <command line> というのもある。でもこれは作ったもので.. あーれー、上を良く見たら、1.5ZC って書いてある。 ってこれはいまの自分の環境か。また早とちり。 ( つっこみ )
|
最近の日記 2025年02月13日 ・dvipdfmx ICC profile format spec. version 4.3.0 2025年01月29日 ・ham/wsjtx 2025年01月27日 ・wip/wsjtx 5.4.2 2025年01月25日 ・ham/wsjtx 2025年01月15日 ・今更 advent calendar | ||