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: Sun, 08 Feb 2009 15:08:57 -0500 Message-ID: References: <8763jotmim.fsf@jurta.org> <873aerpn4y.fsf@cyd.mit.edu> <87vdrln48c.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 1234123765 20541 80.91.229.12 (8 Feb 2009 20:09:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 8 Feb 2009 20:09:25 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 08 21:10:39 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 1LWFz4-0000Az-4h for ged-emacs-devel@m.gmane.org; Sun, 08 Feb 2009 21:10:30 +0100 Original-Received: from localhost ([127.0.0.1]:51308 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LWFxk-00078R-O3 for ged-emacs-devel@m.gmane.org; Sun, 08 Feb 2009 15:09:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LWFxg-00078J-HF for emacs-devel@gnu.org; Sun, 08 Feb 2009 15:09:04 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LWFxb-000782-Qa for emacs-devel@gnu.org; Sun, 08 Feb 2009 15:09:03 -0500 Original-Received: from [199.232.76.173] (port=38209 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LWFxb-00077z-Kz for emacs-devel@gnu.org; Sun, 08 Feb 2009 15:08:59 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:44293 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LWFxb-0001Z5-BZ for emacs-devel@gnu.org; Sun, 08 Feb 2009 15:08:59 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AsoEAKvKjklFxIvi/2dsb2JhbACBbspuhBoGgx0 X-IronPort-AV: E=Sophos;i="4.37,400,1231131600"; d="scan'208";a="33552759" Original-Received: from 69-196-139-226.dsl.teksavvy.com (HELO ceviche.home) ([69.196.139.226]) by ironport2-out.teksavvy.com with ESMTP; 08 Feb 2009 15:08:57 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 9D909B4015; Sun, 8 Feb 2009 15:08:57 -0500 (EST) In-Reply-To: <87vdrln48c.fsf@jurta.org> (Juri Linkov's message of "Sun, 08 Feb 2009 02:48:19 +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:108875 Archived-At: > For starters, the following patch does this for dired-mode: FWIW, I think the right patch for dired would be to set truncate-lines to t. Stefan