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=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=FmGyayoP3Yvv8/bAVMEkSnFzQcHiWO64lZDQUbUEafA=; b=JidonAzIOHvnXWEQ2CJN9+oH/eqjlkABIns2Oo/BZd4GtTbLrkk8Yx1OzDyM2gwdNu ImxryaIuC70AMEG52fKV9robkde4Y0xusYVQjECm/Yi1g9PMWSzEQaAP+aor9NR1/bCY tGy/KDlCHu2PkoaRXHsYHJ3pJ/LbHcGB/MtJ8n/RPEqGg0m9oQyhACElryJMGa+id3QK hLl+ON+InDCtwpsNZdD7HpooLhEpL4xn30NUNEoMSLc7MbbpBqSNILbsP04TxN2JK/O3 uwgiJ3YZUII2uEG6BZX8XxEvPD5GAMHQvuq66IM3kE9hrR9IFnAiqVaKdfl3RMsg5GwM xK1g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:mail-followup-to :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=FmGyayoP3Yvv8/bAVMEkSnFzQcHiWO64lZDQUbUEafA=; b=hTAdwmlu+tfpRh25d8GnX0+Lc8p8w4kJj+5hoRytWOvM6ZDLKv8Ts6SToTJgpTlQUY QnToHNR3d+14bPr2QI82IJsxoOm5p8C7pUXbyZClOGMy7GqSf7pLHdQF73I2umi9NNEj 62gccWNJgyFS7eTlEEFGS+QMxHNEJIJd6jCPeqYVvafO0X0sdpDbuqSz8A7+tZIkU/Wz +J9Uap+4rn5BwEVjMvxw/L+atFoUZL3FuxhIDxlJC7Mw4Q4JD4Hw2tWQ+9oVRo0EE2Sv Dcrj8jR3qUKDwEa/7YkDhSk3Rxf8lDh+1L87iRHzkptGGAtyI+1tFGt2qvvGATgE4UA3 Pnmw== X-Gm-Message-State: AG10YOT6tLnChkb/5s995WHiMFua1PZC91z7ErwaKOOacPbpongkaqAYuKVxx+cHbkRHXQ== X-Received: by 10.112.162.231 with SMTP id yd7mr1697726lbb.40.1453483562554; Fri, 22 Jan 2016 09:26:02 -0800 (PST) Date: Fri, 22 Jan 2016 20:26:00 +0300 From: "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] should we broaden scope of libgeda Message-ID: <20160122172559.GB17122@localhost.localdomain> Mail-Followup-To: geda-user AT delorie DOT com References: <20160102091556 DOT BBC6D809D79B AT turkos DOT aspodata DOT se> <20160102131252 DOT F383A809D79A AT turkos DOT aspodata DOT se> <20160121144142 DOT 2703D81053E4 AT turkos DOT aspodata DOT se> <20160121161958 DOT GB4788 AT localhost DOT localdomain> <20160122111825 DOT 4E75381053E3 AT turkos DOT aspodata DOT se> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20160122111825.4E75381053E3@turkos.aspodata.se> User-Agent: Mutt/1.5.23 (2014-03-12) 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 Fri, Jan 22, 2016 at 12:18:25PM +0100, karl AT aspodata DOT se wrote: ... > > Ok, FT script gives: > > Executing guile script [/home/karl/.gEDA/cache-symbols.scm] > > in log window, and > > $ ls -l sym_cache/ ~/sym_cache/ > /home/karl/sym_cache/: > total 0 > > sym_cache/: > total 0 > $ > > Well, it didn't fail, but it didn't work either. > > /// > > I tried with (define cache-dir-name "/home/karl/sym_cache"), but that > didn't help. The script doesn't run anything itself. It just defines several functions. Have you ever tried to run the last one? If not, hit ':' and then type "(cache-symbols)" in the command field. Cheers, Vladimir