From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Matthew Dempsky Newsgroups: gmane.emacs.bugs Subject: bug#5106: 23.1.50; global-visual-line-mode breaks find-file minibuffer usage Date: Mon, 7 Dec 2009 13:50:31 -0800 Message-ID: References: <87r5r80wfj.fsf@stupidchicken.com> Reply-To: Matthew Dempsky , 5106@emacsbugs.donarmstrong.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1260226623 23540 80.91.229.12 (7 Dec 2009 22:57:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Dec 2009 22:57:03 +0000 (UTC) Cc: 5106@emacsbugs.donarmstrong.com To: Chong Yidong Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Dec 07 23:56:56 2009 Return-path: Envelope-to: geb-bug-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 1NHmVj-0001Ho-7n for geb-bug-gnu-emacs@m.gmane.org; Mon, 07 Dec 2009 23:56:55 +0100 Original-Received: from localhost ([127.0.0.1]:49351 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NHmVj-0005X4-1R for geb-bug-gnu-emacs@m.gmane.org; Mon, 07 Dec 2009 17:56:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NHljy-0004Ix-JT for bug-gnu-emacs@gnu.org; Mon, 07 Dec 2009 17:07:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NHljt-0004F4-5e for bug-gnu-emacs@gnu.org; Mon, 07 Dec 2009 17:07:33 -0500 Original-Received: from [199.232.76.173] (port=60415 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NHljs-0004Eo-Mh for bug-gnu-emacs@gnu.org; Mon, 07 Dec 2009 17:07:28 -0500 Original-Received: from rzlab.ucr.edu ([138.23.92.77]:40463) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NHljs-000382-8t for bug-gnu-emacs@gnu.org; Mon, 07 Dec 2009 17:07:28 -0500 Original-Received: from rzlab.ucr.edu (rzlab.ucr.edu [127.0.0.1]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nB7M7PUC017777; Mon, 7 Dec 2009 14:07:26 -0800 Original-Received: (from debbugs@localhost) by rzlab.ucr.edu (8.14.3/8.14.3/Submit) id nB7Lt5q3015933; Mon, 7 Dec 2009 13:55:05 -0800 Resent-Date: Mon, 7 Dec 2009 13:55:05 -0800 X-Loop: owner@emacsbugs.donarmstrong.com Resent-From: Matthew Dempsky Resent-To: bug-submit-list@donarmstrong.com Resent-CC: Emacs Bugs 2Resent-Date: Mon, 07 Dec 2009 21:55:05 +0000 Resent-Message-ID: Resent-Sender: owner@emacsbugs.donarmstrong.com X-Emacs-PR-Message: followup 5106 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Original-Received: via spool by 5106-submit@emacsbugs.donarmstrong.com id=B5106.126022263815731 (code B ref 5106); Mon, 07 Dec 2009 21:55:05 +0000 Original-Received: (at 5106) by emacsbugs.donarmstrong.com; 7 Dec 2009 21:50:38 +0000 X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. Original-Received: from mail-px0-f191.google.com (mail-px0-f191.google.com [209.85.216.191]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id nB7LobnZ015716 for <5106@emacsbugs.donarmstrong.com>; Mon, 7 Dec 2009 13:50:38 -0800 Original-Received: by pxi29 with SMTP id 29so1231767pxi.1 for <5106@emacsbugs.donarmstrong.com>; Mon, 07 Dec 2009 13:50:32 -0800 (PST) Original-Received: by 10.114.189.37 with SMTP id m37mr13143821waf.67.1260222631932; Mon, 07 Dec 2009 13:50:31 -0800 (PST) In-Reply-To: <87r5r80wfj.fsf@stupidchicken.com> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Resent-Date: Mon, 07 Dec 2009 17:07:33 -0500 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:33385 Archived-At: On Sun, Dec 6, 2009 at 10:49 AM, Chong Yidong wrote= : > I guess beginning-of-visual-line should constrain to field boundaries, > like move-beginning-of-line. =A0I've checked in a fix. =A0Thanks. I can confirm C-a is fixed, but I just noticed C-b still moves past field boundaries too.