bug#3233: 23.0.93; [NS] Regression in x-display-pixel-width
Stefan Monnier <[email protected]>
| Newsgroups | gmane.emacs.bugs,gmane.emacs.pretest.bugs |
|---|---|
| Message-ID | <[email protected]> |
> It looks like the rewrite of (ns_get_screen) has some problems. In recent
> nightlies, the following code breaks:
> (x-display-pixel-width (frame-parameter (selected-frame) 'display))
> With:
> Wrong type argument: terminal-live-p, "electron.local"
> It worked as of 05/05,
As of 05/05 it treated any string as equivalent to nil, indeed.
Not sure if that qualifies as "worked". Can you point us to code that
is affected?
Stefan