>>>>> On Thu, 28 Apr 2005 08:03:29 +0100, Lawrence Akka <[EMAIL PROTECTED]> 
>>>>> said:

> A change over the past week has meant that the keybindings for
> cut/copy/paste no longer show up on the edit menu under OSX/carbon.

> For example:

> emacs -Q (cua-mode 1)

> Edit menu shows Cut (<cut>), Paste (<paste>) instead of Cut (C-c),
> Paste (C-v)

This is because (menu-bar-enable-clipboard) is added to mac-win.el in
order to solve the following problem:

    [osx] edit/paste menu item always disabled
    http://lists.gnu.org/archive/html/emacs-devel/2004-10/msg00101.html

We can find the same line in both x-win.el and w32-win.el, and the
shortcuts of the menu items in question are not changed by (cua-mode
1) at least on the X11 build.  I'm not familiar with cua-mode, but
does that affect cut/copy/paste operations?

                                     YAMAMOTO Mitsuharu
                                [EMAIL PROTECTED]


_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to