bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#29713: 26.0; Provide completion for `make-frame-on-display'


From: Basil L. Contovounesios
Subject: bug#29713: 26.0; Provide completion for `make-frame-on-display'
Date: Wed, 24 Mar 2021 21:59:42 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Juri Linkov <juri@linkov.net> writes:

>> Maybe fall back to previous implementation replaced by x-display-list
>> in 0746a9e275d, i.e.
>>
>>   (if (fboundp 'x-display-list)
>>       (x-display-list)
>>     (delete-dups
>>      (mapcar (lambda (frame)
>>                (frame-parameter frame 'display))
>>              (frame-list))))
>
> Or maybe better to fall back to 'make-frame'?
> I.e. don't signal an error, don't ask a question,
> just create a new frame on the current display.
>
> So on --without-x builds, make-frame-on-display
> could be like an alias to make-frame.

I have no strong preference between this option or just signalling an
error in the interactive spec.  What do others think?

Thanks,

-- 
Basil





reply via email to

[Prev in Thread] Current Thread [Next in Thread]