Questions tagged [x-window]
The x-window tag has no summary.
15 questions
1 vote
0 answers
160 views
How to compile emacs with xwidgets under windows MSYS2?
I am using MSYS2 MINGW64, when I try to run the ..\configure command, with amongst other options the --with-xwidgets option, when running the command I get the following error: "configure: error: ...
1 vote
0 answers
126 views
How can I execute synchronously a xdotool process in an Elisp function?
I want to perform a repetitive task using Emacs and another program (which, unfortunately, runs under X). I have then set up an elisp function and a xdotool script to do the two parts of the work. The ...
1 vote
2 answers
573 views
Detecting if Emacs is currently the active system window
I am faced with a specific problem: My elisp code, that reacts to DBus events, needs to know whether Emacs window it is currently running in has focus or not at the moment the event arrived. When ...
0 votes
0 answers
41 views
Receive windows manager notifications of display changes
Is there a way for emacs to receive display changes notification from the windows manager? I understand this might be an OS dependent question, so I'm particularly interested in the interaction ...
1 vote
1 answer
780 views
Launch EXWM only when no another WM or DE are being used
I use EXWM sometimes, but while i do appreciate it, i found myself using other WM and DE (either because i use my emacs config on another computer, since the config is in a usb stick, or other off-...
2 votes
0 answers
88 views
Emacs via X: how to use higher resolution fonts?
I have attached a screenshot of Emacs 24.5 running in X-Quartz in a Debian VM. Does anyone know how to configure Emacs to use higher resolution fonts? For instance, like the ones Mac Terminal.app is ...
1 vote
1 answer
2k views
How can I tell if emacs was built with X support?
Is there a variable like system-configuration-options that will provide the computed features of the running emacs? Specifically, I'm looking for X support (--with-x=yes|no). Ultimately I'm trying ...
3 votes
1 answer
863 views
Middle-click copy/paste link to Spacemacs in Helm Org Insert Link
I have just entered the Spacemacs ecosystem with no prior Emacs experience. I want to copy paste a link with my mouse from my X clipboard using middle-click in Spacemacs Org mode. I have selected the ...