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 19:19:13 +0000 Message-ID: References: <7926e15e-1cea-4f48-a724-127e9bf17cda@default> 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="9157"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Jean Louis , "help-gnu-emacs@gnu.org" , Stefan Kangas To: Drew Adams Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun Nov 01 20:19:58 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 1kZItR-0002Gb-Hk for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 01 Nov 2020 20:19:57 +0100 Original-Received: from localhost ([::1]:53562 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kZItQ-0008I3-FG for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 01 Nov 2020 14:19:56 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:42532) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kZIsw-0008H7-RT for help-gnu-emacs@gnu.org; Sun, 01 Nov 2020 14:19:28 -0500 Original-Received: from mail-03.mail-europe.com ([91.134.188.129]:49134) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kZIsu-00017B-CB for help-gnu-emacs@gnu.org; Sun, 01 Nov 2020 14:19:26 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1604258359; bh=42E2nTq7BSkhmuacaK/cZDrIetK8egvNAnktyEz9CLs=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=Bl5nWf8KuX3sMFB6uwWnqBFYcfwzdhb2GQ4MVhQDViL/pjWSzAZDOqigI6sE56vP9 ucg/xJG27INeZtpYaWmzhMPVC3/NShZ+6stOS4g99Dfrjqewf9My/sa0SHzQEvHVCS rHde7sFGGufYxi7FqyPWWxJrSLmcDMaWpG6RPm5I= In-Reply-To: Received-SPF: pass client-ip=91.134.188.129; envelope-from=jai-bholeki@protonmail.com; helo=mail-03.mail-europe.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/11/01 14:19:22 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham 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:124896 Archived-At: Fantastic =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 20:03, Drew Adams wrote: > > > > > (make-string 10 ?=3D) > > > > > > > > > > > Good heaven, I like to pass a character from a variable, ch say > > > > Good earth - > > (setq ch ?=3D) > > (make-string ch) > > Sorry - (make-string 42 ch).