www.delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2025/08/05/10:14:15

DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 575EEEaS2117111
Authentication-Results: delorie.com; dmarc=pass (p=none dis=none) header.from=cygwin.com
Authentication-Results: delorie.com; spf=pass smtp.mailfrom=cygwin.com
DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 575EEEaS2117111
Authentication-Results: delorie.com;
dkim=pass (1024-bit key, unprotected) header.d=cygwin.com header.i=@cygwin.com header.a=rsa-sha256 header.s=default header.b=lbqqqSbQ
X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C39993858C41
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1754403252;
bh=z2rDrjwWiaHOlHC+xFt8JKIZpGygNAW3ykVGJOkilk8=;
h=Date:To:Subject:In-Reply-To:References:List-Id:List-Unsubscribe:
List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:
From;
b=lbqqqSbQmbf4JbZ0D5sp7lzPiXoEWYdlyxbUGk4EIMpFURPbLKmwjdTSSErui2Qu6
y1xj4xaaCOKsI1EIZyvPmyZWmQME0gzoQ7izT9AG8el1kc5TNI9+3zKEoPyzyPqW7S
kFIQgkpzB/4FNoDO4sH6+FcYuhZP+oGF87e4DzWs=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org DF3273858D37
ARC-Filter: OpenARC Filter v1.0.0 sourceware.org DF3273858D37
ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1754403193; cv=none;
b=L/UcBjJ8zJ76ew5dcXFgCru1KEHgtGn44W0O3qCv1aNef2t/VidWyJRvXtl/Rioxfc/2tMJRpkbIyN8ZksnFJt2d8FwwLDP+KbcPjo1nOvu9aqHwqcVJOQvJEl0aZxY/hIF/0rvInSx1eHAu6fwo6HsIs78q0qYYmYddpgvDsOQ=
ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key;
t=1754403193; c=relaxed/simple;
bh=I2Jp35cjXGUNaVlGtJ1G6DkpChN+wVdsjgwueOaYBbA=;
h=DKIM-Signature:Date:Message-Id:To:Subject:From:Mime-Version;
b=roqF8OLCfUGHefR4NYJ7Mo4CEb11wwKN72xJdBLZtHe02JWNhdIkHo3aIIfMl1K4p1QRpvzlYaxrsCvE4Y4zn3qHxoB95cQw/wYmzDBk57t26iyorBsfsSuL2jFhlu2yPR77r0xkN8jd8PCj5RwNBG14ISniZQGdQEbzKOYTqNE=
ARC-Authentication-Results: i=1; server2.sourceware.org
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DF3273858D37
X-Virus-Status: Clean
X-Virus-Scanned: clamav-milter 1.4.3 at eastasia.home.utahime.org
Date: Tue, 05 Aug 2025 23:12:45 +0900 (JST)
Message-Id: <20250805.231245.1567252123169463846.yasu@utahime.org>
To: cygwin AT cygwin DOT com
Subject: Re: [PATCH] emacs-anthy outdated
In-Reply-To: <b4mpldbbn4a.fsf@jpl.org>
References: <b4mpldbbn4a DOT fsf AT jpl DOT org>
X-Mailer: Mew version 6.10 on Emacs 31.0.50
Mime-Version: 1.0
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.30
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: Yasuhiro Kimura via Cygwin <cygwin AT cygwin DOT com>
Reply-To: Yasuhiro Kimura <yasu AT utahime DOT org>
Errors-To: cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com>

From: Katsumi Yamaoka via Cygwin <cygwin AT cygwin DOT com>
Subject: [PATCH] emacs-anthy outdated
Date: Mon, 04 Aug 2025 15:46:13 +0900

>   The emacs-anthy package, that runs with the anthy package, is
> probably one of the easiest ways to do writing Japanese text
> with Emacs even now.  A thing a user needs to add to the Emacs
> init file is just: (require 'anthy)
>   However, some modules are outdated and do not work with the
> modern Emacs like what Cygwin distributes.  So, I post a minimal
> patch to make the emacs-anthy package work.  Where `minimal'
> means that it doesn't contain feature modifications of any kind,
> and leaves some warnings that Emacs issues when compiling.

Anthy and related cygwin packages should be replaced with Anthy
Unicode.

Anthy Unicode
https://github.com/fujiwarat/anthy-unicode

It is fork of Anthy and officially approved as successor by Yusuke
Tabata, the author of original Anthy.

---
Yasuhiro Kimura

-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019