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=from:date:to:subject:message-id:mail-followup-to:references :mime-version:content-disposition:in-reply-to; bh=2kiMQ9wkoFcIHZvh5lScJSjNRTtbXL2oevxCZ1FtLgI=; b=Ge8aU+93YuY+bnMCPTDVGqzH+gsGbywESh4HjVMsyvpqd/FDhyUAX1NMupBTEZW57E R4zgC/gFvbwLQiLqHutQvphGtwQD35NUvAEuf3uephTVMlb8U80F6+ylSd2ziTvp/aqn 6+/U2JluCmjURkKy5gVVgs6wl52/0qldYp35z1f+pWxwQvyZECrD3y1nZQZihhJ//0PJ tpRCgoMP8JAI+moyHNKoMmurPfe6X8Vj0Ly22E0cvGGPvjZQ5+R6Gz3cqW7MgMYE2GJh e4eXokcGAGUgmRbJb4LdshQfK1Indcc22Osbj28Drwt3lbh2gJRsC0JiAW7H76YFMx9+ TODQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:date:to:subject:message-id:mail-followup-to :references:mime-version:content-disposition:in-reply-to; bh=2kiMQ9wkoFcIHZvh5lScJSjNRTtbXL2oevxCZ1FtLgI=; b=Xrvl0sgkdbQrqrxHaoOKidsm92JSLKkh+KIGuatleDxhQ5dyqpXSkKp6nb4v6X45Wm TqZY6Poe3QJfKvXx0kiUUdNoeluH3e0nySAueLEfyVpCd/kLCyVqT1jDQNriVPUOXM1Y UlZo1/c4CFREwtZ0CjnhPsgmP40OSYTO/1+hoiwQdUYzoXhdTm2ZfiAM1ZTB9BYe5qgs gfUJmwVH2nVDHCP/oQEX+QXwkXJR69+u80cVxK/yl/4d1rYYO/feoAd+dq4IHaotU+sc FZsxbVxT+3pAotFjAfa73/hAmpeVfo8So9LmC8HtMumfGLfFsrgy9ojq+g9w0Z5N1P8+ 07vg== X-Gm-Message-State: AOAM531stFi8UGR4lFhnTA3Ufbrv+pWtjEISjXRhEAENEapge7IBXv2f ajrKyS5Jt6P8yUkSVlFgzvHlOFvVRYI= X-Google-Smtp-Source: ABdhPJzOLhihtyhWxzuRA6vB+NCrM21e7xxheDe502gCQIzd1yKjL70x8IutgiwHxbAoqTUBufOk2g== X-Received: by 2002:a2e:9195:: with SMTP id f21mr19856303ljg.340.1617076785560; Mon, 29 Mar 2021 20:59:45 -0700 (PDT) From: "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com]" X-Google-Original-From: Vladimir Zhbanov Date: Tue, 30 Mar 2021 06:59:43 +0300 To: geda-user AT delorie DOT com Subject: Re: [geda-user] lepton-schematic configuration Message-ID: Mail-Followup-To: geda-user AT delorie DOT com References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: 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 Hi Thomas, On Mon, Mar 29, 2021 at 02:31:45PM -0700, Thomas D. Dean (tomdean AT wavecable DOT com) [via geda-user AT delorie DOT com] wrote: > I have creatged .config/lepton-eda/lepton-user.conf and moved gafrc and > gschemrc to gafrc.sav and gschemrc.save respectively. > > Where do (source-library "./") and (component-library "./") belong? syntax? > > I looked at lepton-upcfg. Maybe I missed something? `gafrc' should live in ~/.config/lepton-eda. Syntax is the same as for geda-gaf: (component-library "/path/to/directory/with/symbols") (component-library "/another/path") (component-library "./relative/path") (component-library "${HOME}/path/with/env/variables") etc. You can look at example schematics in the Lepton repository, there are local gafrc files there. There is info on this in the Lepton manual. HTH -- Vladimir