[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[plamo:32581] emacs + mew



こんにちは

##plamo7 ちょっとづつ私仕様になるのはうれしい

先に無線LAn の件ですが、
/var/log/messaages
Jul 31 16:17:34 jeanne kernel: iwlwifi 0000:0c:00.0: Radio type=0x1-0x2-0x0
Jul 31 16:17:34 jeanne kernel: iwlwifi 0000:0c:00.0: Radio type=0x1-0x2-0x0
Jul 31 16:17:37 jeanne kernel: wlan0: authenticate with 10:4b:46:d9:a2:c6
Jul 31 16:17:37 jeanne kernel: wlan0: send auth to 10:4b:46:d9:a2:c6 (try 1/3)
Jul 31 16:17:37 jeanne kernel: wlan0: authenticated
Jul 31 16:17:37 jeanne kernel: wlan0: associate with 10:4b:46:d9:a2:c6 (try 1/3)
Jul 31 16:17:37 jeanne kernel: wlan0: RX AssocResp from 10:4b:46:d9:a2:c6 (capab=0x411 status=0 aid=1)
Jul 31 16:17:37 jeanne kernel: wlan0: associated
こんな記録残していて、何もしないでもつながります。

emacs + mew

ごく普通に
 .mew.el を書き換え
emacs について
site-start.d を確認
chie02@jeanne:~/.emacs.d/site-start.d$ ls
behavior.el  look.el   mozc-el_el   mu-cite_el  skk_el       uim_el
edit.el      major.el  mozc.el      package.el  timidity_el  wl_el
key_el       mew_el    mozc_el.org  print.el    uim.el.org   yatex_el

emacs -f mew
 と入力すると、
mew は起動できず
------------------------------------
Loading /home/chie02/.emacs.d/site-start.d/behavior.el (source)...done
Loading /home/chie02/.emacs.d/site-start.d/edit.el (source)...done
Loading /home/chie02/.emacs.d/site-start.d/look.el (source)...done
Loading /home/chie02/.emacs.d/site-start.d/major.el (source)...done
Loading /home/chie02/.emacs.d/site-start.d/mozc.el (source)...done
Loading /home/chie02/.emacs.d/site-start.d/package.el (source)...done
Loading /home/chie02/.emacs.d/site-start.d/print.el (source)...done
For information about GNU Emacs and the GNU system, type <f1> C-a.
command-line-1: Symbol’s function definition is void: mew
<left-fringe> <drag-mouse-1> is undefined


Coding system for saving this buffer:
  Not set locally, use the default.
Default coding system (for new files):
  U -- utf-8 (alias: mule-utf-8)

Coding system for keyboard input:
  U -- utf-8-unix (alias: mule-utf-8-unix)

Coding system for terminal output:
  U -- utf-8-unix (alias: mule-utf-8-unix)

Coding system for inter-client cut and paste:
  nil
Defaults for subprocess I/O:
  decoding: U -- utf-8-unix (alias: mule-utf-8-unix)

  encoding: U -- utf-8-unix (alias: mule-utf-8-unix)


Priority order for recognizing coding systems when reading files:
  1. japanese-iso-8bit (alias: euc-japan-1990 euc-japan euc-jp)
  2. iso-2022-jp (alias: junet)
  3. japanese-shift-jis (alias: shift_jis sjis)
  4. iso-2022-jp-2 
  5. utf-8 (alias: mule-utf-8)
  6. iso-2022-7bit 
  7. iso-latin-1 (alias: iso-8859-1 latin-1)
  8. iso-2022-8bit-ss2 
  9. emacs-mule 
  10. raw-text 
  11. in-is13194-devanagari (alias: devanagari)
  12. utf-8-auto 
  13. utf-8-with-signature 
  14. utf-16 
  15. utf-16be-with-signature (alias: utf-16-be)
  16. utf-16le-with-signature (alias: utf-16-le)
  17. utf-16be 
  18. utf-16le 
  19. chinese-big5 (alias: big5 cn-big5 cp950)
  20. undecided 

  Other coding systems cannot be distinguished automatically
  from these, and therefore cannot be recognized automatically
  with the present coding system priorities.

Particular coding systems specified for certain file names:

  OPERATION	TARGET PATTERN		CODING SYSTEM(s)
  ---------	--------------		----------------
  File I/O	"\\.dz\\'"		(no-conversion . no-conversion)
		"\\.txz\\'"		(no-conversion . no-conversion)
		"\\.xz\\'"		(no-conversion . no-conversion)
		"\\.lzma\\'"		(no-conversion . no-conversion)
		"\\.lz\\'"		(no-conversion . no-conversion)
		"\\.g?z\\'"		(no-conversion . no-conversion)
		"\\.\\(?:tgz\\|svgz\\|sifz\\)\\'"
					(no-conversion . no-conversion)
		"\\.tbz2?\\'"		(no-conversion . no-conversion)
		"\\.bz2\\'"		(no-conversion . no-conversion)
		"\\.Z\\'"		(no-conversion . no-conversion)
		"\\.elc\\'"		utf-8-emacs
		"\\.el\\'"		prefer-utf-8
		"\\.utf\\(-8\\)?\\'"	utf-8
		"\\.xml\\'"		xml-find-file-coding-system
		"\\(\\`\\|/\\)loaddefs.el\\'"
					(raw-text . raw-text-unix)
		"\\.tar\\'"		(no-conversion . no-conversion)
		"\\.po[tx]?\\'\\|\\.po\\."
					po-find-file-coding-system
		"\\.\\(tex\\|ltx\\|dtx\\|drv\\)\\'"
					latexenc-find-file-coding-system
		""			(undecided)
  Process I/O	nothing specified
  Network I/O	nothing specified
------------------------

日本語入力は可能なのですが、
emacs 上では日本語は入力できません。
ターミナルエミュレーター上に日本語がでます???

chie02@jeanne:~$ 今日はあつい。。。。。

chie02@jeanne:~$ 今日はあつい
bash: 今日はあつい: コマンドが見つかりません
[2]+  終了                  emacs -f mew

という具合なのですが、
README.txt を見ると、
---------
Plamo-5.0では、従来の ~/.emacs の構造を分割して、
---------
ということですが、
何が足りませんか?

なかたにちえ


Follow-Ups
[plamo:32582] Re: emacs + mew, KOJIMA Mitsuhiro

[検索ページ] [メール一覧]
Plamo ML 公開システム