unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* About rename xwidget-webkit-buffer-name-prefix
@ 2021-11-09 12:31 tumashu
  2021-11-09 12:34 ` Po Lu
  2021-11-10  6:33 ` Po Lu
  0 siblings, 2 replies; 16+ messages in thread
From: tumashu @ 2021-11-09 12:31 UTC (permalink / raw)
  To: emacs-devel@gnu.org

Hi:

xwidget-webkit-buffer-name-prefix only use the below code now: 
what about rename this variable to xwidget-webkit-buffer-name-format and set 
vaule to "*xwidget-webkit: %s*"? i


               (with-current-buffer (xwidget-buffer xwidget)
                 (setq xwidget-webkit--title title)
                 (force-mode-line-update)
                 (xwidget-log "webkit finished loading: %s" title)
                 ;; Do not adjust webkit size to window here, the
                 ;; selected window can be the mini-buffer window
                 ;; unwantedly.
                 (rename-buffer (concat xwidget-webkit-buffer-name-prefix
                                        title "*")
                                        
                                t)))))

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2021-11-11 10:26 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-09 12:31 About rename xwidget-webkit-buffer-name-prefix tumashu
2021-11-09 12:34 ` Po Lu
2021-11-10  6:33 ` Po Lu
2021-11-10  6:46   ` tumashu
2021-11-10  6:52     ` Po Lu
2021-11-10  6:54       ` Lars Ingebrigtsen
2021-11-10  8:16   ` [PATCH] xwidget: Add xwidget-webkit-buffer-name-format (Re:Re: About rename xwidget-webkit-buffer-name-prefix) tumashu
2021-11-10  9:32     ` Po Lu
2021-11-10  9:49       ` tumashu
2021-11-10  9:50         ` Po Lu
2021-11-10 13:54         ` Eli Zaretskii
2021-11-10 22:41           ` tumashu
2021-11-11  0:15           ` tumashu
2021-11-11  0:30           ` Po Lu
2021-11-11  6:54             ` Eli Zaretskii
2021-11-11 10:26         ` Po Lu

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).