最近流行ってるらしい Emacs のパッケージ管理システムだよ。 いろんなところからパッケージを取り込めるからとにかく楽だよ!
ggrks
seravee /Volumes/Data/tmp/hoge [0] 67471 % ll | |
total 0 | |
drwxrwxrwx@ 1 yoshikaw staff 264 May 20 15:45:03 2012 キタ━━━━(゚∀゚)━━━━ッ!!/ | |
drwxrwxrwx@ 1 yoshikaw staff 264 May 20 14:23:04 2012 日本語でおk/ | |
drwxrwxrwx@ 1 yoshikaw staff 264 May 19 23:32:36 2012 あばばばば/ | |
seravee /Volumes/Data/tmp/hoge [0] 67472 % ls あは<3099>は<3099>は<3099>は<3099>/ | |
Completing directories | |
あばばばば/ 日本語でおk/ キタ━━━━\(゚∀゚\)━━━━ッ\!\!/ | |
seravee /Volumes/Data/tmp/hoge [0] 67472 % setopt combiningchars |
diff --git a/src/fileio.c b/src/fileio.c | |
--- a/src/fileio.c | |
+++ b/src/fileio.c | |
@@ -3778,12 +3778,12 @@ | |
} | |
} | |
-# ifdef UNIX | |
/* | |
* Break symlinks and/or hardlinks if we've been asked to. |
diff --git a/screen-write.c b/screen-write.c | |
index 15f8d07..8a175a6 100644 | |
--- a/screen-write.c | |
+++ b/screen-write.c | |
@@ -1334,6 +1334,7 @@ screen_write_cell(struct screen_write_ctx *ctx, const struct grid_cell *gc) | |
ctx->cells++; | |
/* If the width is zero, combine onto the previous character. */ | |
+ /* | |
if (width == 0) { |
#!/bin/sh | |
# 初期設定 | |
WORK=$HOME/Builds/GCC | |
PREFIX=$HOME/mingw | |
export PATH="$HOME/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin" | |
# ソースコードのダウンロード | |
if [ ! -d $WORK/src ] ; then | |
mkdir src |