zsh-workers
 help / color / mirror / code / Atom feed
From: "joão marcos pereira bezerra" <marcospb19@hotmail.com>
To: Roman Perepelitsa <roman.perepelitsa@gmail.com>,
	Peter Stephenson <p.stephenson@samsung.com>
Cc: Zsh hackers list <zsh-workers@zsh.org>
Subject: Re: Issue with string slices
Date: Mon, 17 Jun 2019 16:15:32 +0000	[thread overview]
Message-ID: <RO1P152MB08413B7B5891486AB2C5E650D4EB0@RO1P152MB0841.LAMP152.PROD.OUTLOOK.COM> (raw)
In-Reply-To: <CAN=4vMraKuGp0=Rs839sD+BdGhpo6kmpoeL9+kRy4_gOJ53-wA@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 634 bytes --]

Thanks guys, i was unsure if i should report this issue

Get Outlook for Android<https://aka.ms/ghei36>

________________________________
From: Roman Perepelitsa <roman.perepelitsa@gmail.com>
Sent: Monday, June 17, 2019 6:05:32 AM
To: Peter Stephenson
Cc: Zsh hackers list; joão marcos pereira bezerra
Subject: Re: Issue with string slices

To print $something as is, use one of these forms:

  echo -nE - "$something"
  print -nr -- "$something"
  printf '%s' "$something"

The first two are ZSH specific, the last is portable. ZSH also allows
you to omit quotes here unless SH_WORD_SPLIT option is set.

Roman.

  reply	other threads:[~2019-06-17 16:16 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20190617083759epcas1p11383850c11184f54e3a0b822c9ea12e6@epcas1p1.samsung.com>
2019-06-17  8:36 ` joão marcos pereira bezerra
2019-06-17  8:51   ` Peter Stephenson
2019-06-17  9:05     ` Roman Perepelitsa
2019-06-17 16:15       ` joão marcos pereira bezerra [this message]
2019-06-18 18:12       ` Stephane Chazelas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=RO1P152MB08413B7B5891486AB2C5E650D4EB0@RO1P152MB0841.LAMP152.PROD.OUTLOOK.COM \
    --to=marcospb19@hotmail.com \
    --cc=p.stephenson@samsung.com \
    --cc=roman.perepelitsa@gmail.com \
    --cc=zsh-workers@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).