From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Uday S Reddy Newsgroups: gmane.emacs.devel Subject: Re: annoyances [Was: shrink-window-if-larger-than-buffer in VC-diff] Date: Sun, 15 Aug 2010 19:35:19 +0100 Message-ID: References: <87aaoo7pmj.fsf@stupidchicken.com> <87zkwoq823.fsf@uwakimon.sk.tsukuba.ac.jp> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1281906452 16542 80.91.229.12 (15 Aug 2010 21:07:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 15 Aug 2010 21:07:32 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 15 23:07:31 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OkkQU-00011Y-Bb for ged-emacs-devel@m.gmane.org; Sun, 15 Aug 2010 23:07:30 +0200 Original-Received: from localhost ([127.0.0.1]:33866 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OkkK8-0001nq-QQ for ged-emacs-devel@m.gmane.org; Sun, 15 Aug 2010 17:00:56 -0400 Original-Received: from [140.186.70.92] (port=55980 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OkjpA-0002l1-SE for emacs-devel@gnu.org; Sun, 15 Aug 2010 16:28:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Oki3i-0007TK-Vl for emacs-devel@gnu.org; Sun, 15 Aug 2010 14:35:51 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:32882) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Oki3i-0007TA-Nx for emacs-devel@gnu.org; Sun, 15 Aug 2010 14:35:50 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Oki3d-0007QD-El for emacs-devel@gnu.org; Sun, 15 Aug 2010 20:35:45 +0200 Original-Received: from cpc10-harb6-0-0-cust112.perr.cable.virginmedia.com ([92.232.137.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 15 Aug 2010 20:35:45 +0200 Original-Received: from u.s.reddy by cpc10-harb6-0-0-cust112.perr.cable.virginmedia.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 15 Aug 2010 20:35:45 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: cpc10-harb6-0-0-cust112.perr.cable.virginmedia.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 In-Reply-To: <87zkwoq823.fsf@uwakimon.sk.tsukuba.ac.jp> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:128753 Archived-At: On 8/15/2010 3:12 PM, Stephen J. Turnbull wrote: > Uday S Reddy writes: > > > C-x` in a diff window switches to the other window. And, I have to > > switch back to diff in order to even view the hunk in its entirety. > > (This problem might also be shared by all other uses of C-x`) > > Doesn't C-M-v (scroll-other-window) mostly alleviate this problem? Thanks. It helps. (I normally avoid such complex key combinations because of my RSI history. But I found that there are nicer key bindings M- and M- which will suit me.) But the more general point is about Emacs taking liberties with switching windows. I suppose you understand that. Cheers, Uday