bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#5106: marked as done (23.1.50; global-visual-line-mode breaks find-f


From: Emacs bug Tracking System
Subject: bug#5106: marked as done (23.1.50; global-visual-line-mode breaks find-file minibuffer usage)
Date: Sun, 06 Dec 2009 18:55:08 +0000

Your message dated Sun, 06 Dec 2009 13:49:52 -0500
with message-id <87r5r80wfj.fsf@stupidchicken.com>
and subject line Re: 23.1.50; global-visual-line-mode breaks find-file 
minibuffer usage
has caused the Emacs bug report #5106,
regarding 23.1.50; global-visual-line-mode breaks find-file minibuffer usage
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
5106: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=5106
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems
--- Begin Message --- Subject: 23.1.50; global-visual-line-mode breaks find-file minibuffer usage Date: Wed, 2 Dec 2009 11:31:01 -0800
Normally pressing C-a while using find-file will place the point
immediately after the "Find file: " prompt, but after turning on
global-visual-line-mode, C-a will place the point at the start of the
minibuffer; i.e., before the "Find file: " prompt.


In GNU Emacs 23.1.50.1 (i386-apple-darwin9.8.0, NS apple-appkit-949.54)
 of 2009-12-02 on admins-macbook-pro-2.local
Windowing system distributor `Apple', version 10.3.949
configured using `configure  '--with-ns' '--without-x''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  global-visual-line-mode: t
  visual-line-mode: t
  transient-mark-mode: t

Recent input:
C-x C-f C-a C-g M-: ( g l o b a l - v i s u a l - l
i n e - m o d e SPC 1 ) <return> C-x C-f C-a C-g M-`
h s

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Quit
t
Quit

Load-path shadows:
None found.

Features:
(shadow mail-extr message ecomplete rfc822 mml mml-sec password-cache
mm-decode mm-bodies mm-encode mailcap mail-parse rfc2231 rfc2047 rfc2045
qp ietf-drums mailabbrev nnheader gnus-util netrc time-date mm-util
mail-prsvr gmm-utils wid-edit mailheader canlock sha1 hex-util hashcash
mail-utils emacsbug sendmail regexp-opt help-mode view tmm electric
tooltip ediff-hook vc-hooks lisp-float-type mwheel ns-win easymenu
tool-bar dnd fontset image fringe lisp-mode register page menu-bar
rfn-eshadow timer select scroll-bar mldrag mouse jit-lock font-lock
syntax facemenu font-core frame cham georgian utf-8-lang misc-lang
vietnamese tibetan thai tai-viet lao korean japanese hebrew greek
romanian slovak czech european ethiopic indian cyrillic chinese
case-table epa-hook jka-cmpr-hook help simple abbrev loaddefs button
minibuffer faces cus-face text-properties overlay md5 base64 format env
code-pages mule custom widget hashtable-print-readable backquote
make-network-process ns multi-tty emacs)


--- End Message ---
--- Begin Message --- Subject: Re: 23.1.50; global-visual-line-mode breaks find-file minibuffer usage Date: Sun, 06 Dec 2009 13:49:52 -0500
> Normally pressing C-a while using find-file will place the point
> immediately after the "Find file: " prompt, but after turning on
> global-visual-line-mode, C-a will place the point at the start of the
> minibuffer; i.e., before the "Find file: " prompt.

I guess beginning-of-visual-line should constrain to field boundaries,
like move-beginning-of-line.  I've checked in a fix.  Thanks.

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]