* bug#22896: 25.0.92; Pasting from system clipboard into tty emacs I-search minibuffer ends up in buffer instead
@ 2016-03-03 6:31 Zhiming Wang
2016-03-04 20:20 ` Ivan Shmakov
2016-05-17 18:41 ` Zhiming Wang
0 siblings, 2 replies; 6+ messages in thread
From: Zhiming Wang @ 2016-03-03 6:31 UTC (permalink / raw)
To: 22896
[-- Attachment #1: Type: text/plain, Size: 5168 bytes --]
I'm running Emacs 25.0.92.1 on OS X 10.11.3 in tty mode (-nw) in either
Terminal.app or iTerm2. Often times I would copy some text from, say, a
web page, and search it in the current buffer with isearch-forward (C-s)
or isearch-backward (C-r) by pasting the copied text into the isearch
minibuffer with Cmd+V. This worked up till 24.5, but in 25.0.92.1 (I
haven't tested in other prereleases), Cmd+V won't paste the system
clipboard text into the minibuffer, but instead, straight into the
buffer at the point. Exact steps to reproduce:
1. emacs -Q -nw (which lands us in the *scratch* buffer);
2. Copy something onto system clipboard;
3. C-s to bring up the I-search: minibuffer;
4. Cmd+V to paste from system clipboard;
Expected behavior (24.5 and before):
System clipboard text lands in the I-search minibuffer.
Actual behavior:
System clipboard text lands in the *scratch* buffer, while the I-search
minibuffer remains empty.
Unfortunately his is rather disrupting to some of my workflows. Thanks
for your time.
---
In GNU Emacs 25.0.92.1 (x86_64-apple-darwin15.3.0, NS appkit-1404.34 Version 10.11.3 (Build 15D21))
of 2016-03-02 built on mid-2015-rMBP-15.local
Configured using:
'configure --prefix=/usr/local/Cellar/emacs/25.0.92
--enable-locallisppath=/usr/local/share/emacs/site-lisp
--infodir=/usr/local/Cellar/emacs/25.0.92/share/info/emacs --with-xml2
--with-dbus --with-gnutls --with-rsvg --with-imagemagick --with-ns
--disable-ns-self-contained'
Configured features:
JPEG RSVG IMAGEMAGICK DBUS NOTIFY ACL GNUTLS LIBXML2 ZLIB
TOOLKIT_SCROLL_BARS NS
Important settings:
value of $LC_ALL: en_US.UTF-8
value of $LANG: en_US.UTF-8
locale-coding-system: utf-8-unix
Major mode: Lisp Interaction
Minor modes in effect:
diff-auto-refine-mode: t
magit-auto-revert-mode: t
global-git-commit-mode: t
async-bytecomp-package-mode: t
shell-dirtrack-mode: t
auto-complete-mode: t
auto-insert-mode: t
ido-everywhere: t
override-global-mode: t
tooltip-mode: t
global-eldoc-mode: t
electric-indent-mode: t
mouse-wheel-mode: t
tool-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
column-number-mode: t
line-number-mode: t
transient-mark-mode: t
hs-minor-mode: t
Recent messages:
When done with a buffer, type C-x C-k
Mark saved where search started
Quit [3 times]
Mark set
Undo!
Mark set
Undo!
Quit
C-s runs the command isearch-forward
Quit
Load-path shadows:
/Users/zmwang/.emacs.d/lisp/misc hides /usr/local/Cellar/emacs/25.0.92/share/emacs/25.0.92/lisp/misc
Features:
(shadow sort mail-extr emacsbug sendmail thingatpt hi-lock
character-fold misearch multi-isearch dired-aux linum term/xterm xterm
web-beautify magit-blame magit-stash magit-bisect magit-remote
magit-commit magit-sequence magit magit-apply magit-wip magit-log
magit-diff smerge-mode diff-mode magit-core magit-autorevert autorevert
filenotify magit-process magit-popup magit-mode magit-git crm
magit-section magit-utils git-commit log-edit message idna dired rfc822
mml mml-sec epg mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047
rfc2045 ietf-drums mailabbrev mail-utils gmm-utils mailheader pcvs-util
add-log with-editor async-bytecomp async tramp-sh tramp tramp-compat
auth-source cl-seq eieio eieio-core gnus-util mm-util help-fns
mail-prsvr password-cache tramp-loaddefs trampver shell pcomplete
format-spec pasteboard server hideshow flycheck find-func rx subr-x dash
advice flymake compile comint ansi-color ring auto-complete popup
autoinsert misc ido seq byte-opt time-date cc-mode cc-fonts cc-guess
cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs edmacro
kmacro color use-package cl-macs cl gv diminish bytecomp byte-compile
cl-extra help-mode cconv bind-key easy-mmode cl-loaddefs pcase cl-lib
finder-inf tex-site go-mode-autoloads info package easymenu epg-config
mule-util tooltip eldoc electric uniquify ediff-hook vc-hooks
lisp-float-type mwheel ns-win ucs-normalize term/common-win tool-bar dnd
fontset image regexp-opt fringe tabulated-list newcomment elisp-mode
lisp-mode prog-mode register page menu-bar rfn-eshadow timer select
scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame
cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai
tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian
slovak czech european ethiopic indian cyrillic chinese charscript
case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer
cl-preloaded 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 dbusbind kqueue cocoa
ns multi-tty make-network-process emacs)
Memory information:
((conses 16 370292 21777)
(symbols 48 34892 0)
(miscs 40 102 545)
(strings 32 78032 29848)
(string-bytes 1 2277356)
(vectors 16 51755)
(vector-slots 8 889370 17205)
(floats 8 469 685)
(intervals 56 575 0)
(buffers 976 14))
[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 801 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#22896: 25.0.92; Pasting from system clipboard into tty emacs I-search minibuffer ends up in buffer instead
2016-03-03 6:31 bug#22896: 25.0.92; Pasting from system clipboard into tty emacs I-search minibuffer ends up in buffer instead Zhiming Wang
@ 2016-03-04 20:20 ` Ivan Shmakov
2016-05-17 18:41 ` Zhiming Wang
1 sibling, 0 replies; 6+ messages in thread
From: Ivan Shmakov @ 2016-03-04 20:20 UTC (permalink / raw)
To: Zhiming Wang, 22896
>>>>> Zhiming Wang <zmwangx@gmail.com> writes:
> I'm running Emacs 25.0.92.1 on OS X 10.11.3 in tty mode (-nw) in
> either Terminal.app or iTerm2. Often times I would copy some text
> from, say, a web page, and search it in the current buffer with
> isearch-forward (C-s) or isearch-backward (C-r) by pasting the copied
> text into the isearch minibuffer with Cmd+V. This worked up till
> 24.5, but in 25.0.92.1 (I haven't tested in other prereleases), Cmd+V
> won't paste the system clipboard text into the minibuffer, but
> instead, straight into the buffer at the point.
[…]
> Actual behavior:
> System clipboard text lands in the *scratch* buffer, while the
> I-search minibuffer remains empty.
> Unfortunately this is rather disrupting to some of my workflows.
> Thanks for your time.
Could you please try and see if setting select-enable-clipboard
to nil resolves your issue? (I assume there may be some bug in
the 'select code, but if anything, this setting could be used as
a workaround.)
--
FSF associate member #7257 http://am-1.org/~ivan/ … 3013 B6A0 230E 334A
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#22896: 25.0.92; Pasting from system clipboard into tty emacs I-search minibuffer ends up in buffer instead
2016-03-03 6:31 bug#22896: 25.0.92; Pasting from system clipboard into tty emacs I-search minibuffer ends up in buffer instead Zhiming Wang
2016-03-04 20:20 ` Ivan Shmakov
@ 2016-05-17 18:41 ` Zhiming Wang
2016-06-04 22:16 ` Juri Linkov
1 sibling, 1 reply; 6+ messages in thread
From: Zhiming Wang @ 2016-05-17 18:41 UTC (permalink / raw)
To: 22896, ivan
> Could you please try and see if setting select-enable-clipboard
> to nil resolves your issue? (I assume there may be some bug in
> the 'select code, but if anything, this setting could be used as
> a workaround.)
Sorry for the very late reply (for whatever I didn't get your reply, and only
realized there was a reply when I visited the bug tracker just now).
The answer is no, setting select-enable-clipboard to nil doesn't seem to change
the behavior, even in newly released 25.0.94.
Full version string:
GNU Emacs 25.0.94.1 (x86_64-apple-darwin15.4.0, NS appkit-1404.46 Version 10.11.4 (Build 15E65)) of 2016-05-17
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#22896: 25.0.92; Pasting from system clipboard into tty emacs I-search minibuffer ends up in buffer instead
2016-05-17 18:41 ` Zhiming Wang
@ 2016-06-04 22:16 ` Juri Linkov
2016-06-04 22:52 ` Zhiming Wang
0 siblings, 1 reply; 6+ messages in thread
From: Juri Linkov @ 2016-06-04 22:16 UTC (permalink / raw)
To: Zhiming Wang; +Cc: 22896
>> Could you please try and see if setting select-enable-clipboard
>> to nil resolves your issue? (I assume there may be some bug in
>> the 'select code, but if anything, this setting could be used as
>> a workaround.)
>
> Sorry for the very late reply (for whatever I didn't get your reply, and only
> realized there was a reply when I visited the bug tracker just now).
>
> The answer is no, setting select-enable-clipboard to nil doesn't seem to change
> the behavior, even in newly released 25.0.94.
>
> Full version string:
> GNU Emacs 25.0.94.1 (x86_64-apple-darwin15.4.0, NS appkit-1404.46 Version 10.11.4 (Build 15E65)) of 2016-05-17
Could you please confirm if this was fixed two weeks ago in
http://debbugs.gnu.org/23519
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#22896: 25.0.92; Pasting from system clipboard into tty emacs I-search minibuffer ends up in buffer instead
2016-06-04 22:16 ` Juri Linkov
@ 2016-06-04 22:52 ` Zhiming Wang
2016-06-05 21:14 ` Juri Linkov
0 siblings, 1 reply; 6+ messages in thread
From: Zhiming Wang @ 2016-06-04 22:52 UTC (permalink / raw)
To: Juri Linkov; +Cc: 22896
> On Jun 4, 2016, at 3:16 PM, Juri Linkov <juri@linkov.net> wrote:
>
>>> Could you please try and see if setting select-enable-clipboard
>>> to nil resolves your issue? (I assume there may be some bug in
>>> the 'select code, but if anything, this setting could be used as
>>> a workaround.)
>>
>> Sorry for the very late reply (for whatever I didn't get your reply, and only
>> realized there was a reply when I visited the bug tracker just now).
>>
>> The answer is no, setting select-enable-clipboard to nil doesn't seem to change
>> the behavior, even in newly released 25.0.94.
>>
>> Full version string:
>> GNU Emacs 25.0.94.1 (x86_64-apple-darwin15.4.0, NS appkit-1404.46 Version 10.11.4 (Build 15E65)) of 2016-05-17
>
> Could you please confirm if this was fixed two weeks ago in
> http://debbugs.gnu.org/23519
Yes, I just tried latest master (abfe07a) which includes the fix in 869092c, and the bug is fixed. Since the fix already landed in the emacs-25 branch, I think we can close this.
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#22896: 25.0.92; Pasting from system clipboard into tty emacs I-search minibuffer ends up in buffer instead
2016-06-04 22:52 ` Zhiming Wang
@ 2016-06-05 21:14 ` Juri Linkov
0 siblings, 0 replies; 6+ messages in thread
From: Juri Linkov @ 2016-06-05 21:14 UTC (permalink / raw)
To: Zhiming Wang; +Cc: 22896-done
>> Could you please confirm if this was fixed two weeks ago in
>> http://debbugs.gnu.org/23519
>
> Yes, I just tried latest master (abfe07a) which includes the fix in
> 869092c, and the bug is fixed. Since the fix already landed in the
> emacs-25 branch, I think we can close this.
Thanks for confirming. I'm closing the bug.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2016-06-05 21:14 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-03 6:31 bug#22896: 25.0.92; Pasting from system clipboard into tty emacs I-search minibuffer ends up in buffer instead Zhiming Wang
2016-03-04 20:20 ` Ivan Shmakov
2016-05-17 18:41 ` Zhiming Wang
2016-06-04 22:16 ` Juri Linkov
2016-06-04 22:52 ` Zhiming Wang
2016-06-05 21:14 ` Juri Linkov
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).