From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: soyeomul@doraji.xyz (Byung-Hee HWANG =?utf-8?B?KO2Zqeuzke2drCwg6buD?= =?utf-8?B?54Kz54aZKQ==?=) Newsgroups: gmane.emacs.help Subject: Input method with GNU Emacs 26.1 Date: Fri, 13 Jul 2018 17:16:25 +0900 Message-ID: <8736wnbleu.fsf@delta.birch.chromebook> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1531469720 3660 195.159.176.226 (13 Jul 2018 08:15:20 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 13 Jul 2018 08:15:20 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 13 10:15:16 2018 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fdtER-0000qD-8j for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Jul 2018 10:15:15 +0200 Original-Received: from localhost ([::1]:35808 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fdtGY-00076R-9D for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Jul 2018 04:17:26 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38018) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fdtFv-00076K-5z for help-gnu-emacs@gnu.org; Fri, 13 Jul 2018 04:16:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fdtFs-0004qg-0R for help-gnu-emacs@gnu.org; Fri, 13 Jul 2018 04:16:47 -0400 Original-Received: from [195.159.176.226] (port=55406 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fdtFr-0004oJ-Nh for help-gnu-emacs@gnu.org; Fri, 13 Jul 2018 04:16:43 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1fdtDg-0008Pw-1W for help-gnu-emacs@gnu.org; Fri, 13 Jul 2018 10:14:28 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 27 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:ExtEwoVSamHG+iI7ymecMZ+FF9w= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:117428 Archived-At: According to https://www.emacswiki.org/emacs/InputMethods, #+BEGIN_SRC: text For X Windows, add the following line to your ~/.Xresources. Emacs.useXIM: off #+END_SRC However that does not work at GNU Emacs 26 (Actually that worked at GNU Emacs 23.3). Is there a hints? ### my env begins here ### (bionic)soyeomul@localhost:~$ sudo lsb_release -a [sudo] password for soyeomul: No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04 LTS Release: 18.04 Codename: bionic (bionic)soyeomul@localhost:~$ dpkg -l | grep emacs ii emacs26 26.1~1.git07f8f9b-kk1+18.04 arm64 GNU Emacs editor (with GTK+ user interface) ii emacs26-common 26.1~1.git07f8f9b-kk1+18.04 all GNU Emacs editor (common files used by Gtk and NoX variants) ii emacsen-common 2.0.8 all Common facilities for all emacsen (bionic)soyeomul@localhost:~$ uname -a Linux localhost 3.18.0-14597-g61c88fee5b70 #1 SMP PREEMPT Thu Jul 13 12:01:12 PDT 2017 aarch64 aarch64 aarch64 GNU/Linux ### my env ends here ###