This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| This file contains any messages produced by compilers while | |
| running configure, to aid debugging if configure makes a mistake. | |
| It was created by groonga configure 1.0.4, which was | |
| generated by GNU Autoconf 2.67. Invocation command line was | |
| $ ./configure CFLAGS=-g -O0 --prefix=/opt/local/lib/ruby/gems/1.8/gems/rroonga-1.0.8/vendor/local | |
| ## --------- ## | |
| ## Platform. ## |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // @file | |
| // @brief firefox4 debug display. (Log and Growl) | |
| // @author ongaeshi | |
| // @date 2011/01/09 | |
| // | |
| // --------------------------------- | |
| // @sample | |
| // | |
| // var notify = require("notify"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;;-------------------------------------------------------------------------- | |
| ;; csharp-mode | |
| ;; (install-elisp-from-emacswiki "csharp-mode.el") | |
| ;;-------------------------------------------------------------------------- | |
| (require 'csharp-mode) | |
| ;; Cモード共通フック | |
| (add-hook 'csharp-mode-hook | |
| '(lambda() | |
| (setq comment-column 40) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ---------------------------------------- | |
| # コマンドエイリアス | |
| # --------------------------------------- | |
| #PS1='<\w>' | |
| #PS1='% ' | |
| PS1='$ ' | |
| # ---------------------------------------- | |
| # ヒストリ設定 | |
| # --------------------------------------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
| ;; shell | |
| ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; | |
| ;; パスの設定 | |
| ;; より下に記述した物が PATH の先頭に追加されます | |
| (dolist (dir (list | |
| "/sbin" | |
| "/usr/sbin" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;;; font-setting.el | |
| ;; | |
| ;; 参考にしたページ | |
| ;; | |
| ;; フォントの設定 - Meadow - Trac | |
| ;; http://www.meadowy.org/meadow/wiki/%E3%83%95%E3%82%A9%E3%83%B3%E3%83%88%E3%81%AE%E8%A8%AD%E5%AE%9A | |
| ;; | |
| ;; 試し方 | |
| ;; [Options] -> Set Font/Font Setで設定されているフォントを試すことが出来ます | |
| ;; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;;-------------------------------------------------------------------------- | |
| ;; 置換時にインクリメンタルサーチからはじめ、そのまま置換する | |
| ;; | |
| ;; EmacsWiki: Incremental Search And Replace | |
| ;; http://www.emacswiki.org/emacs/IncrementalSearchAndReplace | |
| ;;------------------------------------------------------------------------- | |
| (defvar ireplace-isearch-mode-map | |
| (let ((map (make-sparse-keymap))) | |
| ;; Maintain any customizations to isearch-mode-map. | |
| (set-keymap-parent map isearch-mode-map) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script type="text/javascript"> | |
| var _gaq = _gaq || []; | |
| _gaq.push(['_setAccount', 'UA-XXXXX-X']); | |
| _gaq.push(['_trackPageview']); | |
| (function() { | |
| var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | |
| ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | |
| var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;;; color-setting.el | |
| ;; | |
| ;; (require 'color-setting) | |
| ; フェイスカスタマイズのために先行して読み込む必要があるもの | |
| (require 'dired) | |
| (require 'compile) | |
| ;;; font-lock-modeを有効に | |
| (global-font-lock-mode t) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ---- | |
| 今の設定 | |
| $ cd vendor/groonga-1.1.0 | |
| $ ./configure CC='i686-w64-mingw32-gcc' CFLAGS='-g -O0 -mno-cygwin' prefix='/c/users/ongaeshi/work/rroonga/vendor/local' i386-pc-mingw32 | |
| ---- | |
| を、これに直すということで意図とあってますか?(ongaeshi) | |
| $ cd vendor/groonga-1.1.0 |