From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sean Sieger Newsgroups: gmane.emacs.devel Subject: auto-fill-mode Date: Mon, 10 May 2010 17:48:19 -0400 Message-ID: <87r5lj4ee4.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1273528147 17176 80.91.229.12 (10 May 2010 21:49:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 10 May 2010 21:49:07 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 10 23:49:06 2010 connect(): No such file or directory Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OBaqX-0005IJ-Qj for ged-emacs-devel@m.gmane.org; Mon, 10 May 2010 23:49:06 +0200 Original-Received: from localhost ([127.0.0.1]:53762 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OBaqX-0003bd-1z for ged-emacs-devel@m.gmane.org; Mon, 10 May 2010 17:49:05 -0400 Original-Received: from [140.186.70.92] (port=40898 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OBaqM-0003XS-7e for emacs-devel@gnu.org; Mon, 10 May 2010 17:48:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OBaq7-0005FD-8N for emacs-devel@gnu.org; Mon, 10 May 2010 17:48:40 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:38033) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OBaq7-0005F1-1Z for emacs-devel@gnu.org; Mon, 10 May 2010 17:48:39 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OBaq0-00056A-9P for emacs-devel@gnu.org; Mon, 10 May 2010 23:48:32 +0200 Original-Received: from static-68-236-176-143.ny325.east.verizon.net ([68.236.176.143]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 10 May 2010 23:48:32 +0200 Original-Received: from sean.sieger by static-68-236-176-143.ny325.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 10 May 2010 23:48:32 +0200 X-Injected-Via-Gmane: http://gmane.org/ connect(): No such file or directory Original-Lines: 10 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: static-68-236-176-143.ny325.east.verizon.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:wmhhaLtjVg051bVPK7pWdRx+NPw= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:124681 Archived-At: On GNU Emacs 24.0.50.5 (i686-pc-linux-gnu, GTK+ Version 2.18.3) of 2010-05-09 on g41r2f1, I noticed that auto-fill-mode isn't working with (add-hook 'text-mode-hook 'turn-on-auto-fill) in my .emacs. I did emacs -Q, evaluated the above and visited a plain text file, auto-fill wasn't working---in fact, it's not working in this message buffer either ... it's gotta be me ... what the?