From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Van L Newsgroups: gmane.emacs.devel Subject: Re: 26.1-rc1: global-set-key suggestions Date: Sat, 02 Jun 2018 00:14:54 -0400 Message-ID: References: <20180531203343.GA38066@breton.holly.idiocy.org> Reply-To: Van L NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1527912821 7996 195.159.176.226 (2 Jun 2018 04:13:41 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 2 Jun 2018 04:13:41 +0000 (UTC) Cc: "emacs-devel\\@gnu.org" To: Alan Third Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 02 06:13:36 2018 Return-path: Envelope-to: ged-emacs-devel@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 1fOxv6-0001yY-H7 for ged-emacs-devel@m.gmane.org; Sat, 02 Jun 2018 06:13:36 +0200 Original-Received: from localhost ([::1]:58287 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fOxxD-0007Vk-EA for ged-emacs-devel@m.gmane.org; Sat, 02 Jun 2018 00:15:47 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33035) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fOxwd-0007TM-3A for emacs-devel@gnu.org; Sat, 02 Jun 2018 00:15:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fOxwZ-0003Dd-Uj for emacs-devel@gnu.org; Sat, 02 Jun 2018 00:15:11 -0400 Original-Received: from mail4.protonmail.ch ([185.70.40.27]:50312) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fOxwZ-00039J-FC for emacs-devel@gnu.org; Sat, 02 Jun 2018 00:15:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=scratchspace.com.au; s=protonmail; t=1527912901; bh=lcB6yNjx7GqS9+J97nl6g9nuy3S56gp9smkqTXo4RZU=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References: Feedback-ID:From; b=lcTj4ffoFW+eU3+GVQiTAe4qL5OTeMvLrgF8SrGd+cN8vwA/KIm26uWFEgE5gqiHB XotkpPyKRE0STxn+pErt17PUHBARW3iHMZrOgsweRlx19njBmrrsrVtldS7R8hQ9HG HnIGDLvcGj8FLqsDYUXCOFntrDQ9oDuEtNdvKL9M= In-Reply-To: <20180531203343.GA38066@breton.holly.idiocy.org> Feedback-ID: CZzD_FB3wty_FyuJcLjvdwM27wBazNtT4ncACjM2IIhF0RODvRhWTfVmRC__RsdKPob4nJOCfPmzZRKgdFxGdQ==:Ext:ProtonMail X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] [fuzzy] X-Received-From: 185.70.40.27 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:225910 Archived-At: Alan Third writes: > >=20 > > ;; > > ;; Allow Command-Plus-or-Minus to text-scale fontsize. > > ;; > > =20 > > (global-set-key (kbd "s-+") #'text-scale-increase) > > (global-set-key (kbd "s-=3D") #'text-scale-increase) > > (global-set-key (kbd "s--") #'text-scale-decrease) > > =20 >=20 > I=E2=80=99ve attached a patch for this. >=20 Super thanks. The Mac Port doesn't do the super-key at all, for example, for to: ;;(Define-key global-map [s-right] 'ns-next-frame) ;;(define-key global-map [s-left] 'ns-prev-frame) Interestingly, Mac Port has assigned `fn-left` to perform C-a, . A search for `keyboards emacs` on Amazon shows four year old stickers, no k= eyboards, yet.