Function: erc--parsed-prefix-key

erc--parsed-prefix-key is a byte-compiled function defined in erc-common.el.gz.

Signature

(erc--parsed-prefix-key erc--parsed-prefix-key X)

Documentation

Access slot "key" of erc--parsed-prefix(var)/erc--parsed-prefix(fun) struct X.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-common.el.gz
(cl-defstruct (erc--parsed-prefix (:include erc--isupport-data))
  "Server-local data for recognized membership-status prefixes.
Derived from the advertised \"PREFIX\" ISUPPORT parameter."
  ( letters "vhoaq" :type string
    :documentation "Status letters ranked lowest to highest.")
  ( statuses "+%@&~" :type string
    :documentation "Status prefixes ranked lowest to highest.")
  ( alist nil :type (list-of cons)
    :documentation "Alist of letters-prefix pairs."))