Variable: symtable:ibtypes

symtable:ibtypes is a variable defined in hact.el.

Value

(name "ibtypes" hash-table #s(hash-table size 145 test equal rehash-size 1.5 rehash-threshold 0.8125 data
					 ("ibtypes::www-url" ibtypes::www-url "www-url" ibtypes::www-url "ibtypes::ert-should" ibtypes::ert-should "ert-should" ibtypes::ert-should "ibtypes::hynote-file" ibtypes::hynote-file "hynote-file" ibtypes::hynote-file "ibtypes::hywiki-word" ibtypes::hywiki-word "hywiki-word" ibtypes::hywiki-word "ibtypes::python-tb-previous-line" ibtypes::python-tb-previous-line "python-tb-previous-line" ibtypes::python-tb-previous-line "ibtypes::hyperbole-run-test" ibtypes::hyperbole-run-test "hyperbole-run-test" ibtypes::hyperbole-run-test "ibtypes::hyperbole-run-tests" ibtypes::hyperbole-run-tests "hyperbole-run-tests" ibtypes::hyperbole-run-tests "ibtypes::hyperbole-run-test-definition" ibtypes::hyperbole-run-test-definition "hyperbole-run-test-definition" ibtypes::hyperbole-run-test-definition "ibtypes::social-reference" ibtypes::social-reference "social-reference" ibtypes::social-reference "ibtypes::git-commit-reference" ibtypes::git-commit-reference "git-commit-reference" ibtypes::git-commit-reference "ibtypes::org-id" ibtypes::org-id "org-id" ibtypes::org-id "ibtypes::mail-address" ibtypes::mail-address "mail-address" ibtypes::mail-address "ibtypes::pathname" ibtypes::pathname "pathname" ibtypes::pathname "ibtypes::hyp-manual" ibtypes::hyp-manual "hyp-manual" ibtypes::hyp-manual "ibtypes::annot-bib" ibtypes::annot-bib "annot-bib" ibtypes::annot-bib "ibtypes::org-link-outside-org-mode" ibtypes::org-link-outside-org-mode "org-link-outside-org-mode" ibtypes::org-link-outside-org-mode "ibtypes::markdown-internal-link" ibtypes::markdown-internal-link "markdown-internal-link" ibtypes::markdown-internal-link "ibtypes::rfc-toc" ibtypes::rfc-toc "rfc-toc" ibtypes::rfc-toc "ibtypes::id-cflow" ibtypes::id-cflow "id-cflow" ibtypes::id-cflow "ibtypes::ctags" ibtypes::ctags "ctags" ibtypes::ctags "ibtypes::etags" ibtypes::etags "etags" ibtypes::etags "ibtypes::cscope" ibtypes::cscope "cscope" ibtypes::cscope "ibtypes::text-toc" ibtypes::text-toc "text-toc" ibtypes::text-toc "ibtypes::dir-summary" ibtypes::dir-summary "dir-summary" ibtypes::dir-summary "ibtypes::debbugs-gnu-query" ibtypes::debbugs-gnu-query "debbugs-gnu-query" ibtypes::debbugs-gnu-query "ibtypes::debbugs-gnu-mode" ibtypes::debbugs-gnu-mode "debbugs-gnu-mode" ibtypes::debbugs-gnu-mode "ibtypes::kbd-key" ibtypes::kbd-key "kbd-key" ibtypes::kbd-key "ibtypes::rfc" ibtypes::rfc "rfc" ibtypes::rfc "ibtypes::man-apropos" ibtypes::man-apropos "man-apropos" ibtypes::man-apropos "ibtypes::klink" ibtypes::klink "klink" ibtypes::klink "ibtypes::elink" ibtypes::elink "elink" ibtypes::elink "ibtypes::glink" ibtypes::glink "glink" ibtypes::glink "ibtypes::ilink" ibtypes::ilink "ilink" ibtypes::ilink "ibtypes::pathname-line-and-column" ibtypes::pathname-line-and-column "pathname-line-and-column" ibtypes::pathname-line-and-column "ibtypes::ipython-stack-frame" ibtypes::ipython-stack-frame "ipython-stack-frame" ibtypes::ipython-stack-frame "ibtypes::grep-single-file" ibtypes::grep-single-file "grep-single-file" ibtypes::grep-single-file "ibtypes::ripgrep-msg" ibtypes::ripgrep-msg "ripgrep-msg" ibtypes::ripgrep-msg "ibtypes::hyrolo-stuck-msg" ibtypes::hyrolo-stuck-msg "hyrolo-stuck-msg" ibtypes::hyrolo-stuck-msg "ibtypes::grep-msg" ibtypes::grep-msg "grep-msg" ibtypes::grep-msg "ibtypes::debugger-source" ibtypes::debugger-source "debugger-source" ibtypes::debugger-source "ibtypes::elisp-compiler-msg" ibtypes::elisp-compiler-msg "elisp-compiler-msg" ibtypes::elisp-compiler-msg "ibtypes::patch-msg" ibtypes::patch-msg "patch-msg" ibtypes::patch-msg "ibtypes::texinfo-ref" ibtypes::texinfo-ref "texinfo-ref" ibtypes::texinfo-ref "ibtypes::gnus-push-button" ibtypes::gnus-push-button "gnus-push-button" ibtypes::gnus-push-button "ibtypes::Info-node" ibtypes::Info-node "Info-node" ibtypes::Info-node "ibtypes::hyp-address" ibtypes::hyp-address "hyp-address" ibtypes::hyp-address "ibtypes::hyp-source" ibtypes::hyp-source "hyp-source" ibtypes::hyp-source "ibtypes::action" ibtypes::action "action" ibtypes::action "ibtypes::hywiki-existing-word" ibtypes::hywiki-existing-word "hywiki-existing-word" ibtypes::hywiki-existing-word "ibtypes::completion" ibtypes::completion "completion" ibtypes::completion "ibtypes::smerge" ibtypes::smerge "smerge" ibtypes::smerge "ibtypes::doc-id" ibtypes::doc-id "doc-id" ibtypes::doc-id)))

Documentation

Symbol table (hash table) of Hyperbole implicit button type symbols.

For each ibtype, there are two entries whose keys are strings: one with the ibtypes:: prefix and one without. The value for both keys is the Elisp symbol for the type, which includes the prefix.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hact.el
(defvar   symtable:ibtypes (symtable:create "ibtypes" 97)
  "Symbol table (hash table) of Hyperbole implicit button type symbols.
For each ibtype, there are two entries whose keys are strings: one
with the `ibtypes::' prefix and one without.  The value for both
keys is the Elisp symbol for the type, which includes the prefix.")