From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Christian Lynbech Newsgroups: gmane.emacs.devel Subject: Re: compiling master on MacOS 10.15 (lucid, athena, and the keys) Date: Tue, 13 Apr 2021 15:21:41 +0200 Message-ID: References: <87wnu2etk0.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1895"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (darwin) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Apr 13 15:23:14 2021 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 1lWJ0c-0000Mp-7t for ged-emacs-devel@m.gmane-mx.org; Tue, 13 Apr 2021 15:23:14 +0200 Original-Received: from localhost ([::1]:36840 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lWJ0b-0007KS-91 for ged-emacs-devel@m.gmane-mx.org; Tue, 13 Apr 2021 09:23:13 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44476) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lWIzV-0006u2-Ig for emacs-devel@gnu.org; Tue, 13 Apr 2021 09:22:05 -0400 Original-Received: from mx2.smtp.larsendata.com ([91.221.196.228]:25123) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lWIzT-0004Gi-6K for emacs-devel@gnu.org; Tue, 13 Apr 2021 09:22:05 -0400 Original-Received: from mail01.mxhotel.dk (mail01.mxhotel.dk [91.221.196.236]) by mx2.smtp.larsendata.com (Halon) with ESMTPS id 407bffcf-9c5b-11eb-ada5-0050568cd888; Tue, 13 Apr 2021 13:22:10 +0000 (UTC) Original-Received: from iMac.local (5.186.54.212.static.fibianet.dk [5.186.54.212]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: christian@defun.dk) by mail01.mxhotel.dk (Postfix) with ESMTPSA id EB4A1194B5A; Tue, 13 Apr 2021 15:21:52 +0200 (CEST) X-Report-Abuse-To: abuse@mxhotel.dk In-Reply-To: <87wnu2etk0.fsf@mat.ucm.es> (Uwe Brauer's message of "Fri, 19 Mar 2021 22:13:03 +0100") Received-SPF: none client-ip=91.221.196.228; envelope-from=christian@defun.dk; helo=mx2.smtp.larsendata.com X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:268001 Archived-At: You can use the keyboard viewer to see where the ~ character is placed. I have set up a special keyboard to work how I want it, one option on macos for doing is the Ukulele application https://software.sil.org/ukelele/ I do myself compile emacs for NS and finds that it works fine. -- Christian ----------------------- On Fri, Mar 19 2021, Uwe Brauer wrote: Hi I have tried several options to compile GNU emacs master on MacOS 10.15 (running fink), either with ./configure --prefix=/opt/emacs28 ./configure --prefix=/opt/emacs28 --with-x-toolkit=athena Athena is the same as lucid. In any case there is an important difference to the precompiled Emacsforosx: the ns keybinding as described in https://emacsformacosx.com/tips seem not to work for me. BTW not sure that is off topic but I have noted that the MacOS US keyboard does not posses the ~ key at least not left to the 1 where it find it on all the unix/linux machines I have used. Any idea how that can be set in emacs, set input seems not the right option for that. Thanks and regards Uwe Brauer