zsh-users
 help / color / mirror / code / Atom feed
From: Roman Perepelitsa <roman.perepelitsa@gmail.com>
To: Marlon Richert <marlon.richert@gmail.com>
Cc: Zsh Users <zsh-users@zsh.org>
Subject: Re: Convert control characters to bindkey/quoted-insert -style escape sequences
Date: Wed, 24 Jan 2024 14:54:18 +0100	[thread overview]
Message-ID: <CAN=4vMrg-cChMgcNUo1EtA4NcYU2oDVv=3=Q465FTR0gHY0F+w@mail.gmail.com> (raw)
In-Reply-To: <CAHLkEDs7U3K+Ae14YLLNw6tcKQUtaBCWNnTiDgFr5QBn7CvEhA@mail.gmail.com>

On Wed, Jan 24, 2024 at 2:36 PM Marlon Richert <marlon.richert@gmail.com> wrote:
>
> I know I can convert control characters to $'...' -style escape sequences using ${(qqqq)...} or ${(q+)...} expansion.
>
> However, how can I convert control characters to bindkey/quoted-insert -style escape sequences?
>
> For example, I want to convert a newline character to ^M and not $'\n'
>
> Basically, I want the inverse of a ${(g:c:)...} expansion.

That thing with psvar that you described in another thread is
${(V)name}. It'll give you ^M (rather than \r) as you seem to want.
You are still going to get \n instead of ^J and \t instead of ^I. It's
pretty good in practice for what it is meant to do: make a string
presentable to humans. It's not particularly consistent with the
choice of C-escapes vs carets though.

I don't know if there is a way to encode special characters
exclusively through caret notation. This encoding is fairly simple, so
you could also do it manually if you need to.

Roman.


  reply	other threads:[~2024-01-24 13:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-24 13:35 Marlon Richert
2024-01-24 13:54 ` Roman Perepelitsa [this message]
2024-01-25  8:34   ` Marlon Richert
2024-01-24 23:21 ` Bart Schaefer

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='CAN=4vMrg-cChMgcNUo1EtA4NcYU2oDVv=3=Q465FTR0gHY0F+w@mail.gmail.com' \
    --to=roman.perepelitsa@gmail.com \
    --cc=marlon.richert@gmail.com \
    --cc=zsh-users@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).