all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Mike Fitzgerald <mikef656@gmail.com>
To: Glenn Morris <rgm@gnu.org>
Subject: bug#10497: cua mode C-x not working
Date: Sat, 14 Jan 2012 09:41:52 -0600	[thread overview]
Message-ID: <CACy+NB+6Vo4zhiQKGGyaGUpB9+bKT3hr2oSzqsNNAvY6tBTOVw@mail.gmail.com> (raw)
In-Reply-To: <8pvcof1d6y.fsf@fencepost.gnu.org>

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

Hi Glenn,

Re-byte compiling seems to have made the issue go away
However it has been a bit random in its appearance.

Seems reasonable to to close the ticket at this time.

Thanks

Mike

On Fri, Jan 13, 2012 at 3:53 PM, Glenn Morris <rgm@gnu.org> wrote:

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

[-- Attachment #2: Type: text/html, Size: 1594 bytes --]

  parent reply	other threads:[~2012-01-14 15:41 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
2012-01-13 22:15   ` Drew Adams
2012-01-14 15:41   ` Mike Fitzgerald [this message]
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=CACy+NB+6Vo4zhiQKGGyaGUpB9+bKT3hr2oSzqsNNAvY6tBTOVw@mail.gmail.com \
    --to=mikef656@gmail.com \
    --cc=rgm@gnu.org \
    /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.