From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 2/2] doc: Use an approximation to the IPA except for plain output. Date: Fri, 24 Feb 2017 13:24:47 -0500 Message-ID: <20170224182447.GB11732@jasmine> References: <1487765072-32603-1-git-send-email-jmd@gnu.org> <1487765072-32603-3-git-send-email-jmd@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52468) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1chKXz-000584-VL for guix-devel@gnu.org; Fri, 24 Feb 2017 13:24:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1chKXw-0006JS-SC for guix-devel@gnu.org; Fri, 24 Feb 2017 13:24:51 -0500 Content-Disposition: inline In-Reply-To: <1487765072-32603-3-git-send-email-jmd@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: John Darrington Cc: guix-devel@gnu.org On Wed, Feb 22, 2017 at 01:04:32PM +0100, John Darrington wrote: > * doc/guix.texi (Introduction): Don't use the IPA on > systems which have no hope of rendering it. > --- > doc/guix.texi | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/doc/guix.texi b/doc/guix.texi > index 6cdb5e592..614cba75a 100644 > --- a/doc/guix.texi > +++ b/doc/guix.texi > @@ -256,7 +256,8 @@ Coding Style > @chapter Introduction > > @cindex purpose > -GNU Guix@footnote{``Guix'' is pronounced like ``geeks'', or ``ɡiːks'' > +GNU Guix@footnote{``Guix'' is pronounced like ``geeks'', or > +@inlinefmtifelse{plain,`ɡiːks'',``gi:ks''} > using the international phonetic alphabet (IPA).} is a package > management tool for the GNU system. Guix makes it easy for unprivileged > users to install, upgrade, or remove packages, to roll back to a Thanks!