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: line-move-visual never set to nil? Date: Sat, 26 Jul 2008 14:13:11 -0400 Message-ID: References: <18571.25125.311010.324079@gargle.gargle.HOWL> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1217096013 18721 80.91.229.12 (26 Jul 2008 18:13:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 26 Jul 2008 18:13:33 +0000 (UTC) Cc: emacs-devel@gnu.org To: raman@users.sf.net Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 26 20:14:22 2008 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 1KMoHZ-00029G-Oe for ged-emacs-devel@m.gmane.org; Sat, 26 Jul 2008 20:14:18 +0200 Original-Received: from localhost ([127.0.0.1]:36943 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KMoGf-0005Di-P7 for ged-emacs-devel@m.gmane.org; Sat, 26 Jul 2008 14:13:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KMoGZ-0005BF-Pm for emacs-devel@gnu.org; Sat, 26 Jul 2008 14:13:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KMoGX-00056M-2f for emacs-devel@gnu.org; Sat, 26 Jul 2008 14:13:14 -0400 Original-Received: from [199.232.76.173] (port=39763 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KMoGW-00056E-SF for emacs-devel@gnu.org; Sat, 26 Jul 2008 14:13:12 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:19064) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KMoGW-00005O-M3 for emacs-devel@gnu.org; Sat, 26 Jul 2008 14:13:12 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhAFABAGi0hFxIYw/2dsb2JhbACBW4k+o3CBdA X-IronPort-AV: E=Sophos;i="4.31,256,1215403200"; d="scan'208";a="24840150" Original-Received: from 69-196-134-48.dsl.teksavvy.com (HELO pastel.home) ([69.196.134.48]) by ironport2-out.teksavvy.com with ESMTP; 26 Jul 2008 14:13:12 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 87F8E7F53; Sat, 26 Jul 2008 14:13:11 -0400 (EDT) In-Reply-To: <18571.25125.311010.324079@gargle.gargle.HOWL> (T. V. Raman's message of "Sat, 26 Jul 2008 10:43:01 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: 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:101554 Archived-At: > Looking at the code that defines visual-line-mode -- I dont see > the line-move-visual getting set at any point; also, I see a > command to turn-on-visual-line-mode -- but no corresponding > command to turn it off. Yes, could someone remove turn-on-visual-line-mode? The command to turn it ON is the same as the one to turn it OFF, i.e. `visual-line-mode'. Stefan