From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ishi soichi Newsgroups: gmane.emacs.help Subject: creating horizontal array Date: Sat, 17 Nov 2012 15:44:19 +0900 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=e89a8f646fa9babb1c04ceab364c X-Trace: ger.gmane.org 1353134672 19099 80.91.229.3 (17 Nov 2012 06:44:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 17 Nov 2012 06:44:32 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Nov 17 07:44:43 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TZc8v-0001mQ-Pm for geh-help-gnu-emacs@m.gmane.org; Sat, 17 Nov 2012 07:44:41 +0100 Original-Received: from localhost ([::1]:35413 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZc8l-0007oh-Nc for geh-help-gnu-emacs@m.gmane.org; Sat, 17 Nov 2012 01:44:31 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:38447) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZc8e-0007oc-Cx for help-gnu-emacs@gnu.org; Sat, 17 Nov 2012 01:44:27 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TZc8b-0006Im-B3 for help-gnu-emacs@gnu.org; Sat, 17 Nov 2012 01:44:24 -0500 Original-Received: from mail-ee0-f41.google.com ([74.125.83.41]:48254) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TZc8b-0006Ii-3h for help-gnu-emacs@gnu.org; Sat, 17 Nov 2012 01:44:21 -0500 Original-Received: by mail-ee0-f41.google.com with SMTP id d41so2357585eek.0 for ; Fri, 16 Nov 2012 22:44:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=W/T/4RAUTQFM8K8w0fW77BtbOkaMlut+U4Huu+cLUyg=; b=SUhHz+/rgkqEMMsLpxTkHBF3K0NR2SKzAqyIo0VzUSbgnaTCNUVGf3Lo2bS2IX2kUb U04bS7vQ/bL6xjaFCMmFMyC+Qw/v7THwcg1JloDGwaLXjIddXHt+4Nl5+NyiaTQ/GXGa bgfd4wy/Y7uxwNcXU0r2tdP+XBshRONIlSpKGEOj0UvTVMBL62Uap9sIQHjfuIIygGdc FHhZHukmyci6HY4mKNTCwQT9fLJKEQwaaXA25K3mfdKhIDbnv/lnQTdxLHxeu1YcXODC M0NSNaAIVk2a6opPgk1u8hgAQByZ1fDGFr944MAJz3vnvhemdj43GWO/C/B7rrf5/qch SV1A== Original-Received: by 10.14.210.200 with SMTP id u48mr4042596eeo.29.1353134659779; Fri, 16 Nov 2012 22:44:19 -0800 (PST) Original-Received: by 10.14.213.201 with HTTP; Fri, 16 Nov 2012 22:44:19 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 74.125.83.41 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:87736 Archived-At: --e89a8f646fa9babb1c04ceab364c Content-Type: text/plain; charset=ISO-8859-1 Hi. I have a general question about Emacs functionality. Is there a convenient way to produce an array like, tmp_arry = ["Toyota", "Honda", "Nissan", "VolksW", "Ford"] ? I am looking for an easy way to achieve this like cua-mode for a[0] = "this1" a[1] = "this2" a[2] = "this3" ... soichi --e89a8f646fa9babb1c04ceab364c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi. I have a general question about Emacs functionality.

Is there a convenient way to produce an array like,=A0

tmp_arry =3D ["Toyota", "Honda", "Nissan&quo= t;, "VolksW", "Ford"]

?

I am looking for an easy way= to achieve this like cua-mode for

a[0] =3D "= this1"
a[1] =3D "this2"
a[2] =3D "t= his3"
...

soichi
--e89a8f646fa9babb1c04ceab364c--