From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: please make line-move-visual nil Date: Fri, 12 Jun 2009 10:16:57 -0700 Message-ID: <8982B2CF70794451BE7693392E14AA2A@us.oracle.com> References: <87eiue83i7.fsf@cyd.mit.edu><87my92dmdt.fsf@cyd.mit.edu><87eiudewtq.fsf@uwakimon.sk.tsukuba.ac.jp> <831vqdubqy.fsf@gnu.org><6161f3180905270548t3012bc1ah161719ae01db0fb5@mail.gmail.com><5f0ff9220906010736paad9321td86fd52326ebe722@mail.gmail.com><87oct7sur8.fsf@cyd.mit.edu><31703F2EAE7D4CAF8E671B0C18916D01@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1244827090 7419 80.91.229.12 (12 Jun 2009 17:18:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 12 Jun 2009 17:18:10 +0000 (UTC) Cc: 3438@emacsbugs.donarmstrong.com To: Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 12 19:18:06 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 1MFAOD-00056q-Ji for ged-emacs-devel@m.gmane.org; Fri, 12 Jun 2009 19:18:05 +0200 Original-Received: from localhost ([127.0.0.1]:58914 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MFAOD-0007yU-0s for ged-emacs-devel@m.gmane.org; Fri, 12 Jun 2009 13:18:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MFANR-0007DC-1L for emacs-devel@gnu.org; Fri, 12 Jun 2009 13:17:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MFANM-00077y-Hb for emacs-devel@gnu.org; Fri, 12 Jun 2009 13:17:16 -0400 Original-Received: from [199.232.76.173] (port=45993 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MFANM-00077t-85 for emacs-devel@gnu.org; Fri, 12 Jun 2009 13:17:12 -0400 Original-Received: from acsinet11.oracle.com ([141.146.126.233]:38268) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MFANL-0000FV-L7 for emacs-devel@gnu.org; Fri, 12 Jun 2009 13:17:12 -0400 Original-Received: from rgminet15.oracle.com (rcsinet15.oracle.com [148.87.113.117]) by acsinet11.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n5CHHpEx006342 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 12 Jun 2009 17:17:53 GMT Original-Received: from abhmt006.oracle.com (abhmt006.oracle.com [141.146.116.15]) by rgminet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id n5CHH1pZ016950; Fri, 12 Jun 2009 17:17:02 GMT Original-Received: from dradamslap1 (/141.144.89.108) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 12 Jun 2009 10:16:55 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 Thread-Index: AcnjCRE6fREtJkgpQaGNHP2ToGepFQIbeFiQ X-Source-IP: abhmt006.oracle.com [141.146.116.15] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090208.4A328D88.01BE:SCFSTAT5015188,ss=1,fgs=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) 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:111455 Archived-At: > > I proposed making the variable always buffer-local. SM> There would be no benefit to it: SM> (set (make-local-variable ) ) SM> is the standard way for major modes to set variables. Irrelevant. This is not about how to set the variable, but whether the variable should always be buffer-local. `truncate-lines', `word-wrap', and similar variables are all always buffer-local. `line-move-visual' should be also, for the same reasons.