最近流行ってるらしい Emacs のパッケージ管理システムだよ。 いろんなところからパッケージを取り込めるからとにかく楽だよ!
ggrks
#!/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 |
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) { |
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. |
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 |
/* | |
* TSM - Unicode Handling | |
* | |
* Copyright (c) 2011-2012 David Herrmann <[email protected]> | |
* Copyright (c) 2011 University of Tuebingen | |
* | |
* Permission is hereby granted, free of charge, to any person obtaining | |
* a copy of this software and associated documentation files | |
* (the "Software"), to deal in the Software without restriction, including | |
* without limitation the rights to use, copy, modify, merge, publish, |
# -*- coding: utf-8 -*- | |
# | |
# author: USAMI Kenta <[email protected]> | |
# license: NYSL 0.9982 | |
# | |
puts %w( | |
字佐美健太 | |
-忠吉さん,_tadsan | |
--Zonu.EXE |
#!/bin/bash | |
set -o nounset | |
set -o errexit | |
set -o pipefail | |
declare -r max=4 | |
declare i=0 | |
function wrap() { | |
local cmd=$1 ; shift |
#include <Carbon/Carbon.h> | |
typedef void *CGSConnectionID; | |
extern CGSConnectionID _CGSDefaultConnection(void); | |
#define CGSDefaultConnection _CGSDefaultConnection() | |
typedef uint64_t CGSSpace; | |
typedef enum _CGSSpaceType { | |
kCGSSpaceUser, | |
kCGSSpaceFullscreen, |
このドキュメントは http://www.bluetail.com/~joe/vol1/v1_oo.html で行われたオリジナルの講演のコピーである