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

[plamo:03081] Re: Plamo + XEmacs



よしざわです。

>>>>> In [plamo : No.03079] 
>>>>>	higuchi@sumitomopharm.co.jp (910699) wrote:

> >> > 20.4までは出来たんですけど、このあいだ21.*を入れたらおまじないを
> >> > しても共存できませんでした。どうせ私のnoteには重いのでさくっとあきらめ
> >> > ましたけど。
> >> 
> >> 私は以下のような方法で共存しています。もっといい方法があるのかもしれませんが、
> >> これで、別に不都合は置きていないので、使い続けています。

> 私は、muleが使えてたので、xemacsがなくても不都合を感じていなかったのですが、
> 共存が可能であれば、初期ファイルを工夫して、Plamo-2.0で共存させてもいいかも
> 知れませんね。


私は XEmacs 21.2.x と Emacs 20.3.10 と Mule2.3/Emacs 19.34 を共存させて
ます(^^;(こうするといくつでも共存できるはずです)

~/.emacs には 以下のように書いておきます。(どの Emacs でも共通のものはこ
こに書いておいても良いと思います。)

(cond ((featurep 'xemacs)
	(load "/home/manbou/.emacs_x.el") ;; init file for XEmacs.
        (load "/home/manbou/.custom_x.el")) ;; custom-file for XEmacs.
     ((string-match "20" emacs-version)
	(load "/home/manbou/.emacs_20.el") ;; init file for Emacs 20.x.
	(load "/home/manbou/.custom_20.el")) ;; custom-file for Emacs 20.x.
     (t ;; Emacs19
       (load "/home/manbou/.mule.el") ;; init file for Mule 2.3/Emacs 19.34
       (load "/home/manbou/.custom_mule.el") ;; custom-file for Mule 2.3/Emacs 19.34
	))

で、~/.emacs_x.el ~/.emacs_20.el ~/.mule.el には各々の Emacs の設定を書
いておきます。

最後に、最近の Emacs に付いてる custom でカスタマイズするときのために

(setq custom-file "/home/manbou/.custom_mule.el")

と書いた custom 用のファイルを作ります。


-- 
YOSHIZAWA Masahiro (吉澤正浩)

References
[plamo:03078] Re: Plamo + XEmacs, Kazuyoshi KOREEDA
[plamo:03079] Re: Plamo + XEmacs, 910699

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