Re: Emacs info again?

Bill Harris <[email protected]> Sun, 25 Mar 2018 10:59:17 -0700
Newsgroups gmane.comp.gnu.mcsim
Message-ID <CAOBquGrK3MrcUt7tB+zFr4XfPCH=2+NbtSPD0qs3xL4K4+iR-g@mail.gmail.com>
--===============7698934839208978410==
Content-Type: multipart/alternative; boundary="f4f5e80cb45085fd960568406a85"

--f4f5e80cb45085fd960568406a85
Content-Type: text/plain; charset="UTF-8"

Oops.  I did "sudo install-info mcsim.info ." (well, I was in the right
directory, so . is the "dir" into which I want to install, right?  I guess
not.)

That did the job.  Thanks!

I'll ignore xmcsim (I think I've tried it only once or twice, so it's not a
huge loss.  I seem to recall a bit of time savings in doing quick
exploratory graphs, but that's been years ago, so I may be mis-remembering.)

And I do know where my examples directory is, so that's no problem.

Bill

On Sun, Mar 25, 2018 at 10:25 AM, fredomatic <[email protected]> wrote:

> Yes, the doc, examples, xmcsim directories are not installed in share/.
> Not sure that too many people would find them there. And XMCSim needs
> some cleaning up (I think that nobody uses it :-(
>
> For install-info, you should first copy mcsim.info in /usr/share/info
> and from that directory do (exactly)
> "sudo install-info mcsim.info dir"
> dir is not a directory, it is actually the info directory file (you
> should check before that it exists). It's kind of stupid to call a file
> "dir" and that makes the man pages for install-info rather confusing.
>
> Frederic
>
>
> On 25/03/2018 17:19, Bill Harris wrote:
> > tl;dr: I can create the info file, and it works, but install-info fails,
> > and I think I found the issue.  In addition, xmcsim doesn't seem to get
> > installed, and there eis no examples dir  in /usr/local/share/mcsim (but
> > that may be correct).
> >
> > Step 1: Yes, *info* is in /usr/share/info.
> >
> > Step 2: I thought my mcsim/doc directory would be in /usr/local/share/,
> > but that only contains mod and sim.  I  searched to see if it could be
> > elsewhere, but it isn't:
> >
> > /usr$ find . -name mcsim* -print
> > ./local/share/mcsim
> >
> > Is that a problem?  I had thought I might have directory entries there
> > for doc, examples, and perhaps even xmcsim.
> >
> > I still have the directory in my home directory where I built it, and I
> > did run makeinfo mcsim.texi  yesterday in that doc directory.  Since the
> > argument to makeinfo appears to be the input file and my doc directory
> > contains mcsim.texi, I figured that was correct.  It created a
> > mcsim.info <http://mcsim.info> file in that same directory.  I think
> > that worked, because I can run `info mcsim` in that directory and get
> > what looks like a valid info session.
> >
> > Step 3: I did not know or at least remember the install-info command.  I
> > should have tried the C-u C-h i trick, though; info works from there,
> too.
> >
> > Running that command failed:
> >
> > /usr/share/info# install-info mcsim.info <http://mcsim.info> .
> > install-info: .: empty file
> >
> > Reading ftp://ftp.gnu.org/old-gnu/Manuals/texinfo-3.9/html_
> chapter/texinfo_23.html
> > made it sound like the mcsim.info <http://mcsim.info> file needed
> > @dircategory and @direntry, but I don't see them in the file.  Is that
> > perhaps the issue?
> >
> > One more issue: While I haven't used xmcsim much in the past, I tried
> > it, and it doesn't seem to work:
> >
> > /usr$ find . -name xmcsim -print
> > $ xmcsim
> > bash: xmcsim: command not found
> > /usr$
> >
> > FYI, and thanks for your quick reply.  I /think/ I did the install
> > according to the instructions, but feel free to point out mistakes I may
> > have made.
> >
> > Bill
> >
> >
> > On Sun, Mar 25, 2018 at 12:35 AM, fredomatic <[email protected]
> > <mailto:[email protected]>> wrote:
> >
> >     Hi Bill,
> >     I will look into why it's still not done automatically. For now you
> can
> >     do a few things:
> >     - find where your info directory is (in emacs do "C-h i" and then
> >       "C-x C-f", that should do). Typically that is /usr/share/info.
> >     - Then in your mcsim/doc directory do "makeinfo mcsim.texinfo" if you
> >       have not done it already
> >     - Then "sudo install-info mcsim.info <http://mcsim.info>
> >     /usr/share/info/dir" (the dir file
> >       in your info directory.
> >
> >     That will make a permanent link to the mcsim.info
> >     <http://mcsim.info> file in the info dir
> >     file. Now whenever you type "info mcsim" that should bring you
> there, or
> >     if you type just "info" mcsim will appear in the GNU Packages
> section.
> >
> >     Rather than leaving mcsim.info <http://mcsim.info> in mcsim/doc you
> >     may want to sudo copy it
> >     to the info directory and do sudo install-info in that directory.
> >
> >     For emacs: I'm not using info from there, so I'm not the best
> adviser,
> >     but if you do "C-u C-h i" it will ask you which info file to read. If
> >     you are already in info (C-h i) it will propose the system info
> >     directory. So if you have copied mcsim.info <http://mcsim.info>
> >     there that would be quick.
> >     There is also a couple of emacs variables you can set to find it more
> >     quickly.
> >
> >     Best regards
> >
> >     Frederic
> >
> >
> >     On 24/03/2018 17:59, Bill Harris wrote:
> >     > Fifteen months ago, I got help here installing Emacs info for MCSim
> >     > 5.6.5
> >     > (https://lists.gnu.org/archive/html/help-mcsim/2016-
> 12/msg00001.html
> >     <https://lists.gnu.org/archive/html/help-mcsim/2016-12/msg00001.html
> >).
> >     > Now I'm curious about the same question for 6.0.0 on Debian 9.
> >     >
> >     > As root, I ran makeinfo mcsim.texi in my local copy of the doc
> directory
> >     > (~/bin/mcsim-6.0.0/doc/), and it produced a mcsim.info <
> http://mcsim.info>
> >     > <http://mcsim.info> file in that directory.  I cd'd up one level
> >     and ran
> >     > make install.  Even after restarting *info*, I see no mcsim entry,
> and
> >     > /usr/local/share/mcsim only has mod and sim directories.
> >     >
> >     > Is there somewhere else I should look?  Is there something else I
> should
> >     > do?  I have a vague recollection from the past that it just used to
> >     > work, so I'm reluctant to start moving files and editing *info*
> indices
> >     > manually unless someone convinces me that's the right way to go.
> >     >
> >     > BTW, 6.0.0 looks like a major advance over 5.6; thanks!
> >     >
> >     > Bill
> >     > --
> >     > Bill Harris
> >     > http://makingsense.facilitatedsystems.com/
> >     <http://makingsense.facilitatedsystems.com/>
> >     >
> >     >
> >     > _______________________________________________
> >     > Help-mcsim mailing list
> >     > [email protected] <mailto:[email protected]>
> >     > https://lists.gnu.org/mailman/listinfo/help-mcsim
> >     <https://lists.gnu.org/mailman/listinfo/help-mcsim>
> >     >
> >
> >
> >
> >
> > --
> > Bill Harris
> > http://makingsense.facilitatedsystems.com/
>



-- 
Bill Harris
http://makingsense.facilitatedsystems.com/

--f4f5e80cb45085fd960568406a85
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">Oops.=C2=A0 I did=C2=A0<span style=3D"color:rgb(34,34,34);=
font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-varian=
t-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:=
normal;text-align:start;text-indent:0px;text-transform:none;white-space:nor=
mal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-styl=
e:initial;text-decoration-color:initial;float:none;display:inline">&quot;su=
do install-info<span>=C2=A0</span></span><a href=3D"http://mcsim.info/" rel=
=3D"noreferrer" target=3D"_blank" style=3D"color:rgb(17,85,204);font-family=
:arial,sans-serif;font-size:12.8px;font-style:normal;font-variant-ligatures=
:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text=
-align:start;text-indent:0px;text-transform:none;white-space:normal;word-sp=
acing:0px;background-color:rgb(255,255,255)">mcsim.info</a><span style=3D"c=
olor:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px;font-style=
:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:=
400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:n=
one;white-space:normal;word-spacing:0px;background-color:rgb(255,255,255);t=
ext-decoration-style:initial;text-decoration-color:initial;float:none;displ=
ay:inline"><span>=C2=A0.</span>&quot; (well, I was in the right directory, =
so . is the &quot;dir&quot; into which I want to install, right?=C2=A0 I gu=
ess not.)</span><div><span style=3D"color:rgb(34,34,34);font-family:arial,s=
ans-serif;font-size:12.8px;font-style:normal;font-variant-ligatures:normal;=
font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:s=
tart;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0p=
x;background-color:rgb(255,255,255);text-decoration-style:initial;text-deco=
ration-color:initial;float:none;display:inline"><br></span></div><div><span=
 style=3D"color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px=
;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;f=
ont-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-=
transform:none;white-space:normal;word-spacing:0px;background-color:rgb(255=
,255,255);text-decoration-style:initial;text-decoration-color:initial;float=
:none;display:inline">That did the job.=C2=A0 Thanks!</span></div><div><spa=
n style=3D"color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8p=
x;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;=
font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text=
-transform:none;white-space:normal;word-spacing:0px;background-color:rgb(25=
5,255,255);text-decoration-style:initial;text-decoration-color:initial;floa=
t:none;display:inline"><br></span></div><div><span style=3D"color:rgb(34,34=
,34);font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-v=
ariant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spa=
cing:normal;text-align:start;text-indent:0px;text-transform:none;white-spac=
e:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration=
-style:initial;text-decoration-color:initial;float:none;display:inline">I&#=
39;ll ignore xmcsim (I think I&#39;ve tried it only once or twice, so it&#3=
9;s not a huge loss.=C2=A0 I seem to recall a bit of time savings in doing =
quick exploratory graphs, but that&#39;s been years ago, so I may be mis-re=
membering.)</span></div><div><span style=3D"color:rgb(34,34,34);font-family=
:arial,sans-serif;font-size:12.8px;font-style:normal;font-variant-ligatures=
:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text=
-align:start;text-indent:0px;text-transform:none;white-space:normal;word-sp=
acing:0px;background-color:rgb(255,255,255);text-decoration-style:initial;t=
ext-decoration-color:initial;float:none;display:inline"><br></span></div><d=
iv><span style=3D"color:rgb(34,34,34);font-family:arial,sans-serif;font-siz=
e:12.8px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:=
normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0=
px;text-transform:none;white-space:normal;word-spacing:0px;background-color=
:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initi=
al;float:none;display:inline">And I do know where my examples directory is,=
 so that&#39;s no problem.</span></div><div><span style=3D"color:rgb(34,34,=
34);font-family:arial,sans-serif;font-size:12.8px;font-style:normal;font-va=
riant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spac=
ing:normal;text-align:start;text-indent:0px;text-transform:none;white-space=
:normal;word-spacing:0px;background-color:rgb(255,255,255);text-decoration-=
style:initial;text-decoration-color:initial;float:none;display:inline"><br>=
</span></div><div><span style=3D"color:rgb(34,34,34);font-family:arial,sans=
-serif;font-size:12.8px;font-style:normal;font-variant-ligatures:normal;fon=
t-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:star=
t;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;b=
ackground-color:rgb(255,255,255);text-decoration-style:initial;text-decorat=
ion-color:initial;float:none;display:inline">Bill</span></div></div><div cl=
ass=3D"gmail_extra"><br><div class=3D"gmail_quote">On Sun, Mar 25, 2018 at =
10:25 AM, fredomatic <span dir=3D"ltr">&lt;<a href=3D"mailto:fredomatic@fre=
e.fr" target=3D"_blank">[email protected]</a>&gt;</span> wrote:<br><blockq=
uote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc =
solid;padding-left:1ex">Yes, the doc, examples, xmcsim directories are not =
installed in share/.<br>
Not sure that too many people would find them there. And XMCSim needs<br>
some cleaning up (I think that nobody uses it :-(<br>
<br>
For install-info, you should first copy <a href=3D"http://mcsim.info" rel=
=3D"noreferrer" target=3D"_blank">mcsim.info</a> in /usr/share/info<br>
and from that directory do (exactly)<br>
&quot;sudo install-info <a href=3D"http://mcsim.info" rel=3D"noreferrer" ta=
rget=3D"_blank">mcsim.info</a> dir&quot;<br>
dir is not a directory, it is actually the info directory file (you<br>
should check before that it exists). It&#39;s kind of stupid to call a file=
<br>
&quot;dir&quot; and that makes the man pages for install-info rather confus=
ing.<br>
<br>
Frederic<br>
<span class=3D""><br>
<br>
On 25/03/2018 17:19, Bill Harris wrote:<br>
&gt; tl;dr: I can create the info file, and it works, but install-info fail=
s,<br>
&gt; and I think I found the issue.=C2=A0 In addition, xmcsim doesn&#39;t s=
eem to get<br>
&gt; installed, and there eis no examples dir=C2=A0 in /usr/local/share/mcs=
im (but<br>
&gt; that may be correct).<br>
&gt;<br>
&gt; Step 1: Yes, *info* is in /usr/share/info.<br>
&gt;<br>
&gt; Step 2: I thought my mcsim/doc directory would be in /usr/local/share/=
,<br>
&gt; but that only contains mod and sim.=C2=A0 I=C2=A0 searched to see if i=
t could be<br>
&gt; elsewhere, but it isn&#39;t:<br>
&gt;<br>
&gt; /usr$ find . -name mcsim* -print<br>
&gt; ./local/share/mcsim<br>
&gt;<br>
&gt; Is that a problem?=C2=A0 I had thought I might have directory entries =
there<br>
&gt; for doc, examples, and perhaps even xmcsim.<br>
&gt;<br>
&gt; I still have the directory in my home directory where I built it, and =
I<br>
&gt; did run=C2=A0makeinfo mcsim.texi=C2=A0 yesterday in that doc directory=
.=C2=A0 Since the<br>
&gt; argument to makeinfo appears to be the input file and my doc directory=
<br>
&gt; contains mcsim.texi, I figured that was correct.=C2=A0 It created a<br=
>
</span>&gt; <a href=3D"http://mcsim.info" rel=3D"noreferrer" target=3D"_bla=
nk">mcsim.info</a> &lt;<a href=3D"http://mcsim.info" rel=3D"noreferrer" tar=
get=3D"_blank">http://mcsim.info</a>&gt; file in that same directory.=C2=A0=
 I think<br>
<span class=3D"">&gt; that worked, because I can run `info mcsim` in that d=
irectory and get<br>
&gt; what looks like a valid info session.<br>
&gt;<br>
&gt; Step 3: I did not know or at least remember the install-info command.=
=C2=A0 I<br>
&gt; should have tried the C-u C-h i trick, though; info works from there, =
too.<br>
&gt;<br>
&gt; Running that command failed:<br>
&gt;<br>
</span>&gt; /usr/share/info# install-info <a href=3D"http://mcsim.info" rel=
=3D"noreferrer" target=3D"_blank">mcsim.info</a> &lt;<a href=3D"http://mcsi=
m.info" rel=3D"noreferrer" target=3D"_blank">http://mcsim.info</a>&gt; .<br=
>
<span class=3D"">&gt; install-info: .: empty file<br>
&gt;<br>
&gt; Reading=C2=A0<a href=3D"ftp://ftp.gnu.org/old-gnu/Manuals/texinfo-3.9/=
html_chapter/texinfo_23.html" rel=3D"noreferrer" target=3D"_blank">ftp://ft=
p.gnu.org/old-<wbr>gnu/Manuals/texinfo-3.9/html_<wbr>chapter/texinfo_23.htm=
l</a><br>
</span>&gt; made it sound like the <a href=3D"http://mcsim.info" rel=3D"nor=
eferrer" target=3D"_blank">mcsim.info</a> &lt;<a href=3D"http://mcsim.info"=
 rel=3D"noreferrer" target=3D"_blank">http://mcsim.info</a>&gt; file needed=
<br>
<span class=3D"">&gt; @dircategory and @direntry, but I don&#39;t see them =
in the file.=C2=A0 Is that<br>
&gt; perhaps the issue?<br>
&gt;<br>
&gt; One more issue: While I haven&#39;t used xmcsim much in the past, I tr=
ied<br>
&gt; it, and it doesn&#39;t seem to work:<br>
&gt;<br>
&gt; /usr$ find . -name xmcsim -print<br>
&gt; $ xmcsim<br>
&gt; bash: xmcsim: command not found<br>
&gt; /usr$=C2=A0<br>
&gt;<br>
&gt; FYI, and thanks for your quick reply.=C2=A0 I /think/ I did the instal=
l<br>
&gt; according to the instructions, but feel free to point out mistakes I m=
ay<br>
&gt; have made.<br>
&gt;<br>
&gt; Bill<br>
&gt;<br>
&gt;<br>
&gt; On Sun, Mar 25, 2018 at 12:35 AM, fredomatic &lt;<a href=3D"mailto:fre=
[email protected]">[email protected]</a><br>
</span><span class=3D"">&gt; &lt;mailto:<a href=3D"mailto:[email protected]=
r">[email protected]</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt;=C2=A0 =C2=A0 =C2=A0Hi Bill,<br>
&gt;=C2=A0 =C2=A0 =C2=A0I will look into why it&#39;s still not done automa=
tically. For now you can<br>
&gt;=C2=A0 =C2=A0 =C2=A0do a few things:<br>
&gt;=C2=A0 =C2=A0 =C2=A0- find where your info directory is (in emacs do &q=
uot;C-h i&quot; and then<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 &quot;C-x C-f&quot;, that should do). Typica=
lly that is /usr/share/info.<br>
&gt;=C2=A0 =C2=A0 =C2=A0- Then in your mcsim/doc directory do &quot;makeinf=
o mcsim.texinfo&quot; if you<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 have not done it already<br>
</span>&gt;=C2=A0 =C2=A0 =C2=A0- Then &quot;sudo install-info <a href=3D"ht=
tp://mcsim.info" rel=3D"noreferrer" target=3D"_blank">mcsim.info</a> &lt;<a=
 href=3D"http://mcsim.info" rel=3D"noreferrer" target=3D"_blank">http://mcs=
im.info</a>&gt;<br>
<span class=3D"">&gt;=C2=A0 =C2=A0 =C2=A0/usr/share/info/dir&quot; (the dir=
 file<br>
&gt;=C2=A0 =C2=A0 =C2=A0=C2=A0 in your info directory.<br>
&gt;<br>
&gt;=C2=A0 =C2=A0 =C2=A0That will make a permanent link to the <a href=3D"h=
ttp://mcsim.info" rel=3D"noreferrer" target=3D"_blank">mcsim.info</a><br>
</span>&gt;=C2=A0 =C2=A0 =C2=A0&lt;<a href=3D"http://mcsim.info" rel=3D"nor=
eferrer" target=3D"_blank">http://mcsim.info</a>&gt; file in the info dir<b=
r>
<span class=3D"">&gt;=C2=A0 =C2=A0 =C2=A0file. Now whenever you type &quot;=
info mcsim&quot; that should bring you there, or<br>
&gt;=C2=A0 =C2=A0 =C2=A0if you type just &quot;info&quot; mcsim will appear=
 in the GNU Packages section.<br>
&gt;<br>
</span>&gt;=C2=A0 =C2=A0 =C2=A0Rather than leaving <a href=3D"http://mcsim.=
info" rel=3D"noreferrer" target=3D"_blank">mcsim.info</a> &lt;<a href=3D"ht=
tp://mcsim.info" rel=3D"noreferrer" target=3D"_blank">http://mcsim.info</a>=
&gt; in mcsim/doc you<br>
<span class=3D"">&gt;=C2=A0 =C2=A0 =C2=A0may want to sudo copy it<br>
&gt;=C2=A0 =C2=A0 =C2=A0to the info directory and do sudo install-info in t=
hat directory.<br>
&gt;<br>
&gt;=C2=A0 =C2=A0 =C2=A0For emacs: I&#39;m not using info from there, so I&=
#39;m not the best adviser,<br>
&gt;=C2=A0 =C2=A0 =C2=A0but if you do &quot;C-u C-h i&quot; it will ask you=
 which info file to read. If<br>
&gt;=C2=A0 =C2=A0 =C2=A0you are already in info (C-h i) it will propose the=
 system info<br>
</span>&gt;=C2=A0 =C2=A0 =C2=A0directory. So if you have copied <a href=3D"=
http://mcsim.info" rel=3D"noreferrer" target=3D"_blank">mcsim.info</a> &lt;=
<a href=3D"http://mcsim.info" rel=3D"noreferrer" target=3D"_blank">http://m=
csim.info</a>&gt;<br>
<span class=3D"">&gt;=C2=A0 =C2=A0 =C2=A0there that would be quick.<br>
&gt;=C2=A0 =C2=A0 =C2=A0There is also a couple of emacs variables you can s=
et to find it more<br>
&gt;=C2=A0 =C2=A0 =C2=A0quickly.<br>
&gt;<br>
&gt;=C2=A0 =C2=A0 =C2=A0Best regards<br>
&gt;<br>
&gt;=C2=A0 =C2=A0 =C2=A0Frederic<br>
&gt;<br>
&gt;<br>
&gt;=C2=A0 =C2=A0 =C2=A0On 24/03/2018 17:59, Bill Harris wrote:<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt; Fifteen months ago, I got help here installing=
 Emacs info for MCSim<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt; 5.6.5<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt; (<a href=3D"https://lists.gnu.org/archive/html=
/help-mcsim/2016-12/msg00001.html" rel=3D"noreferrer" target=3D"_blank">htt=
ps://lists.gnu.org/<wbr>archive/html/help-mcsim/2016-<wbr>12/msg00001.html<=
/a><br>
</span>&gt;=C2=A0 =C2=A0 =C2=A0&lt;<a href=3D"https://lists.gnu.org/archive=
/html/help-mcsim/2016-12/msg00001.html" rel=3D"noreferrer" target=3D"_blank=
">https://lists.gnu.org/<wbr>archive/html/help-mcsim/2016-<wbr>12/msg00001.=
html</a>&gt;).=C2=A0<br>
<span class=3D"">&gt;=C2=A0 =C2=A0 =C2=A0&gt; Now I&#39;m curious about the=
 same question for 6.0.0 on Debian 9.<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt;<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt; As root, I ran makeinfo mcsim.texi in my local=
 copy of the doc directory<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt; (~/bin/mcsim-6.0.0/doc/), and it produced a <a=
 href=3D"http://mcsim.info" rel=3D"noreferrer" target=3D"_blank">mcsim.info=
</a> &lt;<a href=3D"http://mcsim.info" rel=3D"noreferrer" target=3D"_blank"=
>http://mcsim.info</a>&gt;<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt; &lt;<a href=3D"http://mcsim.info" rel=3D"noref=
errer" target=3D"_blank">http://mcsim.info</a>&gt; file in that directory.=
=C2=A0 I cd&#39;d up one level<br>
&gt;=C2=A0 =C2=A0 =C2=A0and ran<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt; make install.=C2=A0 Even after restarting *inf=
o*, I see no mcsim entry, and<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt; /usr/local/share/mcsim only has mod and sim di=
rectories.<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt;<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt; Is there somewhere else I should look?=C2=A0 I=
s there something else I should<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt; do?=C2=A0 I have a vague recollection from the=
 past that it just used to<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt; work, so I&#39;m reluctant to start moving fil=
es and editing *info* indices<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt; manually unless someone convinces me that&#39;=
s the right way to go.<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt;<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt; BTW, 6.0.0 looks like a major advance over 5.6=
; thanks!<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt;<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt; Bill<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt; --<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt; Bill Harris=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt; <a href=3D"http://makingsense.facilitatedsyste=
ms.com/" rel=3D"noreferrer" target=3D"_blank">http://makingsense.<wbr>facil=
itatedsystems.com/</a><br>
&gt;=C2=A0 =C2=A0 =C2=A0&lt;<a href=3D"http://makingsense.facilitatedsystem=
s.com/" rel=3D"noreferrer" target=3D"_blank">http://makingsense.<wbr>facili=
tatedsystems.com/</a>&gt;<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt;<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt;<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt; ______________________________<wbr>___________=
______<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt; Help-mcsim mailing list<br>
</span>&gt;=C2=A0 =C2=A0 =C2=A0&gt; <a href=3D"mailto:[email protected]">H=
[email protected]</a> &lt;mailto:<a href=3D"mailto:[email protected]">Help=
[email protected]</a>&gt;<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt; <a href=3D"https://lists.gnu.org/mailman/listi=
nfo/help-mcsim" rel=3D"noreferrer" target=3D"_blank">https://lists.gnu.org/=
mailman/<wbr>listinfo/help-mcsim</a><br>
<div class=3D"HOEnZb"><div class=3D"h5">&gt;=C2=A0 =C2=A0 =C2=A0&lt;<a href=
=3D"https://lists.gnu.org/mailman/listinfo/help-mcsim" rel=3D"noreferrer" t=
arget=3D"_blank">https://lists.gnu.org/<wbr>mailman/listinfo/help-mcsim</a>=
&gt;<br>
&gt;=C2=A0 =C2=A0 =C2=A0&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Bill Harris=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0<br>
&gt; <a href=3D"http://makingsense.facilitatedsystems.com/" rel=3D"noreferr=
er" target=3D"_blank">http://makingsense.<wbr>facilitatedsystems.com/</a><b=
r>
</div></div></blockquote></div><br><br clear=3D"all"><div><br></div>-- <br>=
<div class=3D"gmail_signature" data-smartmail=3D"gmail_signature"><div dir=
=3D"ltr"><div><div dir=3D"ltr"><div>Bill Harris=C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0<br><a href=3D"http://makingsense.=
facilitatedsystems.com/" target=3D"_blank">http://makingsense.facilitatedsy=
stems.com/</a></div></div></div></div></div>
</div>

--f4f5e80cb45085fd960568406a85--


--===============7698934839208978410==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Help-mcsim mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-mcsim

--===============7698934839208978410==--