From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: C-n and C-a Date: Fri, 06 Feb 2009 20:52:43 -0500 Message-ID: References: <8763jotmim.fsf@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1233971583 28144 80.91.229.12 (7 Feb 2009 01:53:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 7 Feb 2009 01:53:03 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 07 02:54:18 2009 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.50) id 1LVcOb-0000Oo-UG for ged-emacs-devel@m.gmane.org; Sat, 07 Feb 2009 02:54:14 +0100 Original-Received: from localhost ([127.0.0.1]:39844 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVcNI-0003KA-Tw for ged-emacs-devel@m.gmane.org; Fri, 06 Feb 2009 20:52:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LVcNE-0003Jl-Ua for emacs-devel@gnu.org; Fri, 06 Feb 2009 20:52:48 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LVcNC-0003Ij-Dv for emacs-devel@gnu.org; Fri, 06 Feb 2009 20:52:48 -0500 Original-Received: from [199.232.76.173] (port=53751 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVcNC-0003Ib-Ba for emacs-devel@gnu.org; Fri, 06 Feb 2009 20:52:46 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:25910 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LVcNC-0008Dp-0e for emacs-devel@gnu.org; Fri, 06 Feb 2009 20:52:46 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AtAEAIZ4jElFxIvi/2dsb2JhbACBbcxthBoGgxs X-IronPort-AV: E=Sophos;i="4.37,394,1231131600"; d="scan'208";a="33474348" Original-Received: from 69-196-139-226.dsl.teksavvy.com (HELO pastel.home) ([69.196.139.226]) by ironport2-out.teksavvy.com with ESMTP; 06 Feb 2009 20:52:44 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 7F58E83D4; Fri, 6 Feb 2009 20:52:43 -0500 (EST) In-Reply-To: <8763jotmim.fsf@jurta.org> (Juri Linkov's message of "Fri, 06 Feb 2009 02:45:17 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:108839 Archived-At: > instead of `truncate-lines'. By analogy with `default-truncate-lines' > it also adds a new variable `default-word-wrap'. The "default-*" variables are on the way out. Please don't add new ones. Stefan