Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE]  rxvt-unicode copy/paste 
@ 2021-05-17 20:35 doleovit
  2021-05-17 21:08 ` ericonr
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: doleovit @ 2021-05-17 20:35 UTC (permalink / raw)
  To: ml

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

New issue by doleovit on void-packages repository

https://github.com/void-linux/void-packages/issues/30958

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  
  Void 5.11.21_1 x86_64 GenuineIntel notuptodate rrFF

* package:  
  rxvt-unicode-9.26_12

### Expected behavior

.Xresources, example:
 
*.keysym.Control-c: eval:selection_to_clipboard
*.keysym.Control-v: eval:paste_clipboard

copy/paste. worked before the update.

same with:

*.keysym.Shift-Control-V: eval:paste_clipboard
*.keysym.Shift-Control-C: eval:selection_to_clipboard 

### Actual behavior

after the update to 9.26 this no longer works. maybe some "perl-thing"?

anyway, thanks @ the entire team. it's been a long time since the last irc chat.



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

* Re:  rxvt-unicode copy/paste 
  2021-05-17 20:35 [ISSUE] rxvt-unicode copy/paste doleovit
@ 2021-05-17 21:08 ` ericonr
  2021-05-18 15:24 ` leahneukirchen
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: ericonr @ 2021-05-17 21:08 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/issues/30958#issuecomment-842640610

Comment:
@leahneukirchen 

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

* Re:  rxvt-unicode copy/paste 
  2021-05-17 20:35 [ISSUE] rxvt-unicode copy/paste doleovit
  2021-05-17 21:08 ` ericonr
@ 2021-05-18 15:24 ` leahneukirchen
  2021-05-19 11:45 ` doleovit
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: leahneukirchen @ 2021-05-18 15:24 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/issues/30958#issuecomment-843268203

Comment:
Can't reproduce, I used

```
urxvt -pe eval -name foo -xrm 'URxvt.keysym.Control-v: eval:paste_clipboard' -xrm 'URxvt.keysym.Control-c: eval:selection_to_clipboard'
```

and it worked as intented.

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

* Re:  rxvt-unicode copy/paste 
  2021-05-17 20:35 [ISSUE] rxvt-unicode copy/paste doleovit
  2021-05-17 21:08 ` ericonr
  2021-05-18 15:24 ` leahneukirchen
@ 2021-05-19 11:45 ` doleovit
  2021-05-19 11:47 ` [ISSUE] [CLOSED] " doleovit
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: doleovit @ 2021-05-19 11:45 UTC (permalink / raw)
  To: ml

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

New comment by doleovit on void-packages repository

https://github.com/void-linux/void-packages/issues/30958#issuecomment-844023620

Comment:
your interactive command worked. so i did some trial/error attempts. again. in addition to:

```
*.keysym.Control-c: eval:selection_to_clipboard
*.keysym.Control-v: eval:paste_clipboard
```

i had

```
*.keysym.Control-Meta-c: builtin-string:
*.keysym.Control-Meta-v: builtin-string:
```
in [.xresources](https://github.com/doleovit/voidbspwm/commit/2e05faf886ef38c040e4cf168742d3c72d3d43d2#diff-9a38bcf40e368ac00497ad8865c138ae9d0144f9c2dc8bf13bfff1af0e16f72eR32).

after

```
!*.keysym.Control-Meta-c: builtin-string:
!*.keysym.Control-Meta-v: builtin-string:
```
```
$ xrdb -merge ~/.Xresources
```
and
 
```
*.keysym.Control-Meta-c: builtin-string:
*.keysym.Control-Meta-v: builtin-string:
```
```
$ xrdb -merge ~/.Xresources
```

`ctrl+c` and `ctrl+v`  is working again. 

a causal connection with the settings above - no idea. the old unedited `.xresources` file and the current `.xresources` file are identical (diff, cmp). thus it had nothing to do with faulty settings & right after the urxvt - update,  i've run `xrdb -merge`.. + a reboot. anyway, thx for your article on `xsecurelock`, which i discovered + implemented one day before the update. synchronicity. thx 4 

everything, 
d.



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

* Re: [ISSUE] [CLOSED]  rxvt-unicode copy/paste 
  2021-05-17 20:35 [ISSUE] rxvt-unicode copy/paste doleovit
                   ` (2 preceding siblings ...)
  2021-05-19 11:45 ` doleovit
@ 2021-05-19 11:47 ` doleovit
  2021-05-19 14:51 ` doleovit
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: doleovit @ 2021-05-19 11:47 UTC (permalink / raw)
  To: ml

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

Closed issue by doleovit on void-packages repository

https://github.com/void-linux/void-packages/issues/30958

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  
  Void 5.11.21_1 x86_64 GenuineIntel notuptodate rrFF

* package:  
  rxvt-unicode-9.26_12

### Expected behavior

.Xresources, example:
 
*.keysym.Control-c: eval:selection_to_clipboard
*.keysym.Control-v: eval:paste_clipboard

copy/paste. worked before the update.

same with:

*.keysym.Shift-Control-V: eval:paste_clipboard
*.keysym.Shift-Control-C: eval:selection_to_clipboard 

### Actual behavior

after the update to 9.26 this no longer works. maybe some "perl-thing"?

anyway, thanks @ the entire team. it's been a long time since the last irc chat.



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

* Re:  rxvt-unicode copy/paste 
  2021-05-17 20:35 [ISSUE] rxvt-unicode copy/paste doleovit
                   ` (3 preceding siblings ...)
  2021-05-19 11:47 ` [ISSUE] [CLOSED] " doleovit
@ 2021-05-19 14:51 ` doleovit
  2021-05-19 21:58 ` doleovit
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: doleovit @ 2021-05-19 14:51 UTC (permalink / raw)
  To: ml

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

New comment by doleovit on void-packages repository

https://github.com/void-linux/void-packages/issues/30958#issuecomment-844181365

Comment:
sry. this was not **the** solution. after a reboot, everything was like before. again trial/error. 

"result" (?): this syntax in `.xresources`:
```
*.keysym.Control-c: eval:selection_to_clipboard
*.keysym.Control-v: eval:paste_clipboard
```

doesn't work consistently anymore since the last update.

```
URxvt.keysym.Control-c: eval:selection_to_clipboard
URxvt.keysym.Control-v: eval:paste_clipboard
```
is working - even after another reboot. strange behavior.

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

* Re:  rxvt-unicode copy/paste 
  2021-05-17 20:35 [ISSUE] rxvt-unicode copy/paste doleovit
                   ` (4 preceding siblings ...)
  2021-05-19 14:51 ` doleovit
@ 2021-05-19 21:58 ` doleovit
  2021-05-19 22:05 ` [ISSUE] [CLOSED] " leahneukirchen
  2021-05-19 22:05 ` leahneukirchen
  7 siblings, 0 replies; 9+ messages in thread
From: doleovit @ 2021-05-19 21:58 UTC (permalink / raw)
  To: ml

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

New comment by doleovit on void-packages repository

https://github.com/void-linux/void-packages/issues/30958#issuecomment-844503394

Comment:
after more than a year, i know that i knew nothing about my terminal emulator. maybe i wasn't interested enough to dive deeper into urxvt. but there was so much other work to do. `appres URxvt` , `appres urxvt`, `appres Xft` .. and whatnot (horrible) + the man "book" showed me a better picture which resources apply, in which order & as a result: "do not use wildcards all over the place". this worked before the update, but i guess the current behavior is more correct. frustrating. you think you learned something, but it turns out - nope. linux can be like f.. zen. "keep your anfängergeist (beginner's mind)". 

i don't know if this issue can ble closed now, or not.  i'll have to leave that to you. good night and sry for wasting time.  

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

* Re: [ISSUE] [CLOSED]  rxvt-unicode copy/paste 
  2021-05-17 20:35 [ISSUE] rxvt-unicode copy/paste doleovit
                   ` (5 preceding siblings ...)
  2021-05-19 21:58 ` doleovit
@ 2021-05-19 22:05 ` leahneukirchen
  2021-05-19 22:05 ` leahneukirchen
  7 siblings, 0 replies; 9+ messages in thread
From: leahneukirchen @ 2021-05-19 22:05 UTC (permalink / raw)
  To: ml

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

Closed issue by doleovit on void-packages repository

https://github.com/void-linux/void-packages/issues/30958

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  
  Void 5.11.21_1 x86_64 GenuineIntel notuptodate rrFF

* package:  
  rxvt-unicode-9.26_12

### Expected behavior

.Xresources, example:
 
*.keysym.Control-c: eval:selection_to_clipboard
*.keysym.Control-v: eval:paste_clipboard

copy/paste. worked before the update.

same with:

*.keysym.Shift-Control-V: eval:paste_clipboard
*.keysym.Shift-Control-C: eval:selection_to_clipboard 

### Actual behavior

after the update to 9.26 this no longer works. maybe some "perl-thing"?

anyway, thanks @ the entire team. it's been a long time since the last irc chat.



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

* Re:  rxvt-unicode copy/paste 
  2021-05-17 20:35 [ISSUE] rxvt-unicode copy/paste doleovit
                   ` (6 preceding siblings ...)
  2021-05-19 22:05 ` [ISSUE] [CLOSED] " leahneukirchen
@ 2021-05-19 22:05 ` leahneukirchen
  7 siblings, 0 replies; 9+ messages in thread
From: leahneukirchen @ 2021-05-19 22:05 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/issues/30958#issuecomment-844518150

Comment:
I'm not sure it's an actual regression or just some configuration change that gets interpreted differently. But since the feature works, I'll close this for now.

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

end of thread, other threads:[~2021-05-19 22:05 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-17 20:35 [ISSUE] rxvt-unicode copy/paste doleovit
2021-05-17 21:08 ` ericonr
2021-05-18 15:24 ` leahneukirchen
2021-05-19 11:45 ` doleovit
2021-05-19 11:47 ` [ISSUE] [CLOSED] " doleovit
2021-05-19 14:51 ` doleovit
2021-05-19 21:58 ` doleovit
2021-05-19 22:05 ` [ISSUE] [CLOSED] " leahneukirchen
2021-05-19 22:05 ` leahneukirchen

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 NNTP newsgroup(s).