Variable: xwidget-webkit-buffer-name-format

xwidget-webkit-buffer-name-format is a customizable variable defined in xwidget.el.gz.

Value

"*xwidget-webkit: %T*"

Documentation

Template for naming xwidget-webkit buffers.

It can use the following special constructs:

  %T -- the title of the Web page loaded by the xwidget.
  %U -- the URI of the Web page loaded by the xwidget.

This variable was added, or its default value changed, in Emacs 29.1.

Probably introduced at or before Emacs version 29.1.

Source Code

;; Defined in /usr/src/emacs/lisp/xwidget.el.gz
(defcustom xwidget-webkit-buffer-name-format "*xwidget-webkit: %T*"
  "Template for naming `xwidget-webkit' buffers.
It can use the following special constructs:

  %T -- the title of the Web page loaded by the xwidget.
  %U -- the URI of the Web page loaded by the xwidget."
  :type 'string
  :version "29.1")