From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: jai-bholeki Newsgroups: gmane.emacs.help Subject: Re: Passing character ch to make-string Date: Sun, 01 Nov 2020 18:53:08 +0000 Message-ID: References: Reply-To: jai-bholeki Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19676"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Stefan Kangas , "help-gnu-emacs@gnu.org" To: Jean Louis Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun Nov 01 19:53:47 2020 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 1kZIU7-00052I-D0 for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 01 Nov 2020 19:53:47 +0100 Original-Received: from localhost ([::1]:60582 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kZIU6-00064t-El for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 01 Nov 2020 13:53:46 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37994) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kZITj-00060i-9w for help-gnu-emacs@gnu.org; Sun, 01 Nov 2020 13:53:23 -0500 Original-Received: from mail-40141.protonmail.ch ([185.70.40.141]:29812) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kZITh-0006PE-0B for help-gnu-emacs@gnu.org; Sun, 01 Nov 2020 13:53:22 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1604256798; bh=xd0oQKJDSFNXgwMOj+NjUmLjguQtOn7EeGO4lWbDGrg=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=IY/HODhxgShj8gdhECTaFIGA2hbuKrM9vxRK4dCOlhtDGjok1SGYticp/jpp1iG2n nLvLNNrCaqZhC490SDOVz+HVR/ESiWtlnoZKABymYqsiyim9yn7aGNwQZxCn0JmleL F3YEd0Zfgb36VN7B+4vN/AwaaFWz1VKJ5NGvzIYQ= In-Reply-To: Received-SPF: pass client-ip=185.70.40.141; envelope-from=jai-bholeki@protonmail.com; helo=mail-40141.protonmail.ch X-detected-operating-system: by eggs.gnu.org: First seen = 2020/11/01 13:53:18 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] X-Spam_score_int: -10 X-Spam_score: -1.1 X-Spam_bar: - X-Spam_report: (-1.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, FREEMAIL_REPLYTO=1, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.io gmane.emacs.help:124890 Archived-At: > > (make-string 10 ?=3D) Good heaven, I like to pass a character from a variable, ch say =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Original Me= ssage =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 On Sunday, 1 November 2020 19:48, Jean Louis wrote: > - Stefan Kangas stefankangas@gmail.com [2020-11-01 21:41]: > > > Jean Louis bugs@gnu.support writes: > > > > > (make-string 10 (string-to-char "=3D")) > > > > Also known as: > > > > (make-string 10 ?=3D) > > > > Until now I did not know. Thanks. > > ------------------------------------ > > There are 50 messages yet in my incoming mailbox.