Skip to content

Instantly share code, notes, and snippets.

@zonuexe
Created September 7, 2012 00:19
Show Gist options
  • Save zonuexe/3661792 to your computer and use it in GitHub Desktop.
Save zonuexe/3661792 to your computer and use it in GitHub Desktop.
el-getでnavi2chを管理する

el-get で navi2ch を管理する

el-get ってなぁに?

最近流行ってるらしい Emacs のパッケージ管理システムだよ。 いろんなところからパッケージを取り込めるからとにかく楽だよ!

navi2ch ってなぁに?

ggrks

これ使ったら何が良いの?

M-x el-get-update navi2ch とかで最新版にうpだてできたりするかもしれないよ。できないかもしれない…!

どうやってインストールするの?

el-getの導入は https://github.com/dimitri/el-get を読んでね。 新規で入れるなら Stable Branch じゃなくて Master Branch にするのが良いよ!

シェルから $HOME/.emacs.d/recipes みたいなディレクトリを作ってね。 そこに navi2ch.rcp をぽいっと配置します。

そして次のコードを .emacs に追加します。

(add-to-list 'el-get-recipe-path "~/.emacs.d/recioes")

できたら C-x C-e で評価するか、 Emacs を再起動します。前者の方がお手軽ですよ。

ここまでで準備が整ってれば M-x el-get-install navi2ch でインストールできるようになってます。

はい、この後は設定せずに使ってくなら特に何もすることはないよ。

M-x navi2ch でいつでもふつーに起動可能な状態になってます。べんりべんり。

問題点は?

いままで navi2ch を常用してたことがないから、何かファイルが読み込まれないとか問題があっても補足できてないよ。何か問題があったら連絡してね。

ライセンスは?

特に僕の著作物でもない気がするし、 navi2ch と同じが良いよね。 (といふか description を引用ではなく二次利用してるから、それ以外のライセンスにできないよね)

navi2ch.rcp --- Navigator for 2ch for Emacsen

Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009 by Navi2ch Project

This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version.

This file is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

謝辞

Navi2ch Project の人たちマジリスペクトっす

(:name navi2ch
:website "http://navi2ch.sourceforge.net/"
:description "Navigator for 2ch for Emacsen"
:type github
:pkgname "naota/navi2ch")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment