all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: 1549@emacsbugs.donarmstrong.com
Cc: andreas.amann@web.de, "andreas.amann" <andreas.amann@tyndall.ie>
Subject: bug#1549: 23.0.60; Problem with word wrap plus cua mode
Date: Tue, 16 Dec 2008 11:16:01 +0100	[thread overview]
Message-ID: <49477FE1.7030108@gmx.at> (raw)
In-Reply-To: <200812121137.mBCBbbss024642@localhost.localdomain>

[-- Attachment #1: Type: text/plain, Size: 500 bytes --]

 > 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.

Does the attached patch fix it?

martin

[-- Attachment #2: cua-base.diff --]
[-- Type: text/plain, Size: 442 bytes --]

*** emulation/cua-base.el.~1.98.~	2008-06-27 09:34:47.000000000 +0200
--- emulation/cua-base.el	2008-12-16 11:12:05.421875000 +0100
***************
*** 1495,1500 ****
--- 1495,1501 ----
     next-line previous-line
     forward-word backward-word
     end-of-line beginning-of-line
+    end-of-visual-line beginning-of-visual-line
     move-end-of-line move-beginning-of-line
     end-of-buffer beginning-of-buffer
     scroll-up scroll-down

  reply	other threads:[~2008-12-16 10:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <494A28D4.5010204@gmx.at>
2008-12-12 11:37 ` bug#1549: 23.0.60; Problem with word wrap plus cua mode andreas.amann
2008-12-16 10:16   ` martin rudalics [this message]
2008-12-16 10:56     ` Andreas Amann
2008-12-18 10:45   ` bug#1549: marked as done (23.0.60; Problem with word wrap plus cua mode) Emacs bug Tracking System

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49477FE1.7030108@gmx.at \
    --to=rudalics@gmx.at \
    --cc=1549@emacsbugs.donarmstrong.com \
    --cc=andreas.amann@tyndall.ie \
    --cc=andreas.amann@web.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.