emacs-devel
[Top][All Lists]
Advanced

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

Re:Re: xwidget-webkit-browse-url run error (newest xwidget code).


From: tumashu
Subject: Re:Re: xwidget-webkit-browse-url run error (newest xwidget code).
Date: Sun, 7 Nov 2021 21:14:45 +0800 (CST)

How to remove fringes of xwidget window? I try the below code, seem to not work.

(add-hook 'xwidget-webkit-mode-hook
          #'eh-xwidget-webkit-mode-hook)

(defun eh-xwidget-webkit-mode-hook ()
  (setq-local left-fringe-width 0)
  (setq-local right-fringe-width 0))



At 2021-11-07 20:25:35, "Po Lu" <luangruo@yahoo.com> wrote:
>tumashu  <tumashu@163.com> writes:
>
>> works, but it will split and open page in another window :-)
>
>That's intended behavior.  You'll notice that Baidu also opens search
>results in a new tab, in other browsers.
>
>Lars, could you install this patch?  Thanks.

reply via email to

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