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

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

Clipboard doesn't get entire selection.


From: LaserDoodads Info
Subject: Clipboard doesn't get entire selection.
Date: Sat, 26 Feb 2005 00:29:01 -0600

I'm running on several types of W32 machines with equal results.
When copying text to the clipboard not all of it ends up in the clipboard.
It appears that for every line over 130 being copied, no matter the line length,
one byte is missing.

In other words
(eq bytes-in-clipboard  (- (bytes-copied) (- (num-^J-in-copied-text) 130)))

In GNU Emacs 22.0.50 (i386-msvc-nt5.1.2600)
of 2005-02-25 on LD1
Distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-msvc (12.00)'

In GNU Emacs 22.0.50 (i386-msvc-nt5.1.2600)
of 2005-02-25 on LD1
Distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-msvc (12.00)'

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: ENU
 locale-coding-system: iso-latin-1
 default-enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
 tool-bar-mode: t
 mouse-wheel-mode: t
 menu-bar-mode: t
 blink-cursor-mode: t
 unify-8859-on-encoding-mode: t
 utf-translate-cjk-mode: t
 line-number-mode: t






reply via email to

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