From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Tomas Nordin Newsgroups: gmane.emacs.help Subject: Re: diff-goto-source hi-jacks my M-o Date: Sun, 05 Jul 2020 22:39:14 +0200 Message-ID: <87o8ot66j1.fsf@fliptop.i-did-not-set--mail-host-address--so-tickle-me> References: <87imf2gdnp.fsf@fliptop.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12106"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Sun Jul 05 22:39:47 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 1jsBQR-00034k-5W for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 05 Jul 2020 22:39:47 +0200 Original-Received: from localhost ([::1]:60874 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jsBQQ-0002mj-7X for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 05 Jul 2020 16:39:46 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49644) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jsBQ0-0002ma-QE for help-gnu-emacs@gnu.org; Sun, 05 Jul 2020 16:39:20 -0400 Original-Received: from mout02.posteo.de ([185.67.36.66]:42797) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jsBPy-0007jf-Fk for help-gnu-emacs@gnu.org; Sun, 05 Jul 2020 16:39:20 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id E58082400FB for ; Sun, 5 Jul 2020 22:39:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1593981555; bh=FWouzm6TTSGrQpSga+PwxjoQNaXwCbRSKvTMOw/XGBs=; h=From:To:Subject:Date:From; b=SbKfv7CkEk/DvHIkWmu2NJD5G0xCyd9oxTapZRr5jPscPr4OOTu0+/1pNtyK4QHDx sbJaM/a5qkgY8eQmQa7njpn5ae0GDpr5c8f2Owmptilzfj1zMngd1+LlGo5BG4wVkd JbfK+HSY2lYQloEfOftnvallnbKHsdRpMcnM4y6sp9vWegMMBY8BwJaspw0LDWM91Z vXikGf9EQm4svPL7wCa+g1XxsdRq1BB/G0uiEi1Jrb7MGnAsUTret9Su0Ob6PR8hxO 1SbGiogdWFdgWv2aNzIBecIN2CkcosFxf2DLz43FFKmWtskxqy5B2QzUedPvvUuGcf DqRPdNEspNL3Q== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4B0LCR2Jsnz9rxG for ; Sun, 5 Jul 2020 22:39:15 +0200 (CEST) In-Reply-To: <87imf2gdnp.fsf@fliptop.i-did-not-set--mail-host-address--so-tickle-me> Received-SPF: pass client-ip=185.67.36.66; envelope-from=tomasn@posteo.net; helo=mout02.posteo.de X-detected-operating-system: by eggs.gnu.org: First seen = 2020/07/05 13:22:57 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=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:123510 Archived-At: Tomas Nordin writes: > PS: Whenever I fiddle with elisp I am completely in the hands of the > package paredit. And it, too, hi-jacks my M-o! Sorry, this is not true. I was thinking of M-s o (for occur) being taken by M-s (paredit-splice-sexp).