Skip to content
Prev 14932 / 15075 Next

quartz hanging

I have been using quartz from inside Emacs for a long time and I basically
never (or at least very rarely) have any issues. I rarely use XQuartz and
never with R installed on my local machine (mostly to start X windows from
a remote server). There is a way to configure the default device in R, so I
would try to start the quartz device manually with
  R> quartz()
  R> plot(1:10)
and check that is the same as
  R> plot(1:10)
to rule out any configuration issues and make sure we're talking about the
same device.

Are you compiling R from source or are you using the CRAN binaries? That
might have an impact.

Best,
Kasper
On Sun, Jun 1, 2025 at 8:26?AM <bill+rsigmac at 8pawexpress.com> wrote: