all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Po Lu <luangruo@yahoo.com>
To: tumashu <tumashu@163.com>
Cc: "emacs-devel@gnu.org" <emacs-devel@gnu.org>
Subject: Re: [PATCH] xwidget.el: limit buffer-name flicker in mode-line.
Date: Mon, 08 Nov 2021 14:59:30 +0800	[thread overview]
Message-ID: <874k8np1yl.fsf@yahoo.com> (raw)
In-Reply-To: <526b3383.3e9d.17cfe53b89c.Coremail.tumashu@163.com> (tumashu@163.com's message of "Mon, 8 Nov 2021 14:54:32 +0800 (CST)")

tumashu  <tumashu@163.com> writes:

> Do you mean create a new group like below?
>
> (defgroup xwidget-webkit nil
>   "Displaying webkit xwidgets in Emacs buffers."
>   :group 'xwidget)
>

Something closer to:

  (defgroup xwidget-webkit nil
    "Displaying webkit xwidgets in Emacs buffers."
    :version "29.1"
    :group 'web
    :prefix "xwidget-webkit-")

Thanks.



  reply	other threads:[~2021-11-08  6:59 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-08  6:23 [PATCH] xwidget.el: limit buffer-name flicker in mode-line tumashu
2021-11-08  6:27 ` Po Lu
2021-11-08  6:32   ` tumashu
2021-11-08  6:40     ` Po Lu
2021-11-08  6:54       ` tumashu
2021-11-08  6:59         ` Po Lu [this message]
2021-11-08  7:06           ` tumashu
2021-11-09  3:53             ` Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874k8np1yl.fsf@yahoo.com \
    --to=luangruo@yahoo.com \
    --cc=emacs-devel@gnu.org \
    --cc=tumashu@163.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.