From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: "bengali-probhat" input method don't work as expected (by me) Date: Tue, 09 Aug 2022 19:15:36 +0300 Message-ID: <8335e5v1ef.fsf@gnu.org> References: <871qtpv5mw.fsf@disroot.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5379"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Akib Azmain Turja Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Aug 09 18:30:15 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oLS7Q-0001AC-Gg for ged-emacs-devel@m.gmane-mx.org; Tue, 09 Aug 2022 18:30:12 +0200 Original-Received: from localhost ([::1]:39224 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oLS7P-0003WX-0V for ged-emacs-devel@m.gmane-mx.org; Tue, 09 Aug 2022 12:30:11 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37234) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oLRtU-0002jw-3u for emacs-devel@gnu.org; Tue, 09 Aug 2022 12:15:48 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:41854) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oLRtT-0001ra-Pt; Tue, 09 Aug 2022 12:15:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=KJsDySSfGII8jMNWJ8VPkWYXsi7FVgBZaAbuFRV1upc=; b=SFTj6BWYgCEf /jY3L42mjFZ2L17y8/+hI167CVpaIwObghudu7U5dnaLGL7ZW1BcnGStPhIbOmM+pqDVkR8p0J1st +ygjabkmDNfBQ4iOjmkWNIu4/lLxDkjNmOblCbWoviFLYR/X0E/lBz+aqEoXysYfLhxpdsiwU7blt W+HhMVWU8XbyIxddqUgcaKy2D73GVprGIuIho4daWMJoVtp8SspXttx2k9IvFpJueidIPfRai7cSF RM+pvDk8tRryQRn4GNiW4sw7nryLCoIw2o2xzeWAA0TXHnbJBSPXQfMZCZHcthRpmzdkAjBraMFmr SgzJEHsLAHe0Q4+2gPy43g==; Original-Received: from [87.69.77.57] (port=4199 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oLRtT-0003qm-9E; Tue, 09 Aug 2022 12:15:47 -0400 In-Reply-To: <871qtpv5mw.fsf@disroot.org> (message from Akib Azmain Turja on Tue, 09 Aug 2022 20:44:07 +0600) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:293318 Archived-At: > From: Akib Azmain Turja > Date: Tue, 09 Aug 2022 20:44:07 +0600 > > I use Dvorak keyboard layout (actually the OS is converting QWERTY keys > to Dvorak). All input methods were broken for me. I don't think our input methods automatically support Dvorak keyboard layouts, except the one(s) that is/are explicitly written to support it. > And by the way, why M-x describe-input-method RET english-dvorak shows > nice keyboard while M-x describe-input-method RET bengali-probhat shows > just a (translation?) table? Because no one wrote the code to produce the nice display for bengali-probhat. It isn't automatic. Patches welcome.