Elisp Application
  site-lisp
  load-path
  subdirs.el
  install
    site-lisp
    by appl.
Semi
  apel
  flim
  semi
Edit
  ediff
  autoinsert
  outline mode
    cvstree
    ~/.emacs
  kill-summary
  keisen
  二進編集 hexl
    編集
    連続入力
    移動
Programming
  CC-mode
    c-mode
    style
  pbf
  pcl-cvs
  起動方法
    checkout 前
    checkout 後
  使い方
  rcs
  JDEE
  gdb
MUA
  wl
  wl + namazu
  mu-cite
      設置
  Face
    最近の作成方法
  procmail
TeX
  AUC TeX
    install
    tex-jp.el
    customize
    doc/tex-ref.tex
  YaTeX
Web
  w3
  Emacs-w3m
  wiki
  php-mode
  YaHtml
  日記 hns
    .emacs の設定例
Text
  text-adjust
辞書
  sdic
  lookup
日本語入力(総)
  日本語入力(各)
    変換機構
    UI(人間側)
    統合 Elisp
  tamago
    redhat 7.3
  tamago versions
    個別無分類情報
    問題
      jserver
  Wnn
  Canna
  Sj3
  Anthy
  FreeWnn install
    NetBSD/pkgsrc
    configure;make
  FreeWnn
    起動
    wnnstat
  辞書
  pubdic に追加
      ipadic
    ipadic
    r-dic
    Wnn Parameter
  tcode
    tcode(URL)
IRC
  liece
  irchat
  riece
遠隔操作
  tramp
Video/Audio
  Monk
Others
  Calendar

emacs-21 | dot.emacs | application | packages | 始め方 | emacs-20 | らくらく入門 | 参照カード

Emacs-w3m

Emacs 上で w3m を動かそう(土屋さんから)
http://emacs-w3m.namazu.org/
w3m
まずこれが要る
http://w3m.sourceforge.net/
http://sourceforge.net/projects/w3m/
patch
http://www2u.biglobe.ne.jp/~hsaka/w3m/patch/
そうして emacs-w3m (download)
http://emacs-w3m.namazu.org/#download
(autoload 'w3m "w3m" "Interface for w3m on Emacs." t)
(require 'mime-w3m) ;; Wanderlust との組合せの場合
(setq browse-url-browser-function '(("." . w3m)))     ;; mail 等の URL から飛ぶ
(setq w3m-home-page "http://emacs-w3m.namazu.org")    ;; H で戻る先
(setq w3m-use-cookies t)                              ;; cookie を有効にする
;;
(global-set-key [next] 'browse-url-at-point)          ;; next(PageDown) で URL に飛ぶ
flim-1.14.2 だと問題がある。1.14.3 以降にする。

M-x w3m-browse-url RET url RET

Debugger entered--Lisp error: (error "Icon file /home/makoto/back-up.xpm not found")
  signal(error ("Icon file /home/makoto/back-up.xpm not found"))
  error("Icon file %s not found" "/home/makoto/back-up.xpm")
  w3m-e21-make-toolbar-buttons(("back" "parent" "forward" "reload" "open" "home" "search" "image" "copy" "weather" "antenna" "history" "db-history"))
  w3m-setup-toolbar()
  w3m-mode()
  w3m("http://www.ki.nu/~username/" nil t)
* call-interactively(w3m)
  execute-extended-command(nil)
* call-interactively(execute-extended-command)
make install-icons
This will install icons on /usr/share/emacs/21.3/etc/w3m/icons/*.xpm
この画面は Jeedosaquin によって表示しています。
Last Update: Sat, 07 Jun 2014 22:16:17 GMT 1.66 2008/03/08