namazu-dev(ring)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: install error without emacs
Ryuji Abe <raeva@xxxxxxxxxxxx> wrote:
>> /usr/bin/install -c -m 644 gnus-nmz-1.el /gnus-nmz-1.el
>> install: /gnus-nmz-1.el: Permission denied
>
>lookupからぱちってきたAM_PATH_LISPDIRの(namazu的には)
>バグです。一応バータリー的に直しましたが、もう
>いい加減手を入れた方がよさそうです。
>
>--with-emacsは要らんでしょう。--with-lispdirはどうかな?
--with-emacs は欲しい気がします。大学のとあるホストでは
mule mule-19.28.old mule-19.34 mule2
mule-19.28 mule-19.31 mule.old
emacs emacs-20.3c emacsclient
emacs-20.3 emacs-20.4 emacsclient-19.28
xemacs xemacs-20.3 xemacs-20.4
と emacsen が大混乱しています。--with-emacs がなくても
% EMACS=mule ./configure
などと指定すればいいんですが、ちょっとわかりづらいです。
>お願いがありますが、皆さんの環境でemacsのsite-lisp
>ディレクトリがどこに置かれているか教えてもらえ
>ませんか?
/usr/local/share/emacs/site-lisp です。Emacs 20.4 を使ってい
ます。
# さっさと 20.5 + Tamago Ver. 4 に移行しなければ :-)
p.s.
Emacs といえば最近、abbrevに凝っています。
<http://www.math.s.chiba-u.ac.jp/~matsu/emacs/abbrev.html>
freadのように引数の順序が覚えづらい関数について
fread -> size_t fread(void *ptr, size_t size, size_t nmemb, FILE *stream);
と abbrev を設定 (define-abbrev-table 'c-mode-abbrev-table)
しておくと実に便利です。(いちいちmanを引かないで済む)
-- Satoru Takabayashi