From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: C K Kashyap Newsgroups: gmane.emacs.help Subject: cycling through windows Date: Fri, 12 Jul 2013 10:12:02 +0530 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1373604158 26719 80.91.229.3 (12 Jul 2013 04:42:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 12 Jul 2013 04:42:38 +0000 (UTC) To: "help-gnu-emacs@gnu.org" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 12 06:42:40 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UxVBn-0001iK-2w for geh-help-gnu-emacs@m.gmane.org; Fri, 12 Jul 2013 06:42:39 +0200 Original-Received: from localhost ([::1]:55935 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxVBm-0001R6-14 for geh-help-gnu-emacs@m.gmane.org; Fri, 12 Jul 2013 00:42:38 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39130) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxVBY-0001Qy-Rg for help-gnu-emacs@gnu.org; Fri, 12 Jul 2013 00:42:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UxVBY-0005N0-3H for help-gnu-emacs@gnu.org; Fri, 12 Jul 2013 00:42:24 -0400 Original-Received: from mail-pa0-x22f.google.com ([2607:f8b0:400e:c03::22f]:59095) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxVBX-0005Kh-Tc for help-gnu-emacs@gnu.org; Fri, 12 Jul 2013 00:42:24 -0400 Original-Received: by mail-pa0-f47.google.com with SMTP id kl14so8605216pab.34 for ; Thu, 11 Jul 2013 21:42:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=F7EV6fRKoYCC2x0ku71Wwl1lXSC4JJ9hdiINDiVH1/U=; b=mLflQIhcRTjIGwD5XSjpUsVjvTkgEqGaac2GN9JiojWi2O4nPGNrSdFNqWG4iS7z9f puV90cfKJUeZq2msr/Kb1gO+Rc/CGBPecc04/yRlwzV41hljmoyGmQdLYSJZ8xM9iQnW JftOAUqipP7p7tYlFOi0+vwU49G5phJml6oM4Yn5uj+s7oSmJUA1o/h7wOwz9mT8yglT e2zKg1I2lLv5TQva9vQt2QHMTf6jzPz2d4xfCnywd9D77Ld1FPggOThVY7tSFlTp+ofr wWLDwNe7AqaxRKMTKaz31u0Rwt+5S6KEwdqG8j14IBNeIRsmI7ABb5EaytXWyLv/QlWU wrsQ== X-Received: by 10.68.143.197 with SMTP id sg5mr12997782pbb.134.1373604142602; Thu, 11 Jul 2013 21:42:22 -0700 (PDT) Original-Received: by 10.70.83.195 with HTTP; Thu, 11 Jul 2013 21:42:02 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::22f X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:92070 Archived-At: Hi, What is a good way to cycle through windows - looks like C-x o cycles through in one order and if I need to change the direction I need to C-u - C-x o But it seems too many keystrokes - is there a better way (other than doing my own key bindings that is) Regards, Kashyap