From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Development Speed Date: Thu, 23 Dec 2021 16:37:54 +0200 Message-ID: <83k0fvv131.fsf@gnu.org> References: <83r1a4yfpt.fsf@gnu.org> <83zgoswq03.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3533"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: xenodasein@tutanota.de Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Dec 23 15:38:34 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1n0PEn-0000ik-Fk for ged-emacs-devel@m.gmane-mx.org; Thu, 23 Dec 2021 15:38:33 +0100 Original-Received: from localhost ([::1]:60248 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1n0PEm-0006Gd-4i for ged-emacs-devel@m.gmane-mx.org; Thu, 23 Dec 2021 09:38:32 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:52596) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n0PE4-0005a8-Fi for emacs-devel@gnu.org; Thu, 23 Dec 2021 09:37:48 -0500 Original-Received: from [2001:470:142:3::e] (port=58396 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n0PE4-0002mH-6k; Thu, 23 Dec 2021 09:37:48 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=fwd/30+AKvHTRbkEKjcCPZsbmB4fTv7rVmVXaCMPYNc=; b=HgLSGCoHzlT9tE89IVk+ JQMW01S68EJsZeWsuQ+BnjREnWhLesO9iiygEWmywImngS9Mo+gnUNHo5dTqdRgq53K0h5oXP3+H7 XDfO4/jsKAbj79jAM683nV3E1+OiRfkhwDb2NmgBuL/WP4XtNndTM01UHSHktJw46PqgGhbITLyr/ AlqG/ceMLx5PNUEWqCamD60XsO6wrGWOr5CQ85h+fwfF6BIxj10Ws4sGOMVFdalPDECeHexHQlVkq ogsXQmqZj/9GVNqNJZWgDPHpP3K9ekwO/DUZtdfjaEEwdK0SUcwqEDvUhlp1aKQX2ZVJ0hnX4PptO J5f9kaV5wvWx3g==; Original-Received: from [87.69.77.57] (port=2073 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1n0PE4-0003GN-4A; Thu, 23 Dec 2021 09:37:48 -0500 In-Reply-To: (xenodasein@tutanota.de) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:282961 Archived-At: > Date: Thu, 23 Dec 2021 14:57:33 +0100 (CET) > From: xenodasein@tutanota.de > Cc: emacs-devel@gnu.org > > > How did you try doing that?  Can you show some simple Lisp that I > > could try? > > I don't have it anymore but AFAIR I tried to create a frame using the > attribute (minibuffer . only).  I also vaguely remember Elisp manual > mentioning that it won't work on a text terminal, but forgot where it > is. Then I think this is the expected behavior: Emacs in general silently ignores frame parameters that the frame or the display don't support. It's a general behavior trait wrt frame parameters.