Authentication-Results: mail-b.sr.ht; dkim=pass header.d=cosine.blue header.i=@cosine.blue Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by mail-b.sr.ht (Postfix) with ESMTPS id 7ECDA11F017 for <~chambln/public-inbox@lists.sr.ht>; Tue, 14 Sep 2021 01:25:46 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cosine.blue; s=key1; t=1631582359; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=eMltRX+I6vKgyEVHehK66P1xtxD2TcsUjmub3CMbH1E=; b=hnISjzGu3E+bwzB/g7/j8ClM5wGPz4AnHC0JGaxp1TyWjJ/L3L2GkFPu08UI8wvxlMBQd+ K5bR0dstcLlwj1StxP0++9OI6B+zAqDARxF7QPdrCoFrKoIJGzRjX3KwIZloHmL86+lorp EUVWm4t62AwalQu3wiMwmFL+fiaLoXa88jSOghXJr6hbRH6EMUFmrGEnwoNl8DaLAXzcS4 OshdQDNIgXMPgJGihsxWZ3xcv6+SzJWL73FdSTykB4+gPbshb48kUFE7CIGZhQUfRv6+u8 RJEmKsKZ3cmPhoQ8aB6kcNxo7XwNquYB6xjd/Vw9wfO+KvneEEXatVdo8+LGlA== From: Gregory Chamberlain To: Alex Cc: ~chambln/public-inbox@lists.sr.ht Subject: Re: How to Pronounce Any English Word In-Reply-To: <8915eb6c-8d58-4e1b-a1b8-ee037674ec7d@www.fastmail.com> (Alex's message of "Mon, 13 Sep 2021 17:55:39 +0300") References: <8ed0e252-b657-4550-ae21-c6d4d49db9fa@www.fastmail.com> <87y281eh34.fsf@debian-BULLSEYE-live-builder-AMD64> <7d9070d5-af42-4eb3-a609-7c993c12fd83@www.fastmail.com> <87ilz48t8q.fsf@debian-BULLSEYE-live-builder-AMD64> <8915eb6c-8d58-4e1b-a1b8-ee037674ec7d@www.fastmail.com> Date: Tue, 14 Sep 2021 02:19:17 +0100 Message-ID: <87k0jkgdii.fsf@sp5.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: greg@cosine.blue Alex writes: > I used this plugin https://github.com/dahu/vim-ipa for something, and > it was pretty handy. But it has a dependency on a base library from > the same author, so I wanted to find something lighter than that. But > it was a pretty smooth experience and I really like the > approach. Gonna use it again. > > As for piping input/output, I'm on Windows, which probably complicates > things. If vim-ipa is what you=E2=80=99re comfortable using, that=E2=80=99s great. It looks like it works by converting a selected region of the buffer, which is exactly what I had in mind for this sed program, except that it would work with any editor that supports piping through an external program. The ASCII conversion table used by vim-ipa would be a good standard to follow for such a program. I may try writing it! Should be fairly straightforward. > Emacs for me is like changing a keyboard layout to Dvorak or Colemak - > totally worth it, but there are so much things to spend time on, at > least sometimes. But it's good to know what else is there. :) Yes, there is certainly an adjustment period but if you *do* want to try Emacs then don=E2=80=99t let that stop you. Plenty of people get by using evil-mode 99% of the time and learning just enough of the standard key bindings to get around. - Greg