X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=1dck2GwWUE6voVh1kdUwzpWwKNO7iaNr/NUAcZonokw=; b=nD5k/J3cSv14+ZuKVcKUJQMAVWIr4BTN0CATZ2Jk00xD7n5cGG1S+/HlIsJLYf5nAE S7gfmmudkUWIz6KTOQstAnnh0Qq21AVczd3tRSJYjtCwRZfQG6nkjDkqfUUWzhjUTHNQ qe1Y0XeOwJz/vtW4IsvBfDanmBzJ57BZ6aRqVibT0Cz8NeUdJ8Lzdg0jAflIcfRL9n2f 3AmTHdu7O+gegs20qy1ecRBMoE4GYafGpn28yV412/PLWBD4HI02emoKhWTnwGWmH5PG 1+SLb/qs2HmdGuX/Q1TGXkxsqvacFV/C6F6NquHfIXcbFvJ1YNPTG4bg1TJq9BmR+0fR X/sw== MIME-Version: 1.0 Date: Sat, 27 Oct 2012 17:52:40 +0400 Message-ID: Subject: [geda-user] RFC: by default define default-titleblock as "" From: Sergey Alyoshin To: geda-user AT delorie DOT com Content-Type: text/plain; charset=ISO-8859-1 Reply-To: geda-user AT delorie DOT com I think, default-titleblock should be defined as "" (in gschem/lib/system-gschemrc.scm) by default. First thing I was trying to do in gschem is to draw my symbol, and yes, I get my first symbol with title block title-B.sym. Then I was trying to remove it, and unlock it. It seems not that much work to add title block to schematic, but why should user remove it in each new symbol? I don't now how to save symbols without title blocks. Filter them by name prefix title? And this would be strange, as user should be warned what title block will not be saved. I suppose, system-gschemrc.scm should define default-titleblock as "".