From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Bienert Newsgroups: gmane.emacs.help Subject: Re: linebreak after 78characters Date: Fri, 26 Aug 2005 21:36:54 +0200 Message-ID: <200508262136.54871.StefanBienert@web.de> References: <200508262048.28781.StefanBienert@web.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1125085505 4192 80.91.229.2 (26 Aug 2005 19:45:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 26 Aug 2005 19:45:05 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 26 21:45:01 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1E8k7z-0005KR-VO for geh-help-gnu-emacs@m.gmane.org; Fri, 26 Aug 2005 21:44:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E8kBw-0005b5-JJ for geh-help-gnu-emacs@m.gmane.org; Fri, 26 Aug 2005 15:48:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E8k9d-0003DY-Vd for help-gnu-emacs@gnu.org; Fri, 26 Aug 2005 15:46:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E8k9b-0003Ax-0X for help-gnu-emacs@gnu.org; Fri, 26 Aug 2005 15:46:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E8k9a-0002yT-7M for help-gnu-emacs@gnu.org; Fri, 26 Aug 2005 15:46:18 -0400 Original-Received: from [217.72.192.226] (helo=smtp08.web.de) by monty-python.gnu.org with esmtp (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.34) id 1E8k27-0004bp-O1 for help-gnu-emacs@gnu.org; Fri, 26 Aug 2005 15:38:36 -0400 Original-Received: from [213.39.198.43] (helo=[192.168.1.102]) by smtp08.web.de with asmtp (WEB.DE 4.105 #314) id 1E8k0Y-0002Qz-00 for help-gnu-emacs@gnu.org; Fri, 26 Aug 2005 21:36:58 +0200 Original-To: emacs list User-Agent: KMail/1.8.1 In-Reply-To: Content-Disposition: inline X-Sender: stefanbienert@web.de 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:29016 Archived-At: > > I just wondered where I can set permanently the option, that emacs > > breaks eac > > line after 78characters. I can`t find it on the menu. > > (set-fill-column 78) in .emacs. This value can be set in every buffer > to a different value (buffer-local). Hm, this doesn`t work for me :-( Normally I get the line break with a whitespace after the last word, hanging over the 78-chars mark. greetings, bienchen