Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

X-widget: Buffer is not being re-displayed #73

Closed
A6GibKm opened this issue Oct 16, 2020 · 3 comments
Closed

X-widget: Buffer is not being re-displayed #73

A6GibKm opened this issue Oct 16, 2020 · 3 comments

Comments

@A6GibKm
Copy link

A6GibKm commented Oct 16, 2020

Same setup of opening a file with xwidget as the previous two bugs. This time around run counsel-M-x to extend the buffer and the xwidget buffer will not be re displayed after quiting counsel-M-x.

Steps to reproduce:

With the following .emacs file

(require 'package)
(setq package-enable-at-startup nil)
(add-to-list 'package-archives '("melpa" . "http://melpa.org/packages/"))
(add-to-list 'package-archives '("gnu" . "http://elpa.gnu.org/packages/"))
(package-initialize)

(unless (package-installed-p 'use-package)
  (package-refresh-contents)
  (package-install 'use-package))

(eval-when-compile
  (require 'use-package))

(use-package counsel
  :ensure t)
  • Open a xwidget as (xwidget-webkit-browse-url "file://home/USERNAME/some.html")
  • Run counsel-M-x
  • Press C-g to cancel counsel

The counsel minibuffer should disappear and the xwidget should be re displayed, see screencast below.

Screencast from 10-16-2020 12:37:40 PM.zip

@A6GibKm
Copy link
Author

A6GibKm commented Oct 16, 2020

Not reproducible in the master branch of Emacs. Incidentaly, vanilla emacs is providing a way worse experience than pgtk due to some flashes of the previous buffer 🎉.

@A6GibKm
Copy link
Author

A6GibKm commented Oct 16, 2020

I think it should be possible to reproduce this using C-x C-b to list buffers. No need for the config or counsel.

@masm11
Copy link
Owner

masm11 commented Oct 16, 2020

confirmed with counsel-M-x and C-g.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants