delorie.com/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mail set sender to geda-user-bounces using -f |
X-Recipient: | geda-user AT delorie DOT com |
X-Original-DKIM-Signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; |
d=gmail.com; s=20120113; | |
h=mime-version:in-reply-to:references:date:message-id:subject:from:to | |
:content-type; | |
bh=8P6SoMlMqFLENKwqjkOa5m7VGhIQUDp8uzlFqTJtJOQ=; | |
b=p6CnPiK10gACvb9Yya3fAeruf13dH4lfEe+MdY+1Z49gx1f/eZAUVx3GjvQHYNaqHp | |
csiBaKwgMDPj6op8Sfob5PjvoiD5x/PT8REydtcvCkIP2xeQ+uGmA4J+o4H01ACsaadc | |
abmb6MFdzO3HKxuEWxq+vdeah31FPjNLIVM+CJk6urF/itaQFFoC+wYZXFvYzBuEfLsb | |
rLwzIoOkdFL9PirXqJslfTuJtSMgKSckKfdg9qBue4cUriMldqTjrtw8uHy8WzgEF5nz | |
BqgUOqvwVYnnRLBcJ0bsxHXxiKxE7PmTWKzmfvi0M8HGUbQ2LjPXpNGnlNa8E8D/kRZd | |
c6aQ== | |
MIME-Version: | 1.0 |
X-Received: | by 10.107.25.80 with SMTP id 77mr13397443ioz.62.1438797153096; |
Wed, 05 Aug 2015 10:52:33 -0700 (PDT) | |
In-Reply-To: | <CAOP4iL3VVeVJ_Ljf4haJ0065P0AFYTKFAqe-EcaZ-HZFf0m7tQ@mail.gmail.com> |
References: | <55C239EA DOT 7050802 AT ecosensory DOT com> |
<CAOP4iL3VVeVJ_Ljf4haJ0065P0AFYTKFAqe-EcaZ-HZFf0m7tQ AT mail DOT gmail DOT com> | |
Date: | Wed, 5 Aug 2015 10:52:33 -0700 |
Message-ID: | <CAOP4iL36hbAZpvZ-k7Gu=xjYoTeSV0OSmqkvbjJ2Q0WHh2QnkA@mail.gmail.com> |
Subject: | Re: [geda-user] reset menus command |
From: | "Ouabache Designworks (z3qmtr45 AT gmail DOT com) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com> |
To: | geda-user AT delorie DOT com |
Reply-To: | geda-user AT delorie DOT com |
Errors-To: | nobody AT delorie DOT com |
X-Mailing-List: | geda-user AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
--001a113fdc8436dbe4051c941193 Content-Type: text/plain; charset=UTF-8 On Wed, Aug 5, 2015 at 9:46 AM, Ouabache Designworks <z3qmtr45 AT gmail DOT com> wrote: > > > On Wed, Aug 5, 2015 at 9:29 AM, John Griessen <john AT ecosensory DOT com> wrote: > >> On 08/05/2015 10:40 AM, Ouabache Designworks (z3qmtr45 AT gmail DOT com) [via >> geda-user AT delorie DOT com] wrote:> The reset menus command is in the code >> but it seems to need a linkage command that calls the low level command >> from the gschemrc file. >> >> This is something easy and important. Anyone have time to fix it? >> > > > I have the time and my K+R C programming language manual from 1978. Has > anything changed since then? > My big weakness is figuring out how to create a patch. I'll put something > together and you can let me know if its right. > > John Eaton > > > Opps, Take that back. I just checked on the latest code and found that it's behavior has changed. Before you could copy system-gschemrc to your local gschemrc and you would see two copies for each menu item. It now appears that the add-menu in the gschemrc files is not used. I will need to figure out where the new code is before I can fix it. John Eaton --001a113fdc8436dbe4051c941193 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr"><br><div class=3D"gmail_extra"><br><div class=3D"gmail_quo= te">On Wed, Aug 5, 2015 at 9:46 AM, Ouabache Designworks <span dir=3D"ltr">= <<a href=3D"mailto:z3qmtr45 AT gmail DOT com" target=3D"_blank">z3qmtr45 AT gmail.= com</a>></span> wrote:<br><blockquote class=3D"gmail_quote" style=3D"mar= gin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir=3D"ltr= "><span class=3D""><br><div class=3D"gmail_extra"><br><div class=3D"gmail_q= uote">On Wed, Aug 5, 2015 at 9:29 AM, John Griessen <span dir=3D"ltr"><<= a href=3D"mailto:john AT ecosensory DOT com" target=3D"_blank">john AT ecosensory DOT com= </a>></span> wrote:<br><blockquote class=3D"gmail_quote" style=3D"margin= :0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 08/05/2015 10:4= 0 AM, Ouabache Designworks (<a href=3D"mailto:z3qmtr45 AT gmail DOT com" target=3D= "_blank">z3qmtr45 AT gmail DOT com</a>) [via <a href=3D"mailto:geda-user AT delorie DOT c= om" target=3D"_blank">geda-user AT delorie DOT com</a>] wrote:> The reset menus= command is in the code but it seems to need a linkage command that calls t= he low level command from the gschemrc file.<br> <br> This is something easy and important.=C2=A0 Anyone have time to fix it?<br> </blockquote></div><br><br></div></span><div class=3D"gmail_extra">I have t= he time and my K+R C programming language manual from 1978. Has anything ch= anged since then?<br></div><div class=3D"gmail_extra">=C2=A0My big weakness= is figuring out how to create a patch. I'll put something together and= you can let me know if its right.<br><br></div><div class=3D"gmail_extra">= John Eaton<br><br><br></div></div></blockquote><div><br></div><div>Opps, Ta= ke that back.<br><br></div><div>I just checked on the latest code and found= that it's behavior has changed. Before you could copy system-gschemrc = to your local gschemrc and=C2=A0 you would see two copies for each menu ite= m. It now appears that the add-menu in the gschemrc files is not used. I wi= ll need to figure out where the new code is before I can fix it.<br><br><br= ></div><div>John Eaton<br>=C2=A0<br></div></div><br></div></div> --001a113fdc8436dbe4051c941193--
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |