From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Sharon Kimble Newsgroups: gmane.emacs.help Subject: Re: moving between buffers side-by-side using the keyboard Date: Wed, 15 Feb 2017 13:52:27 +0000 Message-ID: <87k28rimsk.fsf@skimble.plus.com> References: <87inobslll.fsf@skimble.plus.com> <87a89nzlmm.fsf@skimble.plus.com> <87efyzk4p7.fsf@fastmail.fm> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Trace: blaine.gmane.org 1487166789 32175 195.159.176.226 (15 Feb 2017 13:53:09 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 15 Feb 2017 13:53:09 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) Cc: help-emacs , Filipe Silva To: Joost Kremers Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 15 14:53:04 2017 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 1ce00y-0007jZ-Np for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Feb 2017 14:53:01 +0100 Original-Received: from localhost ([::1]:40871 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ce013-0007WI-0t for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Feb 2017 08:53:05 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51118) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ce00d-0007VD-4q for help-gnu-emacs@gnu.org; Wed, 15 Feb 2017 08:52:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ce00a-0004iF-0x for help-gnu-emacs@gnu.org; Wed, 15 Feb 2017 08:52:39 -0500 Original-Received: from avasout06.plus.net ([212.159.14.18]:42212) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ce00Z-0004hl-R4 for help-gnu-emacs@gnu.org; Wed, 15 Feb 2017 08:52:35 -0500 Original-Received: from london.london ([147.147.166.222]) by avasout06 with smtp id l1sY1u0064oDnR7011sZXG; Wed, 15 Feb 2017 13:52:34 +0000 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.2 cv=QoEu5R6d c=1 sm=1 tr=0 a=C48rTg+m2wDIKFKuoJ7VJA==:117 a=C48rTg+m2wDIKFKuoJ7VJA==:17 a=pGLkceISAAAA:8 a=LlzXLoV6AAAA:8 a=iI7HsYTVAAAA:8 a=LxmqoK0zJi_BrWtXuxkA:9 a=UXheS9L8n7sD67_V:21 a=6oD9F2NkH4ji33IO:21 a=VcU9m00nx6gdV-l3nkgA:9 a=ONNS8QRKHyMA:10 a=6kGIvZw6iX1k4Y-7sg4_:22 a=diwpeB1DDhFXqWA7J4Up:22 a=KxyM1Xthmv57RbWRIpnN:22 X-AUTH: skimble@:2500 In-Reply-To: <87efyzk4p7.fsf@fastmail.fm> (Joost Kremers's message of "Wed, 15 Feb 2017 13:40:20 +0100") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] [fuzzy] X-Received-From: 212.159.14.18 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:112321 Archived-At: --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Joost Kremers writes: > On Wed, Feb 15 2017, Sharon Kimble wrote: >> Filipe Silva writes: >> >>> try `C-x o` >> >> Sorry, that doesn't work but says >> >> --8<---------------cut here---------------start------------->8--- >> (wrong-type-argument commandp outline-minor-mode-prefix) in command-exec= ute >> --8<---------------cut here---------------end--------------->8--- > > Well, then you seemed to have painted yourself in a corner. :-)=20 > `C-x o' is the default Emacs key binding to switch windows, so if it's us= ed by another package, then > either that package is not behaving, or you inadvertently changed its def= ault key bindings to > something that's already being used. > > You can still move to the other window by clicking in it with the mouse, = or by calling `M-x > other-window'. If you want to keep the binding of `C-x o' to `outline-min= or-mode-prefix', you should > probably use another package for window switching. I've found that I'd assigned 'C-x o' to two things in my config file, one of which is to 'outline-minor-mode-prefix', so I commented out the unused one and restarted emacs. But it still didn't work, so I searched in my config for 'outline-minor-mode-prefix' and found that I'd assigned it twice, so I commented out the second instant, and restarted again. But it still didn't work, so this what I've got it showing as - =2D-8<---------------cut here---------------start------------->8--- (global-set-key (kbd "C-x o") 'outline-minor-mode-prefix) =2D-8<---------------cut here---------------end--------------->8--- If I comment out that line and restart it shows that 'C-x o' is unassigned. But if I do 'C-x o' now , it shows =2D-8<---------------cut here---------------start------------->8--- (wrong-type-argument commandp outline-minor-mode-prefix) in command-execute =2D-8<---------------cut here---------------end--------------->8--- So where do I go from here please? I don't have windmove or ace-window installed, but I'm quite prepared to if it means that I get the required functionality. Thanks Sharon. =2D-=20 A taste of linux =3D http://www.sharons.org.uk TGmeds =3D http://www.tgmeds.org.uk Debian 8.6, fluxbox 1.3.5-2, emacs 25.1.1.1 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJYpF0cAAoJEDaBgBkK+INbRcQP/iEMlywSz9JuiucLZgt7QP1G 7jMFDtJQPU+97bGONm/b+zlnK5RjwqLqOefdBQsX5RxKInEusDNdxsZ6/BrMh20C x+0CRf1zaOnrC/n2VW6I/Ryjehgv1yhuslFl7ZzvsnNkCMJ/flQA3gbIzK0SsTox qxPhNcR1aux0o9UafdZ93ELEA/ljrhKjVEXpypQdNCht+/wJQAa5JOyskkEL52ad KFCNkM74CBHwimQVs3b/sfnQ8Pc95hGXR0dZrS+/Of3gOgYUcBFA6nW00DeG7nSm jPHhbAmLABRUuZx4pePnGO3iWAgWkPQqqg1QSvF14vdjE+784FLAkU3g9ATs9svx HX59HK6BlWolWfSJwvN1IDhAAY89BdzUXoyTq17EwxOM5pZd4E0Axnxcg4d3xpJU o/SBySEsr3+r/3iJoCJ4EAdAmGz7wYP/HvzUpbZN80p8lx7IurPmAyVKCjpoJhgK JfcEfuK7lKQ8lX/bD+Zb/kEim1IN81qd53NEMMCzErIC2Qbc8OyMlH6konMg+rzL 63T0/uapNHlPuSws/3JHyXfHX1cwKlngbT0YA4Dt/g45h4mgpcPfigIeS+5k1CZ1 +w6d0RSTcZBYxcSJyDc3ilabKhPgraR459ZqQYggOajoByDvDaJuGhVNuUBYSdV9 krERNu0YsCRiPTU6wClj =XdOW -----END PGP SIGNATURE----- --=-=-=--