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=SZ7m7i9WmNgzhZ7l1vRYE3R2vXN+ZLdb6Cfb4E1VGJs=; b=qNk1ica9qJnWijC5kHKThTTgUK7OL+1NqLSNNTMt3nhnL6UfL53Emud3CG3Cl7Rcfb GfwPLvg7fyfAfC0xKtgKO06KJW/Ojy7++lOCP/59C9u674n/btdX8RHEPfsLQQa8lQUB e98d2k703XV4nnkwc+5k265Rb2cpQB4RqDm5NycBxefJhbi3DjiP8IybVZyixh+wPF4z 0QMnd3yRnj848Xefp7tuu/IVVv3DOfni+RTNx04CnzzKCeHePwn9/FS39dEQC+CZYMuN r2NEv4tHWHR4Hym+Fm0eK8hNs+NaBhOFpS0qMBtk60qd2Yg5ri136uBe1G5UqThLZs4n 1odg== MIME-Version: 1.0 X-Received: by 10.194.23.194 with SMTP id o2mr22885123wjf.63.1438797206762; Wed, 05 Aug 2015 10:53:26 -0700 (PDT) In-Reply-To: References: <55C239EA DOT 7050802 AT ecosensory DOT com> Date: Wed, 5 Aug 2015 09:53:26 -0800 Message-ID: Subject: Re: [geda-user] reset menus command From: "Britton Kerin (britton DOT kerin AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Content-Type: text/plain; charset=UTF-8 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 Precedence: bulk On Wed, Aug 5, 2015 at 8:46 AM, Ouabache Designworks (z3qmtr45 AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: > > > On Wed, Aug 5, 2015 at 9:29 AM, John Griessen 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. diff -Naur old_tree new_tree >new_patch will generate a patch acceptable to most people who accept patches. Britton