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=vraIpLCB05sXTfOEZhkObfEoBJA2KdgwXo2aTDXgGzI=; b=iphLMwP1djyb6mEA4riwunOSczzjaw+CN1FK7jyo/DyGPlkOJZFp+aest+x8Lvlgz8 K9JgxHXy+sqV20Fumb/m6QVGjcl6UF9Z/PgfzV2YvbcpOWTvGWpIGmFzy0kIp8WwXDXr PC7SQsIupH7vrzg1L7frPxsP6Yrkk0Yz9lvoxsUXSu4nZ5W8yZq0e7PWPiEPWe9iuzwN 5TY20ZWDcnKmSriAXPftth0R5D6e7NxUypB9fxioA5yLjmdY37xHFFLO/F6D33ZYEZhA CSmHd/uEk6IwSQ5cgbVuXrY2R+KY5x+gn969KzN8JJKV5VyNdYA81qut8pO0DSQrgp7V 0QHg== 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=vraIpLCB05sXTfOEZhkObfEoBJA2KdgwXo2aTDXgGzI=; b=KBpq870gEdeCMbNmZyz6+/SiIqp+uZqiHbfqUMC4CpuZaWV91kyO90xzSH1AHMgZHS wW7XIvcwryrEXxRW6XJqFQeUGFUnhYjzS8Yg9B/kD4pTXN0+6cve3PUBcdoWmpUh8ER5 f3DX/PVfJS7CP7kG8gIuGGLTdG5xNBHCX8gW3Ci8TvCLaOv9ID3Nk69uiqXWDRsJStFn peJuDzWvVfHdF9L8UIrONaoaLf3vwFJtlJ9QtggtuVJdRCNlAfk5ALo8RKIsAQZyvv94 AKfe+D6/vdNXNPlMq9E+gSQt+u8vf5tLZ3PwQ8abV3wrTqFcYdWntO9TK/8eIw9iv1PX sQsg== X-Gm-Message-State: AOAM5325iohN18lfCYNJkjhsKZzFDInoYDHUh4WpOB92JMdbGT+lwPuH Y42NDbQdzGNAGRCcXn0hNBoPh0jE/+4= X-Google-Smtp-Source: ABdhPJxrXazK+IHkRYmLa2zurataKCpAS/EK0Rd4erH32m9EyRAP5Prw+OmKWeKXLK06qqTsa+Amvw== X-Received: by 2002:a2e:a0c5:: with SMTP id f5mr2896269ljm.52.1626159394677; Mon, 12 Jul 2021 23:56:34 -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, 13 Jul 2021 09:56:33 +0300 To: geda-user AT delorie DOT com Subject: Re: [geda-user] lepton cannot load gafrc Message-ID: Mail-Followup-To: geda-user AT delorie DOT com References: <20210703130816 DOT 8A0D083DA29F AT turkos DOT aspodata DOT se> <20210703142237 DOT 7CA9683DA2A5 AT turkos DOT aspodata DOT se> <20210708144956 DOT EA9AF83D6996 AT turkos DOT aspodata DOT se> <20210708152741 DOT 195F183D6996 AT turkos DOT aspodata DOT se> <20210710134700 DOT A5EF783D4429 AT turkos DOT aspodata DOT se> <20210711142932 DOT CE5CE83D4437 AT turkos DOT aspodata DOT se> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210711142932.CE5CE83D4437@turkos.aspodata.se> 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 Karl, On Sun, Jul 11, 2021 at 04:29:32PM +0200, karl AT aspodata DOT se [via geda-user AT delorie DOT com] wrote: > Vladimir: > ... > > > But I still cannot do so for symbols: > > > (component-library-search "${HOME}git/openhw/share/gschem" "lcl") > > > > Hmm, it (something like this) works for me. Maybe missing "/" > > after "${HOME}" is the culprit? > > Ack. > > /// > > There are differences though. > > a, > Previously with (component-library-search "aa" "bb") and aa kontaining > cc dd etc. Then your version shows bbcc bbdd, when old versions > showed bb/cc bb/dd. I'd prefer it if you'd retained the "/". We discussed this on github before doing the change: https://github.com/lepton-eda/lepton-eda/pull/500 > b, > Previously the order of dirs show in library window is the reverse of > the order added, now you sort them alphabethically. > AFAICS, sorting in the function was implemented by Peter TB Brett in 2011, in commit 07de759. -- Vladimir