GNU bug report logs - #10497
cua mode C-x not working

Previous Next

Package: emacs;

Reported by: Mike Fitzgerald <mikef656 <at> gmail.com>

Date: Fri, 13 Jan 2012 21:23:01 UTC

Severity: normal

Tags: moreinfo, unreproducible

Done: Mike Fitzgerald <mikef656 <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Glenn Morris <rgm <at> gnu.org>
To: Mike Fitzgerald <mikef656 <at> gmail.com>
Cc: 10497 <at> debbugs.gnu.org
Subject: bug#10497: cua mode C-x not working
Date: Fri, 13 Jan 2012 16:53:57 -0500
Mike Fitzgerald wrote:

> 1) emacs-q
> 2) M-x cua-mode
> 3) C-x b
> 4) type in some random letters to create a randomly named buffer
> 5) type in some random letters to create a random word in my new buffer
> 6) select the new word
> 7) C-x (expect to cut the selected text)
> 8) get message in mode line:
>    'Symbol's function definition is void: cua--register'
[...]
> In GNU Emacs 23.3.1 (i386-mingw-nt6.1.7600)
[...]
> Cua mode enabled
> cua-cut-region: Symbol's function definition is void: cua--register

Thanks for the report, but I cannot reproduce this with Emacs 23.3 on
GNU/Linux. cua--register is a variable, not a function. It's hard to see
how this error could happen. It almost looks like your cua-base.el has
been mis-compiled, since the only reference to cua--register in
cua-cut-region is:

(cond
   (cua--register
    (copy-to-register cua--register start end t))
    ...)




This bug report was last modified 13 years and 190 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.