From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rodrigo Canellas Newsgroups: gmane.emacs.help Subject: Re: automatic new-line after 80 columns Date: Wed, 18 Feb 2009 15:49:33 -0300 Organization: TQTVD Message-ID: <200902181549.34051.rodrigo.canellas@tqtvd.com> References: <200902181125.40739.rodrigo.canellas@tqtvd.com> <87k57nhebe.fsf@blackbart.sedgenet> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1234983023 6359 80.91.229.12 (18 Feb 2009 18:50:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 18 Feb 2009 18:50:23 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 18 19:51:38 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LZrWD-0003ZO-RD for geh-help-gnu-emacs@m.gmane.org; Wed, 18 Feb 2009 19:51:38 +0100 Original-Received: from localhost ([127.0.0.1]:56459 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LZrUt-0007kq-R4 for geh-help-gnu-emacs@m.gmane.org; Wed, 18 Feb 2009 13:50:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LZrUY-0007kK-ON for help-gnu-emacs@gnu.org; Wed, 18 Feb 2009 13:49:54 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LZrUX-0007k8-VU for help-gnu-emacs@gnu.org; Wed, 18 Feb 2009 13:49:54 -0500 Original-Received: from [199.232.76.173] (port=58410 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LZrUX-0007k5-PF for help-gnu-emacs@gnu.org; Wed, 18 Feb 2009 13:49:53 -0500 Original-Received: from mail.quality.com.br ([200.179.60.40]:60369) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LZrUX-0005wa-Ad for help-gnu-emacs@gnu.org; Wed, 18 Feb 2009 13:49:53 -0500 Original-Received: from kent.localnet (unknown [10.0.8.110]) by mail.quality.com.br (Postfix) with ESMTP id 9EBA015A4F4 for ; Wed, 18 Feb 2009 15:34:40 -0300 (BRDT) User-Agent: KMail/1.10.4 (Linux/2.6.27-11-generic; KDE/4.1.4; i686; ; ) In-Reply-To: <87k57nhebe.fsf@blackbart.sedgenet> Content-Disposition: inline X-Quality-MailScanner-Information: Please contact the ISP for more information X-MailScanner-ID: 9EBA015A4F4.3156D X-Quality-MailScanner: Found to be clean X-Quality-MailScanner-From: rodrigo.canellas@tqtvd.com X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:62184 Archived-At: Em Wednesday 18 February 2009 13:58:45 tyler escreveu: > Rodrigo Canellas writes: > > > > > I created a file '/var/tmp/t.cpp'. > > Then when I typed 'C-u 80 C-x f', 'emacs' said 'Fill column set to 80 (was 70)' > > And when I typed 'C-u 1 M-x auto-fill-mode', it did not say anything. > > You need to customize c-ignore-auto-fill. By default autofill only works > for c comments, but you can change this so that it works in code too. > After doing this you example worked like you wanted it to (you may need > to hit the tab key to get the filling to work after the line break is > added). > > Tyler > OK! I inserted '(fill-column 80) '(c-ignore-auto-fill (quote (string cpp))) in my '.emacs' file and it worked fine!! Thanks a lot!! -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.