Newsgroups: fj.editor.emacs
Path: galaxy.trc.rwcp.or.jp!coconuts.jaist!wnoc-tyo-news!news.u-tokyo.ac.jp!news.tisn.ad.jp!kekux!obara
From: obara@procyon.kek.jp
Subject: mh-e "no such file or directory, /usr/local/mh/inc" error
Message-ID: <1994Oct27.073748.20718@kekux.kek.jp>
Followup-To: fj.editor.emacs
Lines: 52
Sender: news@kekux.kek.jp (USENET News System)
Nntp-Posting-Host: cclap01
Organization: KEK
X-Newsreader: mnews [version 1.17] 1994-01/27(Thu)
Distribution: fj
Date: Thu, 27 Oct 1994 07:37:48 GMT
Lines: 52
Xref: galaxy.trc.rwcp.or.jp fj.editor.emacs:5058
X-originally-archived-at: http://galaxy.rwcp.or.jp/text/cgi-bin/newsarticle2?ng=fj.editor.emacs&nb=5058&hd=a
X-reformat-date: Mon, 18 Oct 2004 15:18:22 +0900
X-reformat-comment: Tabs were expanded into 4 column tabstops by the Galaxy's archiver. See http://katsu.watanabe.name/ancientfj/galaxy-format.html for more info.

$B$O$8$a$^$7$F(B $B$*$P$i!w0q#M!%F|N)>pJs(B  $B$H?=$7$^$9!#(B

NEmacs(3.3.2) $B$G(B mh-rmail $B$r8F$S=P$9$H%_%K%P%C%U%!$K(B

Searching for program: no such file or directory, /usr/local/mh/inc

$B$H$$$&%(%i!<%a%C%;!<%8$,=P$F$7$^$$$^$9!#(B
MH $B$r(B /usr/local/bin $B$H(B /usr/local/lib $B$K%$%s%9%H!<%k$7$F$$$^$9$N$G$3(B
$B$N%a%C%;!<%8$,=P$7$^$&$N$OEv$?$jA0$J$N$G$9$,!"(B pathes.el $B$r=$@0$7$F$b(B
$BF1$8%(%i!<%a%C%;!<%8$,=P$F$7$^$$$^$9!#(B

-------------$B=$@0A0(B-----------------------------------
(defvar mh-progs
  (cond ((file-exists-p "/usr/new/mh") "/usr/new/mh/")
        ((file-exists-p "/usr/local/bin/mh") "/usr/local/bin/mh/")
        (t "/usr/local/mh/"))
  "Directory containing MH commands")

(defvar mh-lib
  (cond ((file-exists-p "/usr/new/lib/mh") "/usr/new/lib/mh/")
        ((file-exists-p "/usr/local/lib/mh") "/usr/local/lib/mh/")
        (t "/usr/local/lib/mh/"))
  "Directory of MH library")
-------------$B=$@08e(B-----------------------------------
(defvar mh-progs
  (cond ((file-exists-p "/usr/new/mh") "/usr/new/mh/")
        ((file-exists-p "/usr/local/bin/mh") "/usr/local/bin/mh/")
        (t "/usr/local/bin/"))
  "Directory containing MH commands")

(defvar mh-lib
  (cond ((file-exists-p "/usr/new/lib/mh") "/usr/new/lib/mh/")
        ((file-exists-p "/usr/local/lib/mh") "/usr/local/lib/mh/")
        (t "/usr/local/lib/"))
  "Directory of MH library")
------------------------------------------------------
$B0l1~!"%P%$%H%3%s%Q%$%k$b$7$?$N$G$9$,JQ2=$,$"$j$^$;$s$G$7$?!#(B

.emacs $B$K(B
(setq mh-progs "/usr/local/bin")
(setq mh-lib "/usr/local/lib")
$B$rDI2C$9$k$H$&$^$/$$$-$^$9!#(B

$BI8=`$G(B mh-e $B$rMxMQ$G$-$k4D6-$K$7$?$$$N$G!"(B .emacs $B$G$NBP1~$O$7$?$/$"$j(B
$B$^$;$s!#(B

$B$I$J$?$+CN7C$rB_$7$F2<$5$$!#(B

 ------------------------------------------------------------------------------
    $B$*$P$i!w0q#M!%F|N)>pJs(B
        Office E-mail obara@ccws22.kek.jp
        Home   E-mail hiro@rastaman.iijnet.or.jp
