From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii <eliz@gnu.org> Newsgroups: gmane.emacs.help Subject: Re: Changing string from completing-read to height for buffer-face-mode-invoke Date: Sun, 23 Jun 2024 14:30:29 +0300 Message-ID: <86pls7ew16.fsf@gnu.org> References: <nynqfikX8g4drMhnpROQ314HiDIV2Hj4sYSg52zBOlr2z7R_hkOYHFlblKinRanPv7FPefHPfBsDsW71XLAX5_3_xnDMmx8A0W1BscBabcg=@protonmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="17446"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun Jun 23 13:31:09 2024 Return-path: <help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org> Envelope-to: geh-help-gnu-emacs@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 <help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org>) id 1sLLR6-0004Nl-Si for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 23 Jun 2024 13:31:09 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from <help-gnu-emacs-bounces@gnu.org>) id 1sLLQb-00068P-NE; Sun, 23 Jun 2024 07:30:37 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <eliz@gnu.org>) id 1sLLQa-00068D-EN for help-gnu-emacs@gnu.org; Sun, 23 Jun 2024 07:30:36 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <eliz@gnu.org>) id 1sLLQa-0007Bk-51 for help-gnu-emacs@gnu.org; Sun, 23 Jun 2024 07:30:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=RmSDhPSSvCr4JPodSMpiZHBcXEn5OYJ9KYS2Be5mKH4=; b=R5ZoNWLT8i/2 LD3+B3CvWA6JMyUdQP5yg4xgpnwVahloJU1Tgu1nkBKxkWwkQphla952CpaxaEc8T7QnhV2/IWUvc WT1S1mO9eKfCPiKJdzPLMKg3Apd5etw7u/h0GZMBvTromcX7U1Z7AcAr1ZsgSTxUjIG471IfRwD0V CdfzE2P0VmXqtp/0NNtsMzR93eFQ9Cbj/HCkersSUwszvzoMweNRvVOEEUb6JBTDG6qnxr2hLLz3T 9rBuDJMBmYG9KjG5SJ86cQvck0HYXVpxuMz8MqjHilSkmp3YwVvdwqG9dEh+7xXfGkh8SVUrMQKWP 10jNZKRoOkfL3uDdAKoAcA==; In-Reply-To: <nynqfikX8g4drMhnpROQ314HiDIV2Hj4sYSg52zBOlr2z7R_hkOYHFlblKinRanPv7FPefHPfBsDsW71XLAX5_3_xnDMmx8A0W1BscBabcg=@protonmail.com> (message from Heime on Sun, 23 Jun 2024 10:36:30 +0000) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor <help-gnu-emacs.gnu.org> List-Unsubscribe: <https://lists.gnu.org/mailman/options/help-gnu-emacs>, <mailto:help-gnu-emacs-request@gnu.org?subject=unsubscribe> List-Archive: <https://lists.gnu.org/archive/html/help-gnu-emacs> List-Post: <mailto:help-gnu-emacs@gnu.org> List-Help: <mailto:help-gnu-emacs-request@gnu.org?subject=help> List-Subscribe: <https://lists.gnu.org/mailman/listinfo/help-gnu-emacs>, <mailto:help-gnu-emacs-request@gnu.org?subject=subscribe> Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:146953 Archived-At: <http://permalink.gmane.org/gmane.emacs.help/146953> > Date: Sun, 23 Jun 2024 10:36:30 +0000 > From: Heime <heimeborgia@protonmail.com> > > I am using the function falfont to change the font of a buffer or frame. > > Do I need to change face-height to an integer rather than keeping it as a string ? Yes.