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: Why are prompt expansions of %v sequences quoted in bindkey style?
Date: Tue, 23 Jan 2024 19:55:59 +0100	[thread overview]
Message-ID: <CAN=4vMrpw1JXfajfUttBZ9_==t9Rz-ZDA2ESSQoUVSZ3pObJWg@mail.gmail.com> (raw)
In-Reply-To: <93F17F14-8DF3-4D02-875F-A7BAE9BA6427@gmail.com>

On Tue, Jan 23, 2024 at 7:44 PM Marlon Richert <marlon.richert@gmail.com> wrote:
>
> I missed that a 2nd expansion was needed in my example, but that is easy to work around.
>
> However, the quoting seems to make it impossible to use $psvar for anything involving control characters.

This is correct and I believe intended. I appreciate this feature for
what it is and find it very useful.

> Is there no way to work around this?

These are the options if you want to use \e[2m within the prompt:

1. A static PS1 with \e[2m embedded directly in the value without indirection.
2. The same as above but the value of PS1 is set in precmd and thus
can change from command to command.
3. prompt_subst

There are no other options that I'm aware of.

Roman.


  reply	other threads:[~2024-01-23 18:57 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-23 11:03 Marlon Richert
2024-01-23 13:05 ` Roman Perepelitsa
2024-01-23 18:43   ` Marlon Richert
2024-01-23 18:55     ` Roman Perepelitsa [this message]
2024-01-23 19:15     ` Bart Schaefer
2024-01-23 20:21       ` Mikael Magnusson
2024-01-24  5:45         ` Marlon Richert
2024-01-24  8:53           ` Mikael Magnusson
2024-01-24 13:37             ` Marlon Richert
2024-01-24 19:35               ` Mikael Magnusson
2024-01-25  8:42                 ` Marlon Richert
2024-01-25  9:20                   ` Lawrence Velázquez
2024-01-25 16:16                     ` Mikael Magnusson

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=4vMrpw1JXfajfUttBZ9_==t9Rz-ZDA2ESSQoUVSZ3pObJWg@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).