From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KtY12-0004Gw-Io for garchives@archives.gentoo.org; Sat, 25 Oct 2008 01:32:32 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E25EFE0251; Sat, 25 Oct 2008 01:32:30 +0000 (UTC) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.175]) by pigeon.gentoo.org (Postfix) with ESMTP id B47ABE0251 for ; Sat, 25 Oct 2008 01:32:30 +0000 (UTC) Received: by wf-out-1314.google.com with SMTP id 29so1131583wff.10 for ; Fri, 24 Oct 2008 18:32:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=Netx0n8wPORCBl87mUdArndlWHbTQ+NixGwF7nZXRQI=; b=RODMeQ+nztJ9xfgMlNavlwA71aE0prUYqLboMMVtF0KHcSjstqg6uKxSvTRl2jFvBC 2AgYSkVIsZ7tq3+xlT15B5H4FKiAwmNeOHMmgj3VslxRuSpEMQM7D103v6zcNq0HXjD8 MONhYyhTvxTBYQUGBiQMgad5o3AB4Abz1+9XY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=vu07L9IsLU1PfB85HiH+A4RyNNVen9yBDRMxCIwr6bQIQTarbrURFLS591NUZ7YDU7 edNfX8qbWrOPikmmDrpYRXoA9p4S2MyQKMbXQuJyuF/V1uOcGJ4eT4qGH8mfCPoIgruG UbSdlDdtu9iClPDmYgf+feSlDEW6RBZmWMSOI= Received: by 10.142.11.20 with SMTP id 20mr1333205wfk.177.1224898349277; Fri, 24 Oct 2008 18:32:29 -0700 (PDT) Received: by 10.142.215.4 with HTTP; Fri, 24 Oct 2008 18:32:29 -0700 (PDT) Message-ID: <58965d8a0810241832k54237b60uc3ee2ebb47e177fd@mail.gmail.com> Date: Fri, 24 Oct 2008 20:32:29 -0500 From: "Paul Hartman" Sender: paul.hartman@gmail.com To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Re: Alt-O behavior in midnight commander (mc) has changed In-Reply-To: <58965d8a0810140831t243b0270v65ccac9c09188963@mail.gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <58965d8a0810140831t243b0270v65ccac9c09188963@mail.gmail.com> X-Google-Sender-Auth: 4480a7891c4ace8b X-Archives-Salt: 677cd2b4-914a-4394-a062-c778a15e9d77 X-Archives-Hash: 2009870cac10b213ea47467a6ceb8a24 On Tue, Oct 14, 2008 at 10:31 AM, Paul Hartman wrote: > Hi, > > At some point not very recently, the behavior of Alt-O in Midnight > Commander (mc) has changed. It used to switch the opposite panel to > the same directory as the current panel. Now, it switches the opposite > panel to the parent directory of the current panel. I kept waiting for > it to switch back after some update, but it never has. I'm not sure at > which update it changed, but it has been several months now, I think. > > Is there anyone who experiences this besides me? Is it something I > need to edit (termcap? key bindings? I dunno) > > I'm using mc-4.6.2_pre1 with USE flags "X gpm nls samba unicode" > > Thanks So, it turns out I was just using the wrong key the whole time. Alt-o switches to the currently /selected/ directory, but Alt-i switches to the currently /active/ directory. Oops! Paul