<@:>"1@|: 'search' jpkg 'graphics gui/gtk' ┌────────────────┬──────┬──────┬──────────────────┐ │graphics/afm │1.0.1 │1.0.1 │AFM │ │graphics/bmp │1.0.0 │1.0.0 │bitmap utilities │ │graphics/color │1.0.0 │1.0.0 │Color tables │ │graphics/gl2 │1.0.4 │1.0.4 │gl2 │ │graphics/graph │ │1.0.2 │Graph │ │graphics/jturtle│ │1.0.1 │Turtle graphics │ │graphics/opengl │ │1.0.9 │OpenGL graphics │ │graphics/plot │1.0.5 │1.0.5 │Plot │ │graphics/viewmat│ │1.0.1 │Displays a viewmat│ │gui/gtk │1.0.59│1.0.59│GTK API │ └────────────────┴──────┴──────┴──────────────────┘
looks OK. The important question is how best to add such an option to jpkg. Perhaps as an adverb? compact=: 1 : '<@:>"1@|:@u' 'search' jpkg compact 'graphics gui/gtk' Or as a covering verb (v for view) jpkgv=: <@:>"1@|:@jpkg 'search' jpkgv 'graphics gui/gtk' I was also thinking it might be nice to let 'showinstalled' jpkg '' take an optional right argument so that you can filter a search for installed, or not installed, packages eg: 'showinstalled' jpkg 'search' jpkg 'graphics' On Tue, Mar 8, 2011 at 2:31 PM, bill lam <[email protected]> wrote: > Surely JVERSION is needed. However many packages now moved to addons so it > needs to include a long list of addons installed, such as > load'pacman' > 3{."1'showinstalled'jpkg'' > > perhaps jpkg can add another option to present it in a more compact way to be > included in email text. > > Втр, 08 Мар 2011, Ric Tikkanz писал(а): >> Easiest & most informative to report contents of noun JVERSION >> JVERSION >> Engine: j701/2011-01-10/11:25 >> Library: 7.01.046 >> Platform: Linux 64 >> Installer: j701a_linux64.sh >> InstallPath: /usr/local/lib/j64_701 >> >> >> On Tue, Mar 8, 2011 at 1:25 PM, David Ward Lambert >> <[email protected]> wrote: >> > Oops! linux j701 >> > >> > system =: 9!:12 ,&(' '&,@":) 9!:14 NB. unix & version >> > system'' >> > 5 j701/2011-01-10/11:25 >> > >> > >> > Having installed the addons noted in previous message, the following >> > instructions from plot_602.pdf on jwiki fails on my system. >> > First plot produces a hung window, >> > second produced "control error" on popen. >> > jconsole remains an active foreground task. >> > >> > $ jconsole >> > load 'jzplot' >> > a=: conew 'jzplot' >> > b=. conew 'jzplot' >> > plot__a */~ i:15 >> > plot__b +./~ i:15 >> > >> > >> > Date: Mon, 7 Mar 2011 15:26:54 -0500 >> > From: Devon McCormick <[email protected]> >> > Subject: [Jprogramming] Graphics do not relinquish control to session >> > in J7 >> > To: J-programming forum <[email protected]> >> > Message-ID: >> > <[email protected]> >> > >> > >> > ---------------------------------------------------------------------- >> > For information about J forums see http://www.jsoftware.com/forums.htm >> > >> ---------------------------------------------------------------------- >> For information about J forums see http://www.jsoftware.com/forums.htm > > -- > regards, > ==================================================== > GPG key 1024D/4434BAB3 2008-08-24 > gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
