From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: uzibalqa Newsgroups: gmane.emacs.help Subject: Re: Automatically make a table with 16 columns Date: Fri, 16 Sep 2022 20:46:15 +0000 Message-ID: References: <0FqhyfPGEsAlLew9v1QoB3ayWoSNoweh2BlOVnLG2--8ameVfHGKFfmJX1iaa_cvuedCiy0jt07_C_zSTvi14360Uf-pvWoLGc5sfXaebGs=@proton.me> 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="6170"; mail-complaints-to="usenet@ciao.gmane.io" Cc: uzibalqa via Users list for the GNU Emacs text editor To: Jean Louis Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Fri Sep 16 22:47:56 2022 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 1oZIFf-0001RM-0w for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 16 Sep 2022 22:47:55 +0200 Original-Received: from localhost ([::1]:36872 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oZIFe-0003Sg-2x for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 16 Sep 2022 16:47:54 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:42524) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oZIEP-0003Mi-3Y for help-gnu-emacs@gnu.org; Fri, 16 Sep 2022 16:46:38 -0400 Original-Received: from mail-4027.protonmail.ch ([185.70.40.27]:54267) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oZIEL-0005j3-2k for help-gnu-emacs@gnu.org; Fri, 16 Sep 2022 16:46:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proton.me; s=yswv7bhrpbfahags3dr7ilpnqm.protonmail; t=1663361188; x=1663620388; bh=SILzDFWmwgMHiXVeljTnFn6iXQoku7LKBnUUFtrEO1E=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID; b=G0prls+atlKfH8kQp61SVn35bmmjg8bqI/O8p+exy2vz7XtF7vfO6KvfHyPGDKJ01 GFwyuvABX+ej/yv3itv1SUW9i+eVjaQ3Pun3ZLqO04l1jRpVwP8hZEQT8s25kFBUm0 V+l9Af4kAnDM6jKBlDjoP5kSO+mVfA0Q+vT/sERj3925OaD4HtqFn9NvR60JhHokgE 5QSzd6EkXJw8nQc+/awlUrBSzr4i74FRGNK4Nnh64qNiAkIjTyQc5lr+pmEq9a3Sni j+Lp2ho06yHhG4i85Yz3w6ApueiNrmH+8XaeCwyM75/X7Lc7l++8ppRTdsi5UiDm3v 8x5062aGke7Nw== In-Reply-To: Feedback-ID: 52887082:user:proton Received-SPF: pass client-ip=185.70.40.27; envelope-from=uzibalqa@proton.me; helo=mail-4027.protonmail.ch 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, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_PASS=-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.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" Xref: news.gmane.io gmane.emacs.help:139543 Archived-At: ------- Original Message ------- On Friday, September 16th, 2022 at 10:23 AM, Jean Louis = wrote: > * uzibalqa uzibalqa@proton.me [2022-09-16 12:08]: >=20 > > > Just populate by hand into function, and use function later to > > > duplicate it. > >=20 > > What do you mean, populate it by hand? How do you populate a table? >=20 >=20 > Type it into the table. >=20 > | 1 | 2 | 3 | etc. | >=20 > and make it string: >=20 > "| 1 | 2 | 3 | etc. |" >=20 > and use function to return the string. The plan is not to type it directly into the buffer displaying the table, b= ut to have a function call that makes and populates the table using a template, w= ith=20 some entries not populated for input by the user.