From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 6084a743 for ; Tue, 13 Aug 2019 20:53:28 +0000 (UTC) Received: (qmail 24049 invoked by alias); 13 Aug 2019 20:53:23 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: X-Seq: 44660 Received: (qmail 21274 invoked by uid 1010); 13 Aug 2019 20:53:23 -0000 X-Qmail-Scanner-Diagnostics: from st43p00im-zteg10062001.me.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.101.2/25538. spamassassin: 3.4.2. Clear:RC:0(17.58.63.166):SA:0(-4.3/5.0):. Processed in 1.842828 secs); 13 Aug 2019 20:53:23 -0000 X-Envelope-From: whereislelouch@icloud.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at icloud.com designates 17.58.63.166 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=icloud.com; s=1a1hai; t=1565729567; bh=zYbbZKaBH5ihY20LTHR4QurvsPnSbgFXzzoUtDaNyRw=; h=Content-Type:Subject:From:Date:Message-Id:To; b=XBpyjTU9XNyT8t+f2DjwTcfWJ9kRtHOnwTd2/kO7L0qzp4XWWPmTJpMiSlVt7E27S FFvsLJWnvOE8J/WmdVUr3Vl/sU0P+AxpDE3fX03lmzYmkykcqGvQfDJj9nUR6IQqMi eloTYGbKlcKS2QWvC7iaWDDkM1xPzdNDQh2Osyvo+byAApWHqi6v45/w3KirK/bSuj OejrAuMSBwE/BnyZ01hll+H2EBLCOAVIRVeJKkE+85JZJUgm5zs+ocR4ElLppu6wJV WU0pXZMCyVpH8y34zV99EPzLfCEqxEM6SWtKYmIFcye+TdXCnaM4wqvs+PfNtOW03+ j7A/hEjbKt8dQ== Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (1.0) Subject: Re: [Feature Request] Adding option to support triple quotes From: Aryn Starr X-Mailer: iPad Mail (16F203) In-Reply-To: Date: Wed, 14 Aug 2019 01:22:42 +0430 Cc: zsh-workers@zsh.org Content-Transfer-Encoding: quoted-printable Message-Id: <299A7F92-323B-44C6-A910-8F99D19F90D4@icloud.com> References: <6EA30061-5610-4CCA-93FB-0A160E2002A3@icloud.com> To: Mikael Magnusson X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:,, definitions=2019-08-13_06:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1011 mlxscore=0 mlxlogscore=900 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1812120000 definitions=main-1908130199 Well, it feels much more natural (and readable) to do an `echo it\'s used by= RC_QUOTES` than put 4 single quotes together, but your point is taken. I do= n=E2=80=99t use this option, and I=E2=80=99m proposing the triple quotes as t= wo new options (for triple single quotes and triple double quotes). The triple quotes are a well-known, easy-to-use, copy-paste-friendly, and re= adable construct. They certainly can help make the shell more useable for a l= ot of us. > On Aug 13, 2019, at 1:36 PM, Mikael Magnusson wrote: >=20 > echo it''''s used by RC_QUOTES