X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.7+dev X-Exmh-Isig-CompType: repl X-Exmh-Isig-Folder: inbox From: "karl AT aspodata DOT se [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Mail-Followup-To: geda-user AT delorie DOT com Subject: Re: [geda-user] lepton-schematic configuration In-reply-to: References: <17a2b20c-5100-7084-b3e5-da83b4c7cc31 AT wavecable DOT com> <20210416171019 DOT AB0F783D2748 AT turkos DOT aspodata DOT se> <45fc224d-86ac-d9e7-e0c0-045f88ff3c39 AT wavecable DOT com> Comments: In-reply-to "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com]" message dated "Sat, 17 Apr 2021 09:36:06 +0300." Mime-Version: 1.0 Content-Type: text/plain Message-Id: <20210417120802.AC8E5824EA9F@turkos.aspodata.se> Date: Sat, 17 Apr 2021 14:08:02 +0200 (CEST) X-Virus-Scanned: ClamAV using ClamSMTP 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 Vladimir: > On Fri, Apr 16, 2021 at 03:58:22PM -0700, Thomas D. Dean (tomdean AT wavecable DOT com) [via geda-user AT delorie DOT com] wrote: ... > > I read the parft about moving to lepton-user.conf and assumed that was done. ... > We're steadily moving towards this goal and have done much > already. The only functions that still live in executable rc > files in Lepton are those related to libraries and color-maps. If dropping rc files, how do I do something like this, i.e. load things from a directory but don't complain if there is no such directory: (define (cl str) (if (access? str R_OK) (component-library str))) (cl "sym") ... > M$ and Gnome *.ini or *.ini-like files are not very much suitable > for multi-value records. ... So why do you want to use that format, you could use s-expressions or whatever markup language, e.g. http://repo.hu/projects/lihata/ On the other hand, if you write the parser yourself, you can extend it in a suitable direction. Regards, /Karl Hammar