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

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

CUA & (mark-sexp -1) changed behavior.


From: Bielawski, Richard G.
Subject: CUA & (mark-sexp -1) changed behavior.
Date: Tue, 29 Mar 2005 13:46:43 -0800

A few weeks ago (mark-sexp -1) changed behavior in CUA mode.

I've got this key mapped.

(global-set-key [?\C-\M- ] '(lambda ()(interactive)(mark-sexp -1)))

In older versions of CVS Emacs, repeated pressing of C-M-SPC
would select successive prior statements.  For example:

  (foo)
  (bar)
  (baz)
       ^ With point here pressing C-M-SPC would select

  (baz)

Pressing C-M-SPC again would extend the selection to include

  (bar)
  (baz)

And so on... Just like C-M-@ does in the forward direction.

This no longer happens.  Additional pressing of C-M-SPC no longer 
extends the selection.


Richard Bielawski




reply via email to

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