-- 发自我的网易邮箱手机智能版


----- Original Message ----- From: "Po Lu" To: tumashu Cc: "emacs-devel@gnu.org" Sent: Wed, 10 Nov 2021 14:33:20 +0800 Subject: Re: About rename xwidget-webkit-buffer-name-prefix tumashu writes: > 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))))) Could you send a patch that makes these changes no patch at moment, :) do we only support title? xwidget-webkit-buffer-name-function or xwidget-webkit-buffer-name-format, which one is better?