Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #11861
| Path | csiph.com!optima2.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!usenet.stanford.edu!not-for-mail |
|---|---|
| From | Andreas Schwab <schwab@linux-m68k.org> |
| Newsgroups | gnu.bash.bug |
| Subject | Re: Proposed Prompt Escapes |
| Date | Tue, 10 Nov 2015 19:14:58 +0100 |
| Lines | 17 |
| Approved | bug-bash@gnu.org |
| Message-ID | <mailman.2073.1447179308.7904.bug-bash@gnu.org> (permalink) |
| References | <CANaoh6KA9Z3Uo_8qy-biaQx6MW1Z3h7DsC2uU-M=RTwrPPGBVA@mail.gmail.com> <CANaoh6LYNNr3spYPd0uLy-62Ho4S_bHn0OmPCDRjy4KOR4Pt-A@mail.gmail.com> <CANaoh6LVU_mPG-WqHXGE2x4ki2ai754TVUZP8FA2ym1EQbpZpw@mail.gmail.com> |
| NNTP-Posting-Host | lists.gnu.org |
| Mime-Version | 1.0 |
| Content-Type | text/plain |
| X-Trace | usenet.stanford.edu 1447179309 391 208.118.235.17 (10 Nov 2015 18:15:09 GMT) |
| X-Complaints-To | action@cs.stanford.edu |
| Cc | "bug-bash@gnu.org" <bug-bash@gnu.org> |
| To | Dennis Williamson <dennistwilliamson@gmail.com> |
| Envelope-to | bug-bash@gnu.org |
| X-Virus-Scanned | amavisd-new at mnet-online.de |
| X-Auth-Info | mFiebZwEwqgrkU4UWl3QGK4wI5AJapTClAq+SualflmNWzD86zQebt31S7xp5vwl |
| X-Yow | I am NOT a nut.... |
| In-Reply-To | <CANaoh6LVU_mPG-WqHXGE2x4ki2ai754TVUZP8FA2ym1EQbpZpw@mail.gmail.com> (Dennis Williamson's message of "Tue, 10 Nov 2015 11:21:14 -0600") |
| User-Agent | Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
| X-detected-operating-system | by eggs.gnu.org: GNU/Linux 3.x |
| X-Received-From | 212.18.0.9 |
| X-BeenThere | bug-bash@gnu.org |
| X-Mailman-Version | 2.1.14 |
| Precedence | list |
| List-Id | Bug reports for the GNU Bourne Again SHell <bug-bash.gnu.org> |
| List-Unsubscribe | <https://lists.gnu.org/mailman/options/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=unsubscribe> |
| List-Archive | <http://lists.gnu.org/archive/html/bug-bash> |
| List-Post | <mailto:bug-bash@gnu.org> |
| List-Help | <mailto:bug-bash-request@gnu.org?subject=help> |
| List-Subscribe | <https://lists.gnu.org/mailman/listinfo/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=subscribe> |
| Xref | csiph.com gnu.bash.bug:11861 |
Show key headers only | View raw
Dennis Williamson <dennistwilliamson@gmail.com> writes: > But wait, you don't need the intermediate step! It already works!!! > > prompt=$'\u, something about dominoes \U1F061 \@ ' You should quote the backslashes. prompt=$'\\u, something about dominoes \U1F061 \\@ ' Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."
Back to gnu.bash.bug | Previous | Next | Find similar | Unroll thread
Re: Proposed Prompt Escapes Andreas Schwab <schwab@linux-m68k.org> - 2015-11-10 19:14 +0100
csiph-web