From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: nic.d.m.1@googlemail.com Newsgroups: gmane.emacs.help Subject: Howto turn on longlines-mode in .emacs? Date: Fri, 8 May 2009 06:16:41 -0700 (PDT) Organization: http://groups.google.com Message-ID: <049df466-9c5a-4114-80de-a6b36e4271fe@s20g2000vbp.googlegroups.com> 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 1241847267 26212 80.91.229.12 (9 May 2009 05:34:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 9 May 2009 05:34:27 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat May 09 07:34:20 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 1M2fCV-0007Dr-LA for geh-help-gnu-emacs@m.gmane.org; Sat, 09 May 2009 07:34:19 +0200 Original-Received: from localhost ([127.0.0.1]:41337 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M2fCU-0005Ya-Vz for geh-help-gnu-emacs@m.gmane.org; Sat, 09 May 2009 01:34:19 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!s20g2000vbp.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-NNTP-Posting-Host: 132.230.70.20 Original-X-Trace: posting.google.com 1241788601 6730 127.0.0.1 (8 May 2009 13:16:41 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 8 May 2009 13:16:41 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: s20g2000vbp.googlegroups.com; posting-host=132.230.70.20; posting-account=_7N1JQoAAAB0FctXxwlvpYS2S0bN82NB User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.10) Gecko/2009042513 Ubuntu/8.04 (hardy) Firefox/3.0.10, gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:168975 X-Mailman-Approved-At: Sat, 09 May 2009 01:29:09 -0400 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:64264 Archived-At: Hi! I want to turn on longlines-mode by default, so I put the following in my .emacs file: (setq longlines-mode t) But it doesn't work. Any hints? If I then type: M-x longlines-mode emacs writes: "longlines-mode disabled", if I type it again, it works... thanks nic