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.help Subject: Re: Changing string from completing-read to height for buffer-face-mode-invoke Date: Sun, 23 Jun 2024 15:35:41 +0300 Message-ID: <86le2vet0i.fsf@gnu.org> References: <86pls7ew16.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28853"; 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 14:36:23 2024 Return-path: 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 ) id 1sLMSE-0007Gn-GS for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 23 Jun 2024 14:36:22 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sLMRf-0006Fr-3a; Sun, 23 Jun 2024 08:35:47 -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 ) id 1sLMRc-0006FP-Ol for help-gnu-emacs@gnu.org; Sun, 23 Jun 2024 08:35:44 -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 ) id 1sLMRc-0002fB-FB for help-gnu-emacs@gnu.org; Sun, 23 Jun 2024 08:35:44 -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=h5QQHcfq2sE34a+7qMjDonjJFt6/jktxQAA2ubTRRNw=; b=dR3uGnKBCx38 yGrIHmGB0vN0NgaEiZyIc4OPC6yk7RBWGg0cz2vz+Cm04d21OIN+7thZfzzkOsCeQdtaM7YIerxMK cASf8C6u/4wLxjoZlK/v53h/BESBYA4ClRlio+zqLl7Ja8HzhcIjugnwEzX6Dec+WK/MZduCuSxC2 xJ7qD3flWe5xMzaroV7Fy0O6Z6Etyy9FyfKzrbnZG3AdmLacF/EW/uhhiDd5F6X60d8trDeODbNJk 84DT+KYv4B7jRDPxRVWxk9ratEdcxzIhuRDdx8Ei1cQ2kArBHlrARXBgzGXE3S8DnZM5EphO8iVe1 nmcbUC9nvQ/rCR/DZwat1w==; In-Reply-To: (message from Heime on Sun, 23 Jun 2024 12:25:42 +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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-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:146955 Archived-At: > Date: Sun, 23 Jun 2024 12:25:42 +0000 > From: Heime > Cc: help-gnu-emacs@gnu.org > > > On Sunday, June 23rd, 2024 at 11:30 AM, Eli Zaretskii wrote: > > > > 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. > > What function would help me do the conversion ? string-to-number