From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "mirror" Newsgroups: gmane.emacs.help Subject: Re: how to keep/restore my view and mode? Date: 20 Sep 2006 23:53:15 -0700 Organization: http://groups.google.com Message-ID: <1158821595.023428.175130@h48g2000cwc.googlegroups.com> References: <1158816234.643256.254090@e3g2000cwe.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1158824559 22229 80.91.229.2 (21 Sep 2006 07:42:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 21 Sep 2006 07:42:39 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Sep 21 09:42:37 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GQJCV-0003So-N0 for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Sep 2006 09:42:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GQJCV-00053r-5E for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Sep 2006 03:42:27 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!h48g2000cwc.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-NNTP-Posting-Host: 24.228.39.154 Original-X-Trace: posting.google.com 1158821600 23778 127.0.0.1 (21 Sep 2006 06:53:20 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 21 Sep 2006 06:53:20 +0000 (UTC) In-Reply-To: <1158816234.643256.254090@e3g2000cwe.googlegroups.com> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: h48g2000cwc.googlegroups.com; posting-host=24.228.39.154; posting-account=4Kuu3hMAAAD8P-cZPrr-ljwb8K296evBVe1BenW9DuESrJzkkiUU-w Original-Xref: shelby.stanford.edu gnu.emacs.help:141914 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:37535 Archived-At: C-x r f Leo.Hou wrote: > Dear all, > > I am not sure if I am using the right term of "view" and "mode". My > problem is as follows: > > I am using C-x 3 and "follow-mode" to view my source code. Every time I > compile, the other column becomes the result of make. I need to use a > lot of keys to switch it back to normal: C-x o; C-x k; C-x o; M-x > follow-mode > Is there a better way? > > And I'd also want to know how to kill the buffer in the other window > without switching to it by C-x o > > Thanks in advance > > Leo