delorie.com/archives/browse.cgi | search |
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=mime-version:in-reply-to:references:date:message-id:subject:from:to | |
:content-type; | |
bh=7p84MnSrZie5WNj+AEuW5u4e4Xc6ZUzW4dZUnXZDf5Q=; | |
b=k0dKpC/LQLXsYz4sjKm1KTxg3o/7VSCFSfua5aK1ZYjn27oCZR4qMxh3FlTM9LQeFR | |
wn76jKA1R8YWDHnLfD5q6G/N8Hpc9eyK+0Zpqb9BCJv2Kkcmvqir+sCE2RYbq2T3V3TC | |
tJCiu7vZNcVtieI3W2X/k4jS8PnYNILRFErutpUhrZSL+pSzaBDmlh7twObqC/o4p82e | |
cBjJahZH994Su9sn3laxFpRclRZDFKA3wj0ofFB/Dude+jkDRxK8sgGwAaqV9mv3cRsv | |
VwSrxFcod2XBPWan6YXMxYei4azViR78A90EGKsSkyK+PwhvHoCdsMSJqVAeltUlPseT | |
XRdw== | |
X-Google-DKIM-Signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; |
d=1e100.net; s=20130820; | |
h=x-gm-message-state:mime-version:in-reply-to:references:date | |
:message-id:subject:from:to:content-type; | |
bh=7p84MnSrZie5WNj+AEuW5u4e4Xc6ZUzW4dZUnXZDf5Q=; | |
b=hksh5blK8Kc8RTIaqJX7cf/MzxvSk6HSE5F1TGIWMFUheqRmnMKiwTOBJw/q9K8Ggz | |
2y1zBkjLOUZSqJa4PWaj4BOIsWMqm3Cn6SXQ3Gco5yAYj3NxgxmaCr1pJ2rX9XbnpRZR | |
Ns/r4mKKsmg6r0WKdU812cpmzrPnpKRBoWNQp83vpGgPRvVSeo3uo8Gi9ttnCGpLKiOm | |
YNiIynDWIBVoJ9qpM07gqaVr1h7nTdLNIRecvymiKQMwQ9PMCgyJZXQBfmkamiXuMxeD | |
XufOAXZZczhncoBzkEN0ao8cviH5FzqIH3cYeBIG1UovdHy0Sk1rXfCco9Dh/4R9NB+o | |
pamA== | |
X-Gm-Message-State: | AG10YOTFg2yxTEMnOzjuN2JYP6aB08GEfZS3d3LMKuw4QG47BhLi4A7zGHtJ0K/cOvlMTBHFsFEO46vB/Q7LrA== |
MIME-Version: | 1.0 |
X-Received: | by 10.25.153.130 with SMTP id b124mr1155954lfe.81.1455297896407; |
Fri, 12 Feb 2016 09:24:56 -0800 (PST) | |
In-Reply-To: | <CAMvDHVB8E3ukCYwW_0xDn=03CGkd3q10cSMyOxsFNtMWiN2N3A@mail.gmail.com> |
References: | <CAM2RGhS8shtYo2A=in2v2Orj4N7_YX=u2e1wf9bbY34eFbEn7A AT mail DOT gmail DOT com> |
<CAMvDHVB8E3ukCYwW_0xDn=03CGkd3q10cSMyOxsFNtMWiN2N3A AT mail DOT gmail DOT com> | |
Date: | Fri, 12 Feb 2016 12:24:56 -0500 |
Message-ID: | <CAM2RGhSZeH42EVo0hp4j_B0t+F6H8+AmzSSgrJEbwH2aV0EsZA@mail.gmail.com> |
Subject: | Re: [geda-user] gschem symbol window |
From: | "Evan Foss (evanfoss AT gmail DOT com) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com> |
To: | gEDA users mailing list <geda-user AT delorie DOT com> |
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 Fri, Feb 12, 2016 at 2:23 AM, Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com] <geda-user AT delorie DOT com> wrote: > On 2/12/16, Evan Foss (evanfoss AT gmail DOT com) [via geda-user AT delorie DOT com] > <geda-user AT delorie DOT com> wrote: >> I was trying to figure out what symbol I used for something. I >> realized that no where in the gschem gui can you see what symbol file >> is behind a given instance in a schematic with out opening the raw >> text. > > You can open the symbol using 'H s', then type ':' and type as follows: > > (page-filename (active-page)) > > The result is in the log window. > > If it'll barf, type first > > (use-modules (geda page)) > > and then the above command. > > If your gschem version is old and has no page-filename command, there > is a corresponding deprecated function for this, just type: > > (get-selected-filename) This is not quite the kind of user experience we should be delivering... >> If I am not wrong about this I think the symbol attributes dialog >> window should list this or the bottom of the main window when the >> symbol is selected. > > I don't know how to better do this, the main window already displays > the base name of the file in use in the title. Probably we could That is for the schematic file. I want to see the name (not with full path) of a symbol that is already in a schematic. I know how to do this with a text editor and if I have to go manually operating on things that is how I would do it because the stuff you listed is cool but way longer than vi schematicname.sch > switch to displaying the full name like many editors do. Bug reports > and patches are welcome. The one issue with that is in that you'll > still not see the full name if your window manager trims it if the > name is long enough. Fair enough. > Cheers, > Vladimir -- Home http://evanfoss.googlepages.com/ Work http://forge.abcd.harvard.edu/gf/project/epl_engineering/wiki/ -----BEGIN PGP PUBLIC KEY BLOCK----- Version: GnuPG v2 mQENBFYy4RYBCAC183JomLtbdAlcKiaPDoVHq52LDmVmH75aiEc69m7YxDt54/ai VtYCAobbGVIyn3Hlz3uhF6LnPl/6Lm1VdnCfpwu3KQhCO6ds10ow2C30X4ohCqOd hCVg5C+ILmQkEffFrFODy3ji+PYTF4pADvHCWsTMv0hf0llwFOJsBCK6cl02IffE JPqy4PjM1nZ9HpzT84JBaG/4OGvTZ8SQ2yFUl265jagvygPTf88H1xpZHH1r8dB1 stjUHLmPH8AOyDgKxFchgGeDc3p/vJtgDDIXAFfDXG0NSRovLmtaQdGxe47Zf/go bXiEM7YL2WqQe5zfEA919JxkEwlDKYniOSVzABEBAAG0N0V2YW4gRm9zcyAoVGhp cyBpcyBteSBwdWJsaWMga2V5LikgPGV2YW5mb3NzQGdtYWlsLmNvbT6JATkEEwEC ACMFAlYy4RYCGwMHCwkIBwMCAQYVCAIJCgsEFgIDAQIeAQIXgAAKCRCIpQTcE8nN bbBaCACAm8pU5lG1ev2Fsw68Axtcl57SJrYieqX96c3YuYH9JpqMqJRnd9nDKw9X tQuvuH7tUk0VbOaDqReOYJVI/4c5wb9AaOFp6K2DUcupq6XhgXpvz3HzoPwjAdIj XuQzdRUx5+innTJrSkGuBYW/CZ2zqEx4xfLlq4rO0hoTUMR8QVp2cCrkw6BT0m86 APIw/ZnjoxM8IEzr7MxfRIg3qpzrZk28rmhx+k78Jyk61UhwcCPGIm/pjUopTwYJ 3YBdRB2cYD2aN7A1JVf5cRmSQYooHBGpH0kYvomGk97PKqypVuJ7OpG9xM58wUcC qUVt9hKlePLzP8csYjt8onqI7qIIuQENBFYy4RYBCADlH8spG3WkCx62vB5mr5Z0 SCDd/RcyA4A5y5EOj5KurQkrSWpgi9Ho1yKruMJ6blQR2qkc66KqH9pnXDm/ZI1M K/wdW3ngETxBmXoozzFMT89aEWIVR5/PFodWK1elekE9iJxACuR98Zg2QttTD3x8 A9w8VEyMLOXcDTrPFpHegMKswFBg5iuMulAdXAoGejWTI3n+qKFpabHm2Lfs6wjk 5rjucpTdeFK6UeWF1xAvNxXibuu5BlGwv53930qIXRwO/Gn2Rh5DXWxKU2fEIme/ xgQQmIsDeUoWbfybdjw/x7Q0LW4mINiLDQcGHHRQKFIxbAJCT3USPLGh5xwE9/Er ABEBAAGJAR8EGAECAAkFAlYy4RYCGwwACgkQiKUE3BPJzW0uYAf9Hf30n8tM3mR2 Zo6ESE0ivgdgjaJtAWrBUx7JzAzPjBnBOlNnu5Y9lVEqetvUPH6e3PvaHYUuaUU8 0HwxuKBW9nUprgV6uIu1DZmlcp+SxpbuCy7RDpNocRLNWWFMaYYzznmTgfnTgD4D gCq8Mf1mcfrluTkOAo+QNqbMfl1GISClopRqxVuAo59ewgMnFujwgd8w12BwWl24 CzqOs5HqcUslePj+LzcjSNgVCklYwKl+0dsb/fctMOCtHodwqm2CBJ+zydvNmYkD fxda/J91Z1xrah5ec++FL0L4vs+jCiIWJeupJFKlr1hCMZiiGH7W554loK5l4jv3 EY347EidAw== =Ta4p -----END PGP PUBLIC KEY BLOCK-----
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |