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=JxTEd99M1ALZn44sJ/iuJhmYQDecre8aTSVDlJ7T/IQ=; b=VHH+RO6tgzEUic/T035GL18WOGwFcDTapx83jyfg0Q2XseDdhhczu7TlTkmisy2iEV woVjn8fup71+JHiR7rjxq/zeIelaTnfNP3lCdnZsMQyhlWcfjiYLL+clfVCnlRQBlBWj UPJyUzVKkIo3xSWp52dnO9kQ4IpWE26+E/i4shPLQ/E+uj8qkRaBOwKbjv2tqvorM+S2 T4bQjaeIThhor//q0IjMp4fd52yDWf2HKhhp5r4b2nFQqn7MiBHVAz5Wka38YKq+0wiJ UUuTQb9WUcfn7xd/aOVC+mRvuFgjKWZcq9zvzbkCgbUVDFV2QbmvhId8+x1nGhmE6dWV +udw== 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=JxTEd99M1ALZn44sJ/iuJhmYQDecre8aTSVDlJ7T/IQ=; b=lbISJICk/zKQe9q9EuKlEdChDWKQVQITNq6vxdFx8AQMlQOF0rIo1K/4em+Ihp5DLx b0uaLjlNDjir0Uz80CjoaJnSAQrcC7Ql86ZAHWr4aKhZKxdODJJOtiFzqnwARmUBZDCJ rpW8LnqPQJuMpmuDc5ptZ59moXdY9DV33Ctzc1QxYjHvUyPWKLjZyghfBPelj8BwEWOY HOBSnR8kOX5J1k8+JBMmEUTWKf5qN7GE3DCh8bqow6zumSIl94YKqGIt2T3cuH/u4buj r6EB2JlsoqQMyxS0gn/hoQf7ItHGne0kakj5b41bi4KzpUwUT+SFI+tDjT4wRgccfLFt K7RQ== X-Gm-Message-State: ALKqPwdWV2ZFq3nHHjirCHATveg/CWuIljZphnKM0rN9FP7JF5ti/wtw 2MEYH80RFxwYsiG8CYYw2LaCfw== X-Google-Smtp-Source: AB8JxZqxjS02RH6iV5kFX+lzDhWQog3m9r1o+rNsQkyMCqVRgpzANWzWGmKDgTAb93nfGsrSKnXuZQ== X-Received: by 2002:a2e:3c04:: with SMTP id j4-v6mr2448255lja.149.1527097170194; Wed, 23 May 2018 10:39:30 -0700 (PDT) Date: Wed, 23 May 2018 20:39:25 +0300 From: "(graahnul DOT grom AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: New config (was: Re: [geda-user] postscript print extents without margins) Message-ID: <20180523203925.072b918c@demon> In-Reply-To: <20180523150428.6A70C80F49D9@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> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; amd64-portbld-freebsd11.1) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 Wed, 23 May 2018 17:04:28 +0200 (CEST) karl AT aspodata DOT se wrote: > geda-user.conf: > [export] > paper="iso_a4" Should be without quotation marks. > margins="0:0:0:0" Should be semicolon-separated in the configuration file. And it's easier to use 'gaf config --user' to edit that file. > gnetlistrc: > (hierarchy-traversal "enabled") > (hierarchy-uref-mangle "enabled") > (hierarchy-uref-separator "") To set equivalent settings in geda.conf (in current directory; for geda-user.conf use 'gaf config --user'): $gaf config gnetlist.hierarchy traverse-hierarchy true $gaf config gnetlist.hierarchy mangle-refdes-attribute true $gaf config gnetlist.hierarchy refdes-attribute-separator "" > Is there any possibility of splitting geda-user.conf into > separate parts? Unfortunately, no. Again, it's better to use 'gaf config' to read/write configuration settings. And for lepton-eda you may try lepton-conf GUI utility that hides internal program settings: https://github.com/graahnul-grom/lepton-conf Dmitry.