From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Miles Bader Newsgroups: gmane.emacs.devel Subject: Re: beginning-of-visual-line doesn't respect read-only prompts in minibuffer Date: Mon, 22 Jun 2009 09:36:48 +0900 Message-ID: <87eitdxfxb.fsf@catnip.gol.com> References: <21glws75qscc.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1245631037 28125 80.91.229.12 (22 Jun 2009 00:37:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Jun 2009 00:37:17 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 22 02:37:13 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 1MIXX5-0005fx-RC for ged-emacs-devel@m.gmane.org; Mon, 22 Jun 2009 02:37:12 +0200 Original-Received: from localhost ([127.0.0.1]:57795 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MIXX5-0005Tv-3j for ged-emacs-devel@m.gmane.org; Sun, 21 Jun 2009 20:37:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MIXX0-0005Tg-No for emacs-devel@gnu.org; Sun, 21 Jun 2009 20:37:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MIXWv-0005T3-Ck for emacs-devel@gnu.org; Sun, 21 Jun 2009 20:37:05 -0400 Original-Received: from [199.232.76.173] (port=33996 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MIXWv-0005T0-7V for emacs-devel@gnu.org; Sun, 21 Jun 2009 20:37:01 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:54370 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MIXWu-00061G-QU for emacs-devel@gnu.org; Sun, 21 Jun 2009 20:37:01 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MIXWs-0003oL-Ri for emacs-devel@gnu.org; Mon, 22 Jun 2009 00:36:58 +0000 Original-Received: from 218.231.109.116.eo.eaccess.ne.jp ([218.231.109.116]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 22 Jun 2009 00:36:58 +0000 Original-Received: from miles by 218.231.109.116.eo.eaccess.ne.jp with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 22 Jun 2009 00:36:58 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 20 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 218.231.109.116.eo.eaccess.ne.jp System-Type: x86_64-unknown-linux-gnu Cancel-Lock: sha1:JJKzhIL25Ve4luLIHbRJgzXdhVo= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:111620 Archived-At: William Xu writes: > When global-visual-line-mode is enabled, C-a is rebinded to > beginning-of-visual-line, which doesn't respect(or get respected) > read-only prompts in minibuffer like old beginning-of-line. For > example, > > M-x C-e C-a a > > You get a warn: "Text is read-only". This is very bad. I guess it is a > bug? Certainly. -Miles -- Carefully crafted initial estimates reward you not only with reduced computational effort, but also with understanding and increased self-esteem. -- Numerical methods in C, Chapter 9. "Root Finding and Nonlinear Sets of Equations"