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.bugs Subject: bug#42487: 26.3; org-mode; Found a bug when typing Korean in org-table! Date: Thu, 23 Jul 2020 16:11:51 +0300 Message-ID: <837duufka0.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="321"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 42487@debbugs.gnu.org To: Chanhee Jeong Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Jul 23 15:13:11 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1jyb26-000AVa-LW for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 23 Jul 2020 15:13:10 +0200 Original-Received: from localhost ([::1]:46166 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jyb25-0000Tz-IF for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 23 Jul 2020 09:13:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48214) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jyb1y-0000Tm-Vq for bug-gnu-emacs@gnu.org; Thu, 23 Jul 2020 09:13:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:32822) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jyb1y-000390-Mb for bug-gnu-emacs@gnu.org; Thu, 23 Jul 2020 09:13:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jyb1y-0006po-Hf for bug-gnu-emacs@gnu.org; Thu, 23 Jul 2020 09:13:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 23 Jul 2020 13:13:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42487 X-GNU-PR-Package: emacs Original-Received: via spool by 42487-submit@debbugs.gnu.org id=B42487.159550993926217 (code B ref 42487); Thu, 23 Jul 2020 13:13:02 +0000 Original-Received: (at 42487) by debbugs.gnu.org; 23 Jul 2020 13:12:19 +0000 Original-Received: from localhost ([127.0.0.1]:44368 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jyb1H-0006on-0o for submit@debbugs.gnu.org; Thu, 23 Jul 2020 09:12:19 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:54592) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jyb1D-0006oZ-NU for 42487@debbugs.gnu.org; Thu, 23 Jul 2020 09:12:17 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:41213) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jyb18-00034N-3I; Thu, 23 Jul 2020 09:12:10 -0400 Original-Received: from [176.228.60.248] (port=3775 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jyb16-00042W-Gh; Thu, 23 Jul 2020 09:12:09 -0400 In-Reply-To: (message from Chanhee Jeong on Thu, 23 Jul 2020 03:59:03 +0000) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:183422 Archived-At: > From: Chanhee Jeong > Date: Thu, 23 Jul 2020 03:59:03 +0000 > > Typing Korean in org-table and then typing any non-Korean character > (except for TAB or S-TAB) causes the typed Korean word to disappear... > > Non-Korean character includes SPC (which makes this bug so annoying) > and numerous other characters. (',', '.', ':', '!', etc.) > > I have reproduced this bug in a vanilla Emacs > Please refer to: https://i.redd.it/gbwmvdzrq5b51.gif > > Also, after disappearing once, it's possible to type normally. Could you please post a complete recipe, starting from "emacs -Q", to reproduce the problem? To allow debugging this in a non-Korean locale, could you please use some Korean input method provided with Emacs (type "C-u C-\ korean TAB" to show what's available), instead of typing Korean text directly from the keyboard, which may not be possible in a locale other than Korean. Thanks.