From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: drkm Newsgroups: gmane.emacs.help Subject: Re: changing the scratch mode Date: Sat, 23 Jul 2005 21:28:47 +0200 Organization: None Message-ID: References: <42e29019$1_1@news.iprimus.com.au> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1122147324 5315 80.91.229.2 (23 Jul 2005 19:35:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 23 Jul 2005 19:35:24 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jul 23 21:35:24 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DwPmB-0007su-BX for geh-help-gnu-emacs@m.gmane.org; Sat, 23 Jul 2005 21:35:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DwPoO-0000n3-2K for geh-help-gnu-emacs@m.gmane.org; Sat, 23 Jul 2005 15:37:28 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!skynet.be!newspost001!tjb!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (windows-nt) Cancel-Lock: sha1:0n6swqhFRvjVy0vG8NvqlRkvI/A= Original-Lines: 15 Original-NNTP-Posting-Host: 2701c994.news.skynet.be Original-X-Trace: 1122146935 news.skynet.be 421 81.241.20.148:2352 Original-X-Complaints-To: usenet-abuse@skynet.be Original-Xref: shelby.stanford.edu gnu.emacs.help:132595 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:28113 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:28113 (Björn Lindström) writes: > To just change to text mode, M-x text-mode. However, if you're in a > scratch buffer and want that bound to a text file, it's probably more > comfortable to just C-x C-w somefile.txt Or maybe: (setq default-major-mode 'text-mode) and: C-x b tmp y <...EDITING...> C-x h M-w C-x k --drkm