unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#6702: 24.0.50; Can't yank text on Mac OS X
@ 2010-07-22  9:31 Magnus Henoch
  2010-07-29 16:20 ` Magnus Henoch
  0 siblings, 1 reply; 3+ messages in thread
From: Magnus Henoch @ 2010-07-22  9:31 UTC (permalink / raw)
  To: 6702

Running Emacs from bzr on Mac OS 10.6.4, if I mark some text, save it
with M-w, and then try to yank it with C-y, I get the error message
'Quit: "pasteboard doesn't contain valid data"'.  (See keystrokes and
message log below.)

Also, I can't paste the saved text into another application.  However,
if I copy text from another application, I can yank it into Emacs with
C-y.

Only M-w and C-w seem to be affected; text killed with M-d and C-k can
be yanked and pasted.

Everything used to work as expected in Emacs 23.2.


In GNU Emacs 24.0.50.2 (x86_64-apple-darwin10.4.0, NS apple-appkit-1038.32)
 of 2010-07-20 on Magnus-Henochs-MacBook-Pro.local
Windowing system distributor `Apple', version 10.3.1038
configured using `configure  '--with-ns''

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: en_GB.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  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
  font-lock-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
C-SPC <up> <up> <up> <up> M-w <C-down> C-y M-x r e 
p o r t - e m a c s - b u g <return>

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Mark set [2 times]
Quit: "pasteboard doesn't contain valid data"

Load-path shadows:
None found.

Features:
(shadow sort gnus-util mail-extr message rfc822 mml mml-sec mm-decode
mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums
mm-util mail-prsvr mailabbrev mail-utils gmm-utils mailheader emacsbug
tooltip ediff-hook vc-hooks lisp-float-type mwheel ns-win easymenu
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 ns multi-tty emacs)





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#6702: 24.0.50; Can't yank text on Mac OS X
  2010-07-22  9:31 bug#6702: 24.0.50; Can't yank text on Mac OS X Magnus Henoch
@ 2010-07-29 16:20 ` Magnus Henoch
  2010-07-29 20:46   ` David De La Harpe Golden
  0 siblings, 1 reply; 3+ messages in thread
From: Magnus Henoch @ 2010-07-29 16:20 UTC (permalink / raw)
  To: 6702

Magnus Henoch <magnus.henoch@gmail.com> writes:

> Running Emacs from bzr on Mac OS 10.6.4, if I mark some text, save it
> with M-w, and then try to yank it with C-y, I get the error message
> 'Quit: "pasteboard doesn't contain valid data"'.  (See keystrokes and
> message log below.)
>
> Also, I can't paste the saved text into another application.  However,
> if I copy text from another application, I can yank it into Emacs with
> C-y.
>
> Only M-w and C-w seem to be affected; text killed with M-d and C-k can
> be yanked and pasted.

Correction: I figured out that the nature of the problem is different.
When I mark a region of text with C-SPC and movement keys, everything
works fine if I then hit M-w _twice_.  After the first press, the
highlighting disappears, and after the second press, the cursor briefly
blinks at the mark, signalling that the text was actually saved.

I'll dig deeper into this when I find time...

Magnus





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#6702: 24.0.50; Can't yank text on Mac OS X
  2010-07-29 16:20 ` Magnus Henoch
@ 2010-07-29 20:46   ` David De La Harpe Golden
  0 siblings, 0 replies; 3+ messages in thread
From: David De La Harpe Golden @ 2010-07-29 20:46 UTC (permalink / raw)
  To: Magnus Henoch; +Cc: 6702, yandros

On 29/07/10 17:20, Magnus Henoch wrote:
> Magnus Henoch<magnus.henoch@gmail.com>  writes:
>
>> Running Emacs from bzr on Mac OS 10.6.4, if I mark some text, save it
>> with M-w, and then try to yank it with C-y, I get the error message
>> 'Quit: "pasteboard doesn't contain valid data"'.  (See keystrokes and
>> message log below.)
>>
>> Also, I can't paste the saved text into another application.  However,
>> if I copy text from another application, I can yank it into Emacs with
>> C-y.
>>
>> Only M-w and C-w seem to be affected; text killed with M-d and C-k can
>> be yanked and pasted.
>
> Correction: I figured out that the nature of the problem is different.
> When I mark a region of text with C-SPC and movement keys, everything
> works fine if I then hit M-w _twice_.  After the first press, the
> highlighting disappears, and after the second press, the cursor briefly
> blinks at the mark, signalling that the text was actually saved.
>

Hmm. Not that it helps you exactly, but that's actually a bit less 
broken than I thought.  Please note, there are several known issues in 
this area on macosx and other platforms owing to some recent changes to 
defaults.

see e.g. #6677 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6677

See:
http://lists.gnu.org/archive/html/emacs-devel/2010-07/msg01314.html
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=6720#20

for instructions on reverting the new behaviour for now if you want to.

I will be looking at the area over this weekend, anyway, on x11/w32/ns.

















^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-07-29 20:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-22  9:31 bug#6702: 24.0.50; Can't yank text on Mac OS X Magnus Henoch
2010-07-29 16:20 ` Magnus Henoch
2010-07-29 20:46   ` David De La Harpe Golden

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).