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

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

[Emacs-bug-tracker] bug#6944: closed (Paste in Edit menu not active at s


From: GNU bug Tracking System
Subject: [Emacs-bug-tracker] bug#6944: closed (Paste in Edit menu not active at start)
Date: Mon, 30 Aug 2010 18:10:03 +0000

Your message dated Mon, 30 Aug 2010 21:12:26 +0300
with message-id <address@hidden>
and subject line Re: bug#6944: Paste in Edit menu not active at start
has caused the GNU bug report #6944,
regarding Paste in Edit menu not active at start
to be marked as done.

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


-- 
6944: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6944
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Paste in Edit menu not active at start Date: Mon, 30 Aug 2010 12:32:56 +0200
After starting Emacs with "emacs -Q" the "Paste" alternative is not
active in the menu even though C-y works.


In GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600)
 of 2010-08-10
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4) --no-opt --cflags
-Ic:/g/include -fno-crossjumping'



--- End Message ---
--- Begin Message --- Subject: Re: bug#6944: Paste in Edit menu not active at start Date: Mon, 30 Aug 2010 21:12:26 +0300
> From: Chong Yidong <address@hidden>
> Cc: Lennart Borgman <address@hidden>, address@hidden
> Date: Mon, 30 Aug 2010 13:37:52 -0400
> 
> Eli Zaretskii <address@hidden> writes:
> 
> >   (define-key menu-bar-edit-menu [paste]
> >     `(menu-item ,(purecopy "Paste") yank
> >             :enable (and (or
> >                           ;; Emacs compiled --without-x doesn't have
> >                           ;; x-selection-exists-p.
> >                           (and (fboundp 'x-selection-exists-p)
> >                                (x-selection-exists-p))
> >                           kill-ring)
> >                          (not buffer-read-only))
> >
> > I can easily fix that with an MS-Windows specific change, but I'm
> > actually surprised we don't call (x-selection-exists-p 'CLIPBOARD)
> > here: isn't C-y supposed to yank from the clipboard, not from PRIMARY?
> > If we use 'CLIPBOARD, the code will work on Windows without any
> > changes.
> 
> Yes, please make the change.  This looks like an oversight.

Done.


--- End Message ---

reply via email to

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