From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Michael Herman Newsgroups: gmane.emacs.help Subject: Re: refill-mode disables spacebar? Date: Sun, 30 Mar 2003 20:03:30 -0600 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <20030331020330.GA16008@del3yzmj01.thehermans.org> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1049076750 13579 80.91.224.249 (31 Mar 2003 02:12:30 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 31 Mar 2003 02:12:30 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 31 04:12:29 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18zomi-0003Wr-00 for ; Mon, 31 Mar 2003 04:12:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18zoiZ-00070g-06 for gnu-help-gnu-emacs@m.gmane.org; Sun, 30 Mar 2003 21:08:11 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18zohp-0006RM-00 for help-gnu-emacs@gnu.org; Sun, 30 Mar 2003 21:07:25 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18zoeZ-0005aw-00 for help-gnu-emacs@gnu.org; Sun, 30 Mar 2003 21:04:05 -0500 Original-Received: from pcp531281pcs.nash01.tn.comcast.net ([68.52.137.70] helo=del3yzmj01.local) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18zoe8-0004zR-00 for help-gnu-emacs@gnu.org; Sun, 30 Mar 2003 21:03:36 -0500 Original-Received: by del3yzmj01.local (Postfix, from userid 500) id 7DD49285B1; Sun, 30 Mar 2003 20:03:30 -0600 (CST) Original-To: help-gnu-emacs@gnu.org Mail-Followup-To: Michael Herman , help-gnu-emacs@gnu.org Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:8006 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:8006 On Sat, Mar 29, 2003 at 08:11:55PM -0600, Edward Dodge wrote: > >I recently compiled EMACS for OSX off the CVS tree TWICE. Once from >the most recent code, and another time from the code from November >1, 2002. > >GNU Emacs 21.3.50.1 (powerpc-apple-darwin5.5) > >Everything seems to be working fine, but when I put this: > >(add-hook 'text-mode-hook 'refill-mode) > >In my .emacs, the spacebar refuses to work in .txt files: > >"Nowisthetimeforallgoodmenttocometotheaidoftheircountry." > >If I edit within a paragraph that already has spaces, refill works >just fine and spaces are inserted correctly. Any ideas out there? Try adding a LF before you type anything. I have seen this before as well and a blank line below where I'm typing fixes it.