List extension packs
/home/mlunife/.local/share/swi-prolog/pack/bddem/prolog
/home/mlunife/.local/share/swi-prolog/pack/trill/prolog
/home/mlunife/trill-on-swish
/home/mlunife/trill-on-swish/config-enabled
/home/mlunife/trill-on-swish/lib
/home/mlunife/trill-on-swish/lib/render
/home/mlunife/trill-on-swish/pack/profile/prolog
/usr/local/lib/swipl
/usr/local/lib/swipl/boot
/usr/local/lib/swipl/library
/usr/local/lib/swipl/library/clp
/usr/local/lib/swipl/library/dcg
/usr/local/lib/swipl/library/dialect
/usr/local/lib/swipl/library/dialect/swi
/usr/local/lib/swipl/library/ext/RDF
/usr/local/lib/swipl/library/ext/archive
/usr/local/lib/swipl/library/ext/bdb
/usr/local/lib/swipl/library/ext/chr
/usr/local/lib/swipl/library/ext/chr/chr
/usr/local/lib/swipl/library/ext/clib
/usr/local/lib/swipl/library/ext/clpqr
/usr/local/lib/swipl/library/ext/clpqr/clpq
/usr/local/lib/swipl/library/ext/clpqr/clpqr
/usr/local/lib/swipl/library/ext/http/http
/usr/local/lib/swipl/library/ext/libedit
/usr/local/lib/swipl/library/ext/mqi
/usr/local/lib/swipl/library/ext/nlp
/usr/local/lib/swipl/library/ext/odbc
/usr/local/lib/swipl/library/ext/paxos
/usr/local/lib/swipl/library/ext/pcre
/usr/local/lib/swipl/library/ext/pengines
/usr/local/lib/swipl/library/ext/pldoc
/usr/local/lib/swipl/library/ext/pldoc/pldoc
/usr/local/lib/swipl/library/ext/plunit
/usr/local/lib/swipl/library/ext/protobufs
/usr/local/lib/swipl/library/ext/readline
/usr/local/lib/swipl/library/ext/redis
/usr/local/lib/swipl/library/ext/semweb/semweb
/usr/local/lib/swipl/library/ext/sgml
/usr/local/lib/swipl/library/ext/ssl
/usr/local/lib/swipl/library/ext/ssl/http
/usr/local/lib/swipl/library/ext/stomp
/usr/local/lib/swipl/library/ext/swipy
/usr/local/lib/swipl/library/ext/table
/usr/local/lib/swipl/library/ext/utf8proc
/usr/local/lib/swipl/library/ext/zlib
/usr/local/lib/swipl/library/http
/usr/local/lib/swipl/library/lynx
/usr/local/lib/swipl/xpce/prolog/boot
/usr/local/lib/swipl/xpce/prolog/lib
/usr/local/lib/swipl/xpce/prolog/lib/english
/usr/local/lib/swipl/xpce/prolog/lib/man
/usr/local/lib/swipl/xpce/prolog/lib/swi
/usr/local/lib/swipl/xpce/prolog/lib/swi_compatibility.pl
All
Application
Manual
Name
Summary
Help
prolog
lib
gui_tracer.pl -- Graphical debugger utilities
pce.pl
swi_compatibility.pl -- XPCE Compatibility layer
auto_call/1
callable_predicate/1
modified_since_last_loaded/1
pce_error/1
pce_warn/1
pce_info/1
pce_dispatch.pl -- Run XPCE in a separate thread
swi_hooks.pl -- Hook XPCE based graphics tools into IDE
help_message.pl
pce_meta.pl -- Reflection support for XPCE
pce_manual.pl -- Start XPCE manual
persistent_frame.pl -- Save/restore layout of XPCE windows
pce_config.pl -- XPCE congifuration database
pce_help_file.pl
autowin.pl
pce_emacs.pl -- PceEmacs toplevel
pce_template.pl
pce_arm.pl
pce_util.pl
pce_main.pl
swi_ide.pl -- SWI-Prolog IDE controller
pce_image.pl
pce_debug.pl
pce_tagged_connection.pl
tabbed_window.pl
hyper.pl
swi_edit.pl
toolbar.pl
imageops.pl
pce_report.pl
tabular.pl
prolog_predicate.pl
pce_xref.pl -- Cross-referencer front-end
pce_toc.pl
pce_unclip.pl
dragdrop.pl
pce_prolog_xref.pl
print_graphics.pl
pce_shell.pl
auto_call
(:Goal)
Autoload
Goal
and call it. If autoloading is enabled we can simply call the target. Otherwise we autoload the predicate and subsequently call it.
This predicate should be used to open new IDE tools, for example the manual opening the editor, etc.