all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: Mike Fitzgerald <mikef656@gmail.com>
Cc: 10497@debbugs.gnu.org
Subject: bug#10497: cua mode C-x not working
Date: Fri, 13 Jan 2012 16:53:57 -0500	[thread overview]
Message-ID: <8pvcof1d6y.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <CACy+NBKhELDmKmzm2PzJvEurYnbdTDt0n4-LptF9chfRngSnTg@mail.gmail.com> (Mike Fitzgerald's message of "Fri, 13 Jan 2012 15:22:09 -0600")

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





  reply	other threads:[~2012-01-13 21:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-13 21:22 bug#10497: cua mode C-x not working Mike Fitzgerald
2012-01-13 21:53 ` Glenn Morris [this message]
2012-01-13 22:15   ` Drew Adams
2012-01-14 15:41   ` Mike Fitzgerald
2012-01-14  8:38 ` Eli Zaretskii

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=8pvcof1d6y.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=10497@debbugs.gnu.org \
    --cc=mikef656@gmail.com \
    /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.