delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2018/05/24/09:16:00

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=QS+8NteeXEs/2NWDmlh0CGffPtsaLYf07MGUN1ou+I4=;
b=DXTm9hT7Ug5t7HMmhp5xzoolwLIyCgtELNxbHiveAx5JdjIlhSjSVez9pAqykipEB1
lmtfjqdaIQ2SczeQOYgF3Z5xupznlgddnXVLfDjANEfeAEebnny9sW6S/XHLyabGAi5n
3kvFwdEFM+uy9n6adAfZmarCM8Ts6VyUJwoB8/tTccKfMVat8i23NK0NgONaqTgizTqp
B5T975MN+yvOui+EjjsWbDplQbBxG3y8puxOzwospY1XG3PA7I0aBRj6mIuKBSKUMUUe
lS3YXwew3C1S8BgpDfwFvd1LR595e3QAYVcBNoyFm7Do0HQB7uvWszZPmjle4KcYfAxE
EHCA==
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=QS+8NteeXEs/2NWDmlh0CGffPtsaLYf07MGUN1ou+I4=;
b=tPbnffHd1fMPRTDdFIwfd83RXxGMCmvaaJmaNIxoEg+zxdsg9VXqnTN3SVaRsN5tj9
NnMTsjHCdUlI2HLVKMu/1VFI9EDD4lG3C7H5tcG47Rx5erfRrL+/l54yl+cBqXtHBsAk
Chn+TbiZisklAu95rzXXE+Pw5Sj78TJJDTm6zCMGdvRlwzyn1JINBpF3XUrilQB5JMoJ
vdS/jnyrGSbo3g6B9Hs+m0wgEcYqFskwJO9uevW24PEtWEAD4hzhbHB8jdHrbuOAzb83
1rZ84AImkOyDu0C2j7q9vrP9NHI26zu7lEng8DM/pkXAxhcGF2uUaIQjM5Xns0jYgYn3
PDrg==
X-Gm-Message-State: ALKqPwfVP4EboWQ1ooMIQMMLDRxAur3zKs4FirOl8t+FgEco+p21Xc2m
x9sO1nZ2nClu2R8Y/ae86hUSDw==
X-Google-Smtp-Source: AB8JxZoZ/R/IU2d5FLsZ7nwqDfOZ70tbs5p0YH5cii+kSnHTL/E2vSzNjpj5n7xzdyg07NJm21BzeA==
X-Received: by 2002:a19:25c5:: with SMTP id l188-v6mr4307555lfl.124.1527167581923;
Thu, 24 May 2018 06:13:01 -0700 (PDT)
Date: Thu, 24 May 2018 16:12:57 +0300
From: "(graahnul DOT grom AT gmail DOT com) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com>
To: geda-user AT delorie DOT com
Subject: Re: [geda-user] Re: New config
Message-ID: <20180524161257.7a97d82f@demon>
In-Reply-To: <20180523224732.9489580F49E2@turkos.aspodata.se>
References: <20180523005748 DOT 793A180F49D7 AT turkos DOT aspodata DOT se>
<20180523143620 DOT 1ad55aab AT demon>
<20180523150428 DOT 6A70C80F49D9 AT turkos DOT aspodata DOT se>
<20180523203925 DOT 072b918c AT demon>
<20180523224732 DOT 9489580F49E2 AT turkos DOT aspodata DOT se>
X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; amd64-portbld-freebsd11.1)
MIME-Version: 1.0
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

On Thu, 24 May 2018 00:47:32 +0200 (CEST)
karl AT aspodata DOT se wrote:

> > > margins="0:0:0:0"  
> > 
> > Should be semicolon-separated in the configuration
> > file.  

I was misled by the man page. Looking through source code,
I found that values for --size, --margins and --align
command line options are parsed using
g_strsplit_set ( ":; " ).
Thus, values can be separated either by colon, semicolon or
white space. Man page update:
https://github.com/lepton-eda/lepton-eda/pull/207

> > And it's easier to use 'gaf config --user' to edit that
> > file.  
> 
> Why is that (I just need proper docs) ?

man lepton-cli
  (Accessing Configuration section)
https://github.com/lepton-eda/lepton-eda/wiki/Configuration-Settings
  (Overview section; also, Resources)

> I just experienced that when I closed gschem, my changes
> were erased.

I think it's not a good idea, in general, to edit
configuration files while application is running (any
application), unless you know for sure that it's allowed
(e.g. it is explicitly stated in application's
documentation).

> A config file req. is that I should be able to put it in
> a svn/git/... repository, share it with friends etc.
> Entries like: [gschem.dialog-geometry.hotkeys]
>  x=1073
>  y=39
>  width=382
>  height=973
> are troublesome and shouldn't be in config files.

Agree. I keep my geda-user.conf in git repository and do
not like that irrelevant 'dialog-geometry' stuff to be
there. Most likely, this issue will be addressed after
release 1.9.4 is out.

Thank you for testing and feedback, Karl!

Regards,
Dmitry.

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019