From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 21158 invoked from network); 14 May 2020 17:56:14 -0000 Received: from ns1.primenet.com.au (HELO primenet.com.au) (203.24.36.2) by inbox.vuxu.org with ESMTPUTF8; 14 May 2020 17:56:14 -0000 Received: (qmail 4604 invoked by alias); 14 May 2020 17:56:00 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: List-Unsubscribe: X-Seq: 24833 Received: (qmail 20126 invoked by uid 1010); 14 May 2020 17:56:00 -0000 X-Qmail-Scanner-Diagnostics: from mail-ot1-f49.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.2/25807. spamassassin: 3.4.4. Clear:RC:0(209.85.210.49):SA:0(-1.9/5.0):. Processed in 3.090317 secs); 14 May 2020 17:56:00 -0000 X-Envelope-From: schaefer@brasslantern.com X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.210.49 as permitted sender) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=LYVOfZU49VXrNV4nVN5FF72hBXhcSVrr1C8/jP9WAEw=; b=UZnzCTIvSyGccncgfiUjjjsYx6gQ4yTW2gYHpz5Lml2Y39M1RKHhYktOnN4EKFisca oDA4eTSbQoNHuZTLYpd+dgQEgrV25AWNqeJ35xuzuCFcNe/7giEcIdM4kpcaAVE6PAHU PaKdwtInDLGMgXte3JuPMsLo8XCLnBmd20j4Pk5tz0QjKCkWZ0/8KlwuKzAyRDf0zPzK wO1K5KWHq9I93RqNbWyrGYbpYiYhooDZRBGNQit7w8dMaH2+warV/bwsRpHG0lDGDQLo uizkU+RbNvNUu8g/XAVVKBE7RhZpN8JtS9IBQoP86MA8aqtMsOroH/6R4XOaFmN9HxjW bZfQ== X-Gm-Message-State: AOAM533Aucki5dyLmr+4524un8Dy0UGsCy6GcArkCLXwhAF+008l6gbY e+Vk2JD+uFKcYWx5Ps0mO8CMBaMlK3dM/ipNLAOMww== X-Google-Smtp-Source: ABdhPJxsMmabGs4tqRtEZO7wTHW6Bt3GA0C28XwoDg1a/5n8hEhEQf9lDzQeE7Qo+LIVr7V/E+GmtkVfaN7cYmplThY= X-Received: by 2002:a9d:20e7:: with SMTP id x94mr4802963ota.260.1589478923260; Thu, 14 May 2020 10:55:23 -0700 (PDT) MIME-Version: 1.0 References: <00DD587E-134E-46AE-8416-DB858F6ABD06@covisp.net> <2475C365-C62B-48DE-AC8A-3866E2DAEEEC@covisp.net> In-Reply-To: <2475C365-C62B-48DE-AC8A-3866E2DAEEEC@covisp.net> From: Bart Schaefer Date: Thu, 14 May 2020 10:55:12 -0700 Message-ID: Subject: Re: Prompts with emoji issues To: Lewis Butler Cc: Zsh Users Content-Type: multipart/alternative; boundary="00000000000099942905a59f6633" --00000000000099942905a59f6633 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Thu, May 14, 2020 at 2:52 AM Lewis Butler wrote: > > > Firstly, if that's a literal copy-and-paste, you've written percent > open-paren rather than percent open-brace. > > Typo. > Please copy-paste rather than type things in. Aside from that obvious typo, your double-quotes are coming through as unicode curly-quotes, and sometimes your single-quotes are unicode apostrophes. This makes it painful to use your examples as test cases. > There's also the possibility of interference by something you haven't > mentioned, such as an RPROMPT setting. > > That is the entirety of the file, barring comments. > Yes, but that's obviously not the ONLY file, since you are loading OMZ, and goodness only knows what is coming in from there. > oh-my-Zsh updates frequently so if I do not currently have the latest > version I am no more than a day or two out of date. This is not the list on which to be debugging OMZ problems. If you can't reproduce the issue when using ... zsh -f % autoload colors % colors % setopt promptsubst % function toon { > echo -n "%{=F0=9F=91=B9%2G%}" > } % PROMPT=3D$'$(toon) %{$fg_bold[red]%}%n@%m %{$fg_bold[green]%}# ' ... then you should pursue this elsewhere, as an OMZ problem. > Zsh versions are "5.7.1 (x86_64-apple-darwin19.0)" and "zsh 5.8 > (i386-portbld-freebsd12.1)", but this problem has been consistently > inconsistent since last fall. > Those are at least recent enough that it should be OK. > I=E2=80=99ll try playing around with a new user account on the off chance= there is > some odd setting in my Terminal.app preferences. > A good next step in any case. --00000000000099942905a59f6633--