emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: RFC: String interpolation


From: Paul Eggert
Subject: Re: RFC: String interpolation
Date: Mon, 12 Dec 2016 15:40:52 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1

Attached is a proposed patch to implement string interpolation in 'format' and friends. It uses gotos; although I could rewrite it to use flags instead, that would bloat the patch considerably and the surrounding code is already goto-plagued. It needs documentation of course (which will be more work than the code, I expect ...).

Attachment: 0001-Add-string-interpolation-to-format.patch
Description: Source code patch


reply via email to

[Prev in Thread] Current Thread [Next in Thread]