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

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

Re: Mac OSX/Carbon - recent changes break menu bar shortcuts


From: YAMAMOTO Mitsuharu
Subject: Re: Mac OSX/Carbon - recent changes break menu bar shortcuts
Date: Thu, 28 Apr 2005 21:29:58 +0900
User-agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/22.0.50 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI)

>>>>> On Thu, 28 Apr 2005 08:03:29 +0100, Lawrence Akka <address@hidden> 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
                                address@hidden




reply via email to

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