all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* emacs xwidget build with exwm
@ 2021-04-07 22:18 Phil
  2021-04-10 23:33 ` Phil
  0 siblings, 1 reply; 2+ messages in thread
From: Phil @ 2021-04-07 22:18 UTC (permalink / raw)
  To: help-guix

Hi all,

I'm using latest GuixSD.

I modified my /etc/config.scm in the hope of configuring exwm as my window
manager, but with xwidget support see below - "emacs" has been changed to "emacs-xwidgets".

However with this in place I still get errors saying emacs was not
 compiled with xwidget support when I slect exwm at the login screen.

emacs-xwidget works when installed in a different WM (eg Gnome or MATE) inside my
default profile.  However I note the rendering of the HTML is often
badly positioned with the right hand part of the window completely cut-off - I
don't see this on the same computer running Ubuntu+emacs, so it is
somehow broadly related to my guix config, I guess?


 (packages
  (append
   (list (specification->package "emacs-xwidgets")
         (specification->package "emacs-exwm")
         (specification->package
          "emacs-desktop-environment")
         (specification->package "nss-certs"))
   %base-packages))


Any ideas how to configure xwidgets as exwm, and/or any ideas who to resolve bad
placement/rendering of xwidgets within buffer?


Thanks,
Phil.


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

end of thread, other threads:[~2021-04-10 23:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-07 22:18 emacs xwidget build with exwm Phil
2021-04-10 23:33 ` Phil

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.