emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#10497: closed (cua mode C-x not working)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#10497: closed (cua mode C-x not working)
Date: Sat, 14 Jan 2012 19:18:01 +0000

Your message dated Sat, 14 Jan 2012 09:41:52 -0600
with message-id <address@hidden>
and subject line Re: bug#10497: cua mode C-x not working
has caused the debbugs.gnu.org bug report #10497,
regarding cua mode C-x not working
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
10497: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10497
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: cua mode C-x not working Date: Fri, 13 Jan 2012 15:22:09 -0600

From: address@hidden
To: address@hidden
Subject: 23.3; cua-mode C-x not working
--text follows this line--
This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your report will be posted to the address@hidden mailing list
and the gnu.emacs.bug news group, and at http://debbugs.gnu.org.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug.  If you can, give
a recipe starting from `emacs -Q':

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'

If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
For information about debugging Emacs, please read the file
c:/Users/mfitzgerald/Downloads/emacs-23.3-bin-i386/emacs-23.3/etc/DEBUG.


In GNU Emacs 23.3.1 (i386-mingw-nt6.1.7600)
 of 2011-03-10 on 3249CTO
Windowing system distributor `Microsoft Corp.', version 6.1.7600
configured using `configure --with-gcc (4.5) --no-opt --cflags -Ic:/imagesupport/include'

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: ENU
  value of $XMODIFIERS: nil
  locale-coding-system: cp1252
  default enable-multibyte-characters: t

Major mode: Fundamental

Minor modes in effect:
  cua-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  blink-cursor-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
M-x c u a - m <tab> <return> C-x b s l d k f j l s
k d j f <return> s l d k f j l s k d j f <return> <up>
<C-S-right> C-x <timeout> <help-echo> <down-mouse-1>
<mouse-1> M-x r e p o r t - b <tab> <return>

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Cua mode enabled
cua-cut-region: Symbol's function definition is void: cua--register

Load-path shadows:
None found.

Features:
(shadow sort mail-extr message ecomplete rfc822 mml easymenu mml-sec
password-cache mm-decode mm-bodies mm-encode mailcap mail-parse rfc2231
rfc2047 rfc2045 qp ietf-drums mailabbrev nnheader gnus-util netrc
time-date mm-util mail-prsvr gmm-utils wid-edit mailheader canlock sha1
hex-util hashcash mail-utils emacsbug cus-start cus-load cua-base
tooltip ediff-hook vc-hooks lisp-float-type mwheel dos-w32 disp-table
ls-lisp w32-win w32-vars tool-bar dnd fontset image fringe lisp-mode
register page menu-bar rfn-eshadow timer select scroll-bar mldrag mouse
jit-lock font-lock syntax facemenu font-core frame cham georgian
utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean
japanese hebrew greek romanian slovak czech european ethiopic indian
cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev
loaddefs button minibuffer faces cus-face files text-properties overlay
md5 base64 format env code-pages mule custom widget
hashtable-print-readable backquote make-network-process multi-tty emacs)


--- End Message ---
--- Begin Message --- Subject: Re: bug#10497: cua mode C-x not working Date: Sat, 14 Jan 2012 09:41:52 -0600 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 <address@hidden> 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))
   ...)


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]