From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Dmitry Alexandrov Newsgroups: gmane.emacs.help Subject: Re: diff-goto-source hi-jacks my M-o Date: Mon, 06 Jul 2020 05:20:56 +0300 Message-ID: References: <87imf2gdnp.fsf@fliptop.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18572"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: help-gnu-emacs@gnu.org To: Tomas Nordin Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Mon Jul 06 04:23:15 2020 Return-path: Envelope-to: geh-help-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 1jsGmp-0004io-N0 for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 06 Jul 2020 04:23:15 +0200 Original-Received: from localhost ([::1]:35596 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jsGmo-0004xJ-EH for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 05 Jul 2020 22:23:14 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:48912) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jsGko-0004wz-31 for help-gnu-emacs@gnu.org; Sun, 05 Jul 2020 22:21:10 -0400 Original-Received: from relay-1.mailobj.net ([213.182.54.6]:56648) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jsGkh-0007rQ-Jd for help-gnu-emacs@gnu.org; Sun, 05 Jul 2020 22:21:09 -0400 Original-Received: from v-1c.localdomain (unknown [192.168.90.161]) by relay-1.mailobj.net (Postfix) with SMTP id 25B571226; Mon, 6 Jul 2020 04:20:59 +0200 (CEST) Original-Received: by mail-1.net-c.com [213.182.54.15] with ESMTP Mon, 6 Jul 2020 04:20:59 +0200 (CEST) X-EA-Auth: R9/Ziv5XRw2fhrriwZP6D3TBqRUMfbIYScImBHpbndd/iEVeSiQpWbugWSsWk393BvBy6+vmov5AqzBqH+v78JTvqDQmeckU In-Reply-To: <87imf2gdnp.fsf@fliptop.i-did-not-set--mail-host-address--so-tickle-me> (Tomas Nordin's message of "Sun, 05 Jul 2020 17:55:06 +0200") Received-SPF: pass client-ip=213.182.54.6; envelope-from=dag@gnui.org; helo=relay-1.mailobj.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/05 22:20:59 X-ACL-Warn: Detected OS = Linux 3.1-3.10 X-Spam_score_int: -28 X-Spam_score: -2.9 X-Spam_bar: -- X-Spam_report: (-2.9 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_MSPIKE_H2=-1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:123512 Archived-At: --=-=-= Content-Type: text/plain Tomas Nordin wrote: > Anyway, I discovered that one of my favorite custom key-bindings, M-o, which I use for other-window, was hi-jacked. It was hi-jacked to run the command `diff-goto-source'. > And if one is to be voted away, I vote for my precious M-o to be left alone. (define-minor-mode my-precious-keys-mode "" t) (defvar my-precious-keys-map (make-sparse-keymap)) (add-to-list 'emulation-mode-map-alists (list (cons 'my-precious-keys-mode my-precious-keys-map))) (define-key my-precious-keys-map (kbd "M-o") #'other-window) --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYIACsWIQRSX35grYEsI2F1K7TIsPhUjufz5wUCXwKKiA0cZGFnQGdudWku b3JnAAoJEMiw+FSO5/PnC6MA/1DVE3o/U1eIcHy2gjVg6typ99Zg/5JH1rHZqjjv mwYxAQDpGXz+g4B6VuDHU+4URgMW130ZXBnjxuXgdg6RGl5fBg== =lSM3 -----END PGP SIGNATURE----- --=-=-=--