all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Drew Adams" <drew.adams@oracle.com>
To: "'Glenn Morris'" <rgm@gnu.org>, "'Mike Fitzgerald'" <mikef656@gmail.com>
Cc: 10497@debbugs.gnu.org
Subject: bug#10497: cua mode C-x not working
Date: Fri, 13 Jan 2012 14:15:56 -0800	[thread overview]
Message-ID: <4D54FD307E0D43BE980DBE3AF070ACA6@us.oracle.com> (raw)
In-Reply-To: <8pvcof1d6y.fsf@fencepost.gnu.org>

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

I couldn't repro it either, and I too see nowhere the value of variable
`cua--register' being called as a function. 

Mike sent me a screenshot separately (he originally thought it was a conflict
between Icicles and CUA mode), and in the screenshot there is this error message
in buffer *Messages*:

cua-cut-region: Symbol's function definition is void: cua--register

IOW, it was indeed `cua-cut-region' that tried to invoke `cua--register' as a
function.  No idea why.

He's using the 23.3.1 release.  Dunno why I cannot repro it using the same
release.

Maybe if he byte-compiles cua-base.el anew the problem will go away...






  reply	other threads:[~2012-01-13 22:15 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 [this message]
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=4D54FD307E0D43BE980DBE3AF070ACA6@us.oracle.com \
    --to=drew.adams@oracle.com \
    --cc=10497@debbugs.gnu.org \
    --cc=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.