emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: About rename xwidget-webkit-buffer-name-prefix


From: Po Lu
Subject: Re: About rename xwidget-webkit-buffer-name-prefix
Date: Tue, 09 Nov 2021 20:34:27 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.60 (gnu/linux)

tumashu <tumashu@163.com> writes:

> 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)))))

That's alright by me, but could you perhaps give me a day or 2 to finish
the tests I've been working on, before making this change?

Thanks.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]