Bug#330825: xjed: pasting with middle mouse button into an open mark fails

2007-01-16 Thread Rafael Laboissiere
I am forwarding below a bug report filed against the xjed package in Debian, regarding a wrong behavior of pasting with the middle button of the mouse when a region is marked. Followups can be read in [1]. -- Rafael [1] http://bugs.debian.org/330825 --- Begin Message --- Package: xjed Version:

Bug#330825: xjed: pasting with middle mouse button ...

2005-10-04 Thread Jörg Sommer
Hello G., G. Milde schrieb am Tue 04. Oct, 09:22 (+0200): > On 30.09.05, Jörg Sommer wrote: > > Hello G., > > > > G. Milde schrieb am Fri 30. Sep, 09:51 (+0200): > > > On 29.09.05, Jörg Sommer wrote: > > > It is smart_set_mark_cmd(), that is the same as push_visible_mark(). > > > > But your clu

Bug#330825: xjed: pasting with middle mouse button ...

2005-10-04 Thread G. Milde
On 30.09.05, Jörg Sommer wrote: > Hello G., > > G. Milde schrieb am Fri 30. Sep, 09:51 (+0200): > > On 29.09.05, Jörg Sommer wrote: > It is smart_set_mark_cmd(), that is the same as push_visible_mark(). > > But your clue was good. If I push a mark with push_mark() on the mark > stack, all works

Bug#330825: xjed: pasting with middle mouse button ...

2005-09-30 Thread Jörg Sommer
Hello G., G. Milde schrieb am Fri 30. Sep, 09:51 (+0200): > On 29.09.05, Jörg Sommer wrote: > > > > when I open a mark with ctrl+space > > Is this push_mark() or push_visible_mark() or something like this? > Here, F1 K ctrls+space says: Key "" is undefined. It is smart_set_mark_cmd(), that is t

Bug#330825: xjed: pasting with middle mouse button into an open mark fails

2005-09-29 Thread Jörg Sommer
Package: xjed Version: 0.99.17.111-1 Severity: normal Hi, when I open a mark with ctrl+space and hit the middle mouse button to insert the text from the cut buffer, the open mark is closed (poped from the mark stack) and nothing else happens. Inserting the text with x_insert_cutbuffer() works, bu