From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Michael Satterwhite Newsgroups: gmane.emacs.help Subject: Re: Auto-fill option Date: Tue, 17 Aug 2004 20:43:57 GMT Organization: Road Runner High Speed Online http://www.rr.com Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <_upUc.11670$M8.4564@fe2.texas.rr.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: sea.gmane.org 1092775570 29528 80.91.224.253 (17 Aug 2004 20:46:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 17 Aug 2004 20:46:10 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Aug 17 22:46:03 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BxAqJ-0004yM-00 for ; Tue, 17 Aug 2004 22:46:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BxAuU-00015H-9y for geh-help-gnu-emacs@m.gmane.org; Tue, 17 Aug 2004 16:50:22 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!cyclone.austin.rr.com!fe2.texas.rr.com.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 26 User-Agent: KNode/0.7.7 Original-NNTP-Posting-Host: 24.174.9.55 Original-X-Complaints-To: abuse@rr.com Original-X-Trace: fe2.texas.rr.com 1092775437 24.174.9.55 (Tue, 17 Aug 2004 15:43:57 CDT) Original-NNTP-Posting-Date: Tue, 17 Aug 2004 15:43:57 CDT Original-Xref: shelby.stanford.edu gnu.emacs.help:124811 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: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:20158 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:20158 Jesper Harder wrote: > Michael Satterwhite writes: > >> I've searched the web and found several people asking this, but no >> answers. >> >> Auto-fill mode is incredibly annoying to me. Unfortunately, I can't find >> any way to make it default to off. > > The default *is* off. There must be something in one of your init > files which turns it on -- try: > > emacs -q > > and > > emacs -q --no-site-file > > to bypass your init files. emacs -q starts it without the auto-fill. Question: I know of .emacs and init.el. What other initialization files are there? tia ---Michael