all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tak Ota <Takaaki.Ota@am.sony.com>
Subject: Cannot copy/cut from emacs
Date: Fri, 02 Jul 2004 09:11:53 -0700 (PDT)	[thread overview]
Message-ID: <20040702.091153.01370603.Takaaki.Ota@am.sony.com> (raw)

2004-07-01  Kenichi Handa  <handa@m17n.org>

	* w32select.c (Fw32_set_clipboard_data): Update `nbytes' correctly
	after getting a new string by pre-write-conversion.

This change breaks copying from emacs to the system clipboard.
The newly added following "+ 1" garble the clipboard content when
emacs performs kill/copy operation.

            nbytes = SBYTES (string) + 1;

Removing the "+ 1" restores the correct operation.

             reply	other threads:[~2004-07-02 16:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-02 16:11 Tak Ota [this message]
2004-07-03  0:14 ` Cannot copy/cut from emacs Kenichi Handa
2004-07-03  1:01   ` Tak Ota
2004-07-03 17:57     ` Tak Ota

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040702.091153.01370603.Takaaki.Ota@am.sony.com \
    --to=takaaki.ota@am.sony.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.