From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Leo.Hou" Newsgroups: gmane.emacs.help Subject: how to keep/restore my view and mode? Date: 20 Sep 2006 22:23:54 -0700 Organization: http://groups.google.com Message-ID: <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 1158817238 1705 80.91.229.2 (21 Sep 2006 05:40:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 21 Sep 2006 05:40:38 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Sep 21 07:40:35 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 1GQHIY-000545-MS for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Sep 2006 07:40:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GQHIY-000457-1Z for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Sep 2006 01:40:34 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!e3g2000cwe.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: 210.12.42.4 Original-X-Trace: posting.google.com 1158816239 11304 127.0.0.1 (21 Sep 2006 05:23:59 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 21 Sep 2006 05:23:59 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.1),gzip(gfe),gzip(gfe) X-HTTP-Via: 1.0 beprx01 (NetCache NetApp/5.5R6D48) Complaints-To: groups-abuse@google.com Injection-Info: e3g2000cwe.googlegroups.com; posting-host=210.12.42.4; posting-account=hLXk7g0AAABvQeR6SFAeTtW1g1B5ndpm Original-Xref: shelby.stanford.edu gnu.emacs.help:141912 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:37533 Archived-At: 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