unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#15290: 24.3.50; cannot copy to clipboard from windows console (cmd non-gui terminal)
@ 2013-09-06 15:01 Jarek Czekalski
  2013-09-06 15:58 ` Eli Zaretskii
  2013-09-06 16:18 ` bug#15290: why worked in 24.2 Jarek Czekalski
  0 siblings, 2 replies; 4+ messages in thread
From: Jarek Czekalski @ 2013-09-06 15:01 UTC (permalink / raw)
  To: 15290


clipboard-kill-region does not fill the system clipboard,
when done in "emacs -nw -Q", from cmd. It accepts pasting
with C-y. Was trying with ascii contents from scratchpad.

I tested it working in emacs 24.2. Does not work since 24.3.

Windows 7, 64-bit, Polish version and locale.


In GNU Emacs 24.3.50.1 (i686-pc-mingw32)
  of 2013-09-06 on BONSOFTW7
Bzr revision: 114155 dmantipov@yandex.ru-20130906084914-763iiixlqgy5v1fw
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
  `configure --without-makeinfo'

Important settings:
   value of $LANG: PLK
   locale-coding-system: cp1250
   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:
M-x s e t - k e y <backspace> <backspace> <backspace>
t e r m <tab> <return> c p 8 5 2 <return> M-x s e t
- c o d <tab> <S-end> <backspace> i n p <tab> <return>
c p 8 5 2 <backspace> <backspace> <backspace> <backspace>
<backspace> p o l i s h - s l a s h <return> / c /
a M-z M-x M-x <up> <up> M-x <C-S-backspace> d e s <tab>
r i b <tab> <backspace> <backspace> <backspace> s c
r <backspace> <backspace> <backspace> c r i b e - c
o d <tab> <return> <return> <f6> C-x o <down> <down>
<down> <down> <down> <down> <down> <down> <down> <down>
<down> <down> <down> <down> <down> <down> <down> <down>
<down> <down> <down> <down> <down> <down> <down> <up>
<up> <up> <up> <up> <up> <up> <up> <up> <down> <down>
<down> <down> <down> <down> <up> <up> <up> <up> <up>
<up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up>
<up> <up> <up> <up> <up> <up> <up> <up> <up> <up> <up>
<down> <down> <down> <down> <down> <down> <down> <down>
<up> <up> <up> <help-echo> <help-echo> C-h C-h C-a
<f6> C-x o C-y C-SPC <left> <left> <left> <left> <left>
M-x c l i p b <tab> k i <tab> e <tab> <return> M-x
r e p o r <tab> <return>

Recent messages:
("D:\\Program_Files\\emacs-master\\bin\\emacs.exe")
For information about GNU Emacs and the GNU system, type C-h C-a.
You can run the command `set-terminal-coding-system' with C-x RET t
Loading quail/latin-pre...done
You can run the command `set-input-method' with C-x RET C-\
zap-to-char: Wrong type argument: characterp, 134217848
completing-read-default: Command attempted to use minibuffer while in 
minibuffer
Making completion list...
You can run the command `describe-coding-system' with C-h C
Beginning of buffer [5 times]

Load-path shadows:
None found.

Features:
(shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml
mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev
gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util
mail-prsvr mail-utils mule-diag cus-start cus-load quail help-mode
easymenu time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel
dos-w32 ls-lisp w32-common-fns disp-table w32-win w32-vars tool-bar dnd
fontset image regexp-opt fringe tabulated-list newcomment lisp-mode
prog-mode register page menu-bar rfn-eshadow timer select scroll-bar
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
minibuffer nadvice loaddefs button faces cus-face macroexp files
text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote make-network-process
w32notify w32 multi-tty emacs)






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

* bug#15290: 24.3.50; cannot copy to clipboard from windows console (cmd non-gui terminal)
  2013-09-06 15:01 bug#15290: 24.3.50; cannot copy to clipboard from windows console (cmd non-gui terminal) Jarek Czekalski
@ 2013-09-06 15:58 ` Eli Zaretskii
  2013-09-06 16:18 ` bug#15290: why worked in 24.2 Jarek Czekalski
  1 sibling, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2013-09-06 15:58 UTC (permalink / raw)
  To: Jarek Czekalski; +Cc: 15290-done

> Date: Fri, 06 Sep 2013 17:01:11 +0200
> From: Jarek Czekalski <jarekczek@poczta.onet.pl>
> 
> clipboard-kill-region does not fill the system clipboard,
> when done in "emacs -nw -Q", from cmd.

Clipboard doesn't work in the -nw session.

> It accepts pasting with C-y.

By pure accident.





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

* bug#15290: why worked in 24.2
  2013-09-06 15:01 bug#15290: 24.3.50; cannot copy to clipboard from windows console (cmd non-gui terminal) Jarek Czekalski
  2013-09-06 15:58 ` Eli Zaretskii
@ 2013-09-06 16:18 ` Jarek Czekalski
  2013-09-06 17:12   ` Eli Zaretskii
  1 sibling, 1 reply; 4+ messages in thread
From: Jarek Czekalski @ 2013-09-06 16:18 UTC (permalink / raw)
  To: 15290

Was there any reason to remove that functionality in 24.3? I thought it 
was just a regression bug.





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

* bug#15290: why worked in 24.2
  2013-09-06 16:18 ` bug#15290: why worked in 24.2 Jarek Czekalski
@ 2013-09-06 17:12   ` Eli Zaretskii
  0 siblings, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2013-09-06 17:12 UTC (permalink / raw)
  To: Jarek Czekalski; +Cc: 15290

> Date: Fri, 06 Sep 2013 18:18:25 +0200
> From: Jarek Czekalski <jarekczek@poczta.onet.pl>
> 
> Was there any reason to remove that functionality in 24.3? I thought it 
> was just a regression bug.

I think it's a side effect of the change in how selections work wrt
clipboard.





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

end of thread, other threads:[~2013-09-06 17:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-06 15:01 bug#15290: 24.3.50; cannot copy to clipboard from windows console (cmd non-gui terminal) Jarek Czekalski
2013-09-06 15:58 ` Eli Zaretskii
2013-09-06 16:18 ` bug#15290: why worked in 24.2 Jarek Czekalski
2013-09-06 17:12   ` Eli Zaretskii

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).