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

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

bug#1549: marked as done (23.0.60; Problem with word wrap plus cua mode


From: Emacs bug Tracking System
Subject: bug#1549: marked as done (23.0.60; Problem with word wrap plus cua mode)
Date: Thu, 18 Dec 2008 10:45:02 +0000

Your message dated Thu, 18 Dec 2008 11:41:24 +0100
with message-id <494A28D4.5010204@gmx.at>
and subject line Re: bug#1549: 23.0.60; Problem with word wrap plus cua mode
has caused the Emacs bug report #1549,
regarding 23.0.60; Problem with word wrap plus cua mode
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 don@donarmstrong.com
immediately.)


-- 
1549: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=1549
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems
--- Begin Message --- Subject: 23.0.60; Problem with word wrap plus cua mode Date: Fri, 12 Dec 2008 11:37:37 GMT
start with "emacs -Q"

select from the menu:
Options -> "C-x/C-c/C-v Cut and Paste (CUA)"
then also select
Options -> "Line Wrapping in this Buffer" -> "Word Wrap (Visual Line Mode)"

now go into a non-empty line in the *scratch* buffer and press S-end.
Expected behaviour: obtain active region to end of line and move point to 
end of line.
Actual behaviour: point is only moved to end of line, but no region 
is highlighted. 

The bug seems to be related to the combination of cua-mode and 
visual-line-mode, since for example after switching off 
"C-x/C-c/C-v Cut and Paste (CUA)" in the option menu S-end works as 
expected.


In GNU Emacs 23.0.60.2 (x86_64-unknown-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2008-12-12 on lnx0015f2465ec6
Windowing system distributor `The X.Org Foundation', version 11.0.10300000
configured using `configure  '--prefix=/home/aamann/local/emacs-cvs' 
'LDFLAGS=-L/home/aamann/local/lib64' 'CPPFLAGS=-I/home/aamann/local/include''

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_IE.utf8
  value of $XMODIFIERS: @im=none
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

Major mode: Lisp Interaction

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

Recent input:
<up> <up> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <menu-bar> <options> <cua-mode> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <menu-bar> <options> <line-wrapping> 
<word-wrap> <S-end> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> <menu-bar> <help-menu> 
<send-emacs-bug-report>

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Cua mode enabled
Visual-Line mode enabled



--- End Message ---
--- Begin Message --- Subject: Re: bug#1549: 23.0.60; Problem with word wrap plus cua mode Date: Thu, 18 Dec 2008 11:41:24 +0100 User-agent: Thunderbird 2.0.0.16 (Windows/20080708)
Fixed as

        * emulation/cua-base.el (cmd): Add beginning-of-visual-line and
        end-of-visual-line to CUA's recognized commands.  (Bug#1549)

martin


--- End Message ---

reply via email to

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