をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
]
開始行:
#contents
-[[GNU emacs:http://www.gnu.org/software/emacs/emacs.html]]
-[[Meadow:http://www.meadowy.org/meadow/]]
**Download [#g8a9e89b]
-[[GNU emacs:http://ftp.gnu.org/pub/gnu/emacs/]]
-[[Meadow:http://www.meadowy.org/meadow/]]
-[[Meadow]]
-[[emacs on Zaurus]]
**Wanderlust [#gf2503e7]
-[[Wanderlust]]
**JDEE [#yffebe90]
**navi2ch [#m1ca1e30]
-[[Navi2ch Project Home Page:http://navi2ch.sourceforge.n...
gzip -dc navi2ch-1.7.2.tar.gz | tar -xvf -
cd navi2ch-1.7.2
./configure EMACS=/cygdrive/c/Meadow/2.00/bin/meadow.exe \
PREFIX=c:/Meadow LISPDIR=c:/Meadow/site-lisp \
VERSION_SPECIFIC_LISPDIR=c:/Meadow/2.00/site-lisp
make install
-dot.emacs
(autoload 'navi2ch "navi2ch" "Navigator for 2ch for Emac...
**emacs-w3m [#y735a7b6]
./configure --with-emacs=/cygdrive/c/Meadow/2.00b2/bin/m...
--with-lispdir=c:/Meadow/site-lisp/w3m \
--with-icondir=c:/Meadow/2.00b2/etc/w3m/icons \
--prefix=c:/Meadow --infodir=c:/Meadow/2.00b2/info
make
make install
./configure
make
make install
**IRC(irchat) [#qef4d07f]
wget http://www.ircnet.jp/dist/irchat/irchat-jp26d.tgz
tar zxvf irchat.tgz
(setq load-path (cons (expand-file-name "~/irchat") load...
(autoload 'irchat "irchat" "Internet Relay Chat" t)
M-x irchat
-dot.emacs
(setq irchat-server "irc.2ch.net")
;; irchat name
(setq irchat-name "nuzou")
(setq irchat-nickname "nuzou")
;; auto in channell
(setq irchat-startup-channel-list '("#<channel name>"))
**pcl-cvs [#zc6c9e0e]
M-x cvs-update
(require 'ls-lisp)
(let (current-load-list)
(defadvice insert-directory
(around reset-locale activate compile)
(let ((system-time-locale "C"))
ad-do-it)))
(if (fboundp 'normal-top-level-add-subdirs-to-load-path)
(normal-top-level-add-subdirs-to-load-path))
M-C-n M-C-p
;; indent
(setq-default indent-level 4)
(setq-default tab-width 4)
(defun my-c-mode-hook ()
(c-set-style "linux")
(setq tab-width 4)
(setq c-basic-offset tab-width))
(add-hook 'c-mode-hook 'my-c-mode-hook)
(setq compilation-window-height 10)
(setq compile-command "make -f ")
M-x overwrite-mode
~
~
終了行:
#contents
-[[GNU emacs:http://www.gnu.org/software/emacs/emacs.html]]
-[[Meadow:http://www.meadowy.org/meadow/]]
**Download [#g8a9e89b]
-[[GNU emacs:http://ftp.gnu.org/pub/gnu/emacs/]]
-[[Meadow:http://www.meadowy.org/meadow/]]
-[[Meadow]]
-[[emacs on Zaurus]]
**Wanderlust [#gf2503e7]
-[[Wanderlust]]
**JDEE [#yffebe90]
**navi2ch [#m1ca1e30]
-[[Navi2ch Project Home Page:http://navi2ch.sourceforge.n...
gzip -dc navi2ch-1.7.2.tar.gz | tar -xvf -
cd navi2ch-1.7.2
./configure EMACS=/cygdrive/c/Meadow/2.00/bin/meadow.exe \
PREFIX=c:/Meadow LISPDIR=c:/Meadow/site-lisp \
VERSION_SPECIFIC_LISPDIR=c:/Meadow/2.00/site-lisp
make install
-dot.emacs
(autoload 'navi2ch "navi2ch" "Navigator for 2ch for Emac...
**emacs-w3m [#y735a7b6]
./configure --with-emacs=/cygdrive/c/Meadow/2.00b2/bin/m...
--with-lispdir=c:/Meadow/site-lisp/w3m \
--with-icondir=c:/Meadow/2.00b2/etc/w3m/icons \
--prefix=c:/Meadow --infodir=c:/Meadow/2.00b2/info
make
make install
./configure
make
make install
**IRC(irchat) [#qef4d07f]
wget http://www.ircnet.jp/dist/irchat/irchat-jp26d.tgz
tar zxvf irchat.tgz
(setq load-path (cons (expand-file-name "~/irchat") load...
(autoload 'irchat "irchat" "Internet Relay Chat" t)
M-x irchat
-dot.emacs
(setq irchat-server "irc.2ch.net")
;; irchat name
(setq irchat-name "nuzou")
(setq irchat-nickname "nuzou")
;; auto in channell
(setq irchat-startup-channel-list '("#<channel name>"))
**pcl-cvs [#zc6c9e0e]
M-x cvs-update
(require 'ls-lisp)
(let (current-load-list)
(defadvice insert-directory
(around reset-locale activate compile)
(let ((system-time-locale "C"))
ad-do-it)))
(if (fboundp 'normal-top-level-add-subdirs-to-load-path)
(normal-top-level-add-subdirs-to-load-path))
M-C-n M-C-p
;; indent
(setq-default indent-level 4)
(setq-default tab-width 4)
(defun my-c-mode-hook ()
(c-set-style "linux")
(setq tab-width 4)
(setq c-basic-offset tab-width))
(add-hook 'c-mode-hook 'my-c-mode-hook)
(setq compilation-window-height 10)
(setq compile-command "make -f ")
M-x overwrite-mode
~
~
ページ名: