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=20161025; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=aHuVVu5rlmxeRom/4Fxr/RgkbiTcSuaBMOKFDi+iUnk=; b=haLdzejZvGXJ+B+11HObDG9iJd+o1WDUlLGXb1jaXkTs2RnQ/opVm/ioAyVNa9PsAb GQOaB3s8JAoV5xtLtfCTMDgu2SC7KFPNoa53jqwir/sY+hYGxbY0VH0WF6DdYjdRvvtc OY+k0K09Iq+6n2Mu31E8eI3ZlBkH+8K6lxtDlcXXP3kE9r/2OPo4l3r21xwTVClJleDh qtH0ZK8pe8sh80bTIGHKEDdjHRAAhj+13028UOabeEbwt/yh/nOYNUra2htanutR95pX 6x7cuj4mX9004/Tzv6SggexloDSohohlyWAafuIfM/Av5YAeqstPVMaoaW1qbqYxGHqM /rWg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=aHuVVu5rlmxeRom/4Fxr/RgkbiTcSuaBMOKFDi+iUnk=; b=L4J5nEsM3sVj6E7pr5EqiFw7yomCmbd+QnrMxgoqWh5F6xLNQDHvhgsAwIxJl0WuYA +q6/W5HBR5Zv012XKz8y/UhW3u3O3JoxndzqNXyuwOEOTUcSr9efCtvi3jJeph4p3nDY shl/hx991E5d6X/5HybbfCaP/esokv7LiXeZTiL9oyoOegqdRZgunmocKrHeqMCt45BN J6fT8BwBsMWGqlMLM0V1++XKgRo+CycECIjR+gebdSNaSwbJV5KL1P+RX2L5czOo80Tl SsEtGnyCBuxhQWXz5lIARfzEi/QnQzdGa6ioH4e85ZUt2kUFtqGv3pmi6cYPtknYQhQ7 PS1A== X-Gm-Message-State: AOAM530skltCn0q5RH/GKn/nTvzQSUBELqwYIbd/SFEWXEGa6Vl20+12 9/z9V5/9RqMZqmxGejofkouyPP8mnfbE/Q== X-Google-Smtp-Source: ABdhPJy7ovwudI9FYyDMHFETJiWn4JBbDTj6ZoMA6YDHEKjecpLwD14I4IsGRAlNl7a6qI4h9LNomg== X-Received: by 2002:a2e:b054:: with SMTP id d20mr848748ljl.355.1598888362366; Mon, 31 Aug 2020 08:39:22 -0700 (PDT) Date: Mon, 31 Aug 2020 17:39:20 +0200 From: "N (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] gschem versatility, variants in sub folder (second method) Message-Id: <20200831173920.e87160b2f6422660682c5aed@gmail.com> In-Reply-To: References: <20200830203838 DOT 3bafa159a451192936d6e271 AT gmail DOT com> <20200830224141 DOT 8cbfd78e54303df96beb9f1b AT gmail DOT com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 Mon, 31 Aug 2020 00:08:24 +0200 (CEST) Roland Lutz wrote: > On Sun, 30 Aug 2020, N (nicklas DOT karlsson17 AT gmail DOT com) [via > geda-user AT delorie DOT com] wrote: > > A few variants there schematics are the same on top but different at > > bottom level of hierarchy. > > You can put the bottom schematics for each variant into a separate > directory and then add only one of these directories as a source library: > > top_1.sch > top_2.sch > top_3.sch > variant_A/ > bottom_1.sch > bottom_2.sch > variant_B/ > bottom_1.sch > bottom_2.sch > variant_C/ > bottom_1.sch > bottom_2.sch > > and then > > (source-library "variant_A") > or > (source-library "variant_B") > or > (source-library "variant_C") That's a second method but have to edit gafrc file. I put variant in sub folder and linked to top level and it worked without editing gafrc file, not totally sure gschem kept track of path then opening files from two sub folders at once but otherwise it work fine.