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=6IDDp+TXCo3Q/SyJzI6pqc3+6tJJEcKw+T5ziUHheG4=; b=NwstPwc4BG7R3JJFIIlp/c2rfV0cko9mgAi3qK0+SbRJBnwnFQz1p2www2ZyC3Fyl1 7O/de+5oStgrHB78GAyXEeu+NqfuhirTx1FJf8+J84aBS89u76IyRit2YkELak6dozCp FYYZIkBGdDFKkK/1C/wSJ8MvS2c9cmFoqiGbmQtTkJzd4U2+JHWbjgJGmeVTq33XM9+9 aqrzO+9u+5wwapyzBsFAAGuwzr/CAw3ZrcuyCkactncbQYircHzZBHDKXDZIQBY0nv0D VpB8xIqCCjMo2mW/fgiz+dnazx4OYhfpjknT27dW6ke/73k+RWs91IHAY8EZ6kI/aRiw axaA== 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=6IDDp+TXCo3Q/SyJzI6pqc3+6tJJEcKw+T5ziUHheG4=; b=IjY5ALjqSxJJgMwiKXjAO2Ls0NVWCa7fgK8l8pICDOrBNjv9yJuzDNkDAP0AQvwGVQ wtA/hDoEf/TCAX3Otss5mqtCM4GA/J+1lMMIcbmRWQDXJcd51LOFwvS3LS7RteqqL1td E/xYPNmrcHXjEtwABvvn6OW/BxxHILdQge+ncTmskrVh3p7qdKsjzYiePWzAEq5lB2RP 7acp6csXbVeKi6K18CS+cAJCDhhwgmJFY7zSddqd9Pibeav/S1pY+gi7eXSLzG+G13an U8t/kB8qWhTezFdggWBImGNIws4hpZl+woVUoOABT/3DyQuE5xjz+3qDKRzlMaBXjA6K ajYg== X-Gm-Message-State: AOUpUlHAZB0MElcTEC50FNp9lu2+RtDyE/248xSSAYkF7uvTui0BmnYp Q3JHwxXcZNvT6JKPfMUSptwwwv3K X-Google-Smtp-Source: AAOMgpfDkiRH6g9y+dYwrPqAPam8KnLc6PyRaMC1WJs60irOON0ko3nYUmCmkVeJG3tDhvWb3fblxQ== X-Received: by 2002:a19:ef13:: with SMTP id n19-v6mr8510187lfh.48.1532371888185; Mon, 23 Jul 2018 11:51:28 -0700 (PDT) Date: Mon, 23 Jul 2018 20:51:21 +0200 From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: Project file (was Re: [geda-user] gschem multiple pages) Message-Id: <20180723205121.1e6b14ebc5fbd3a483c41db6@gmail.com> In-Reply-To: References: <20180723152807 DOT 13d27cadcd023b63aa3fd9c0 AT gmail DOT com> <20180723174658 DOT 32979841DEBA AT turkos DOT aspodata DOT se> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) 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 Mon, 23 Jul 2018, karl AT aspodata DOT se wrote: > > > Igor2: > > ... > >> Sounds like the "project file" problem. > > ... > > > > Whats the use for a "project file", isn't it sufficient to use the top > > level sch file ? > > If you think in gschem-only, and don't want to save arbitrary per-project > config settings, then top level sch is probably enough. In a sense a top > level sch is a geda/gaf-only project file that (as far as I understood) > does not allowarbitrary config settings but allows referecing the other > sheets of the project. It is possible to place a gafrc file in local directory which in sort of fullfill at least some of tasks a project file will. This is the way it is now but I do not have argument if it's good or not.