unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#42152: 26.3; Stuck on saving "Clipboard to x clipboard Manager"
@ 2020-07-01  9:16 Sarthak Adhikari
  2020-08-13  0:40 ` Stefan Kangas
  0 siblings, 1 reply; 3+ messages in thread
From: Sarthak Adhikari @ 2020-07-01  9:16 UTC (permalink / raw)
  To: 42152

[-- Attachment #1: Type: text/plain, Size: 3520 bytes --]

In the emacs -Q window, I did the following:
1) Type the text "asd"
2) C-a to set the marker at the first character
3) C-e  to set the marker till the last character
4) C-w to kill the region
5) C-x C-c to exit emacs

After performing step 5, my emacs editor displays "Saving clipboard to X
Clipboard manager..." and stops responding. I have to manually perform a
"kill -9" from the terminal to quit emacs if it stops responding this way.

My init.el only has one entry:
(setq x-select-enable-clipboard t)

Killing text from emacs and pasting in on other applications(for eg:
Chrome) works fine. The problem only occurs when I try to exit emacs and
the problem only occurs on those sessions in which I had killed text from
within emacs.

In GNU Emacs 26.3 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.18.9)
 of 2020-06-21 built on sarthak-pc
Repository revision: 9796705f9498fd44dd96fd109e6409ca19a4d0d0
Windowing system distributor 'The X.Org Foundation', version 11.0.11804000
System Description: Linux Mint 18.3 Sylvia


Important settings:
  value of $LC_CTYPE: en_US.UTF-8
  value of $LC_MONETARY: ne_NP
  value of $LC_NUMERIC: ne_NP
  value of $LANG: en_US.UTF-8
  value of $XMODIFIERS:
  locale-coding-system: utf-8-unix

Major mode: Fundamental

Minor modes in effect:
  tooltip-mode: t
  global-eldoc-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  buffer-read-only: t
  line-number-mode: t
  transient-mark-mode: t

Load-path shadows:
None found.

Configured features:
XPM JPEG TIFF GIF PNG SOUND DBUS GSETTINGS GLIB NOTIFY GNUTLS LIBXML2
FREETYPE XFT ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 XDBE XIM THREADS

Features:
(shadow sort mail-extr emacsbug message rmc puny seq byte-opt gv
bytecomp byte-compile cconv cl-loaddefs cl-lib dired dired-loaddefs
format-spec rfc822 mml easymenu mml-sec password-cache epa derived epg
epg-config gnus-util rmail rmail-loaddefs mm-decode mm-bodies mm-encode
mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047
rfc2045 ietf-drums mm-util mail-prsvr mail-utils elec-pair time-date
mule-util tooltip eldoc electric uniquify ediff-hook vc-hooks
lisp-float-type mwheel term/x-win x-win term/common-win x-dnd tool-bar
dnd fontset image regexp-opt fringe tabulated-list replace newcomment
text-mode elisp-mode lisp-mode prog-mode register page menu-bar
rfn-eshadow isearch timer select scroll-bar mouse jit-lock font-lock
syntax facemenu font-core term/tty-colors 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 composite charscript charprop
case-table epa-hook jka-cmpr-hook help simple abbrev obarray 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 threads dbusbind
inotify dynamic-setting system-font-setting font-render-setting
move-toolbar gtk x-toolkit x multi-tty make-network-process emacs)

Memory information:
((conses 16 96598 5472)
 (symbols 48 20249 1)
 (miscs 40 65 93)
 (strings 32 28299 965)
 (string-bytes 1 745934)
 (vectors 16 13898)
 (vector-slots 8 500892 8318)
 (floats 8 49 68)
 (intervals 56 198 0)
 (buffers 992 12)
 (heap 1024 40833 1192))

[-- Attachment #2: Type: text/html, Size: 4067 bytes --]

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

* bug#42152: 26.3; Stuck on saving "Clipboard to x clipboard Manager"
  2020-07-01  9:16 bug#42152: 26.3; Stuck on saving "Clipboard to x clipboard Manager" Sarthak Adhikari
@ 2020-08-13  0:40 ` Stefan Kangas
  2020-10-18  1:39   ` Stefan Kangas
  0 siblings, 1 reply; 3+ messages in thread
From: Stefan Kangas @ 2020-08-13  0:40 UTC (permalink / raw)
  To: Sarthak Adhikari; +Cc: 42152

Sarthak Adhikari <adhikari.sarthak@gmail.com> writes:

> In the emacs -Q window, I did the following:
> 1) Type the text "asd"
> 2) C-a to set the marker at the first character
> 3) C-e  to set the marker till the last character
> 4) C-w to kill the region
> 5) C-x C-c to exit emacs
>
> After performing step 5, my emacs editor displays "Saving clipboard to X Clipboard manager..." and stops responding. I have to
> manually perform a "kill -9" from the terminal to quit emacs if it stops responding this way.
>
> My init.el only has one entry:
> (setq x-select-enable-clipboard t)
>
> Killing text from emacs and pasting in on other applications(for eg: Chrome) works fine. The problem only occurs when I try to exit
> emacs and the problem only occurs on those sessions in which I had killed text from within emacs.

I'm unable to reproduce this here.

It sounds strange to me that no one else have seen such a major bug in
such basic functionality.  Could there be something peculiar in your
setup that is causing this?

Best regards,
Stefan Kangas





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

* bug#42152: 26.3; Stuck on saving "Clipboard to x clipboard Manager"
  2020-08-13  0:40 ` Stefan Kangas
@ 2020-10-18  1:39   ` Stefan Kangas
  0 siblings, 0 replies; 3+ messages in thread
From: Stefan Kangas @ 2020-10-18  1:39 UTC (permalink / raw)
  To: Sarthak Adhikari; +Cc: 42152-done

Stefan Kangas <stefan@marxist.se> writes:

> Sarthak Adhikari <adhikari.sarthak@gmail.com> writes:
>
>> In the emacs -Q window, I did the following:
>> 1) Type the text "asd"
>> 2) C-a to set the marker at the first character
>> 3) C-e  to set the marker till the last character
>> 4) C-w to kill the region
>> 5) C-x C-c to exit emacs
>>
>> After performing step 5, my emacs editor displays "Saving clipboard to X Clipboard manager..." and stops responding. I have to
>> manually perform a "kill -9" from the terminal to quit emacs if it stops responding this way.
>>
>> My init.el only has one entry:
>> (setq x-select-enable-clipboard t)
>>
>> Killing text from emacs and pasting in on other applications(for eg: Chrome) works fine. The problem only occurs when I try to exit
>> emacs and the problem only occurs on those sessions in which I had killed text from within emacs.
>
> I'm unable to reproduce this here.
>
> It sounds strange to me that no one else have seen such a major bug in
> such basic functionality.  Could there be something peculiar in your
> setup that is causing this?

More information was requested, but none was given within 9 weeks, so
I'm closing this bug.

If this is still an issue, please reply to this email (use "Reply to
all" in your email client) and we can reopen the bug report.





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

end of thread, other threads:[~2020-10-18  1:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-01  9:16 bug#42152: 26.3; Stuck on saving "Clipboard to x clipboard Manager" Sarthak Adhikari
2020-08-13  0:40 ` Stefan Kangas
2020-10-18  1:39   ` Stefan Kangas

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