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