* bug#809: transient mark mode gets activated every time i move
@ 2008-08-28 17:44 Chong Yidong
[not found] ` <48B6E3FF.9020405@elder-gods.org>
0 siblings, 1 reply; 8+ messages in thread
From: Chong Yidong @ 2008-08-28 17:44 UTC (permalink / raw)
To: Larry D'Anna; +Cc: 809
> This bug applies to the current CVS trunk.
>
> Moving with C-p, C-n etc will activate transient mark mode. Arrow
> keys do not.
Does it happen with `emacs -Q'?
^ permalink raw reply [flat|nested] 8+ messages in thread
[parent not found: <48B6E3FF.9020405@elder-gods.org>]
* bug#809: transient mark mode gets activated every time i move [not found] ` <48B6E3FF.9020405@elder-gods.org> @ 2008-08-28 17:53 ` Chong Yidong 2008-08-28 18:01 ` Larry D'anna 0 siblings, 1 reply; 8+ messages in thread From: Chong Yidong @ 2008-08-28 17:53 UTC (permalink / raw) To: Larry D'anna; +Cc: 809 "Larry D'anna" <larry@elder-gods.org> writes: >> Does it happen with `emacs -Q'? >> > yup. That's strange. What do `C-h k [up]' and `C-h k C-p' say, respectively? (Please include 809@emacsbugs.donarmstrong.com in the cc list, thanks). ^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#809: transient mark mode gets activated every time i move 2008-08-28 17:53 ` Chong Yidong @ 2008-08-28 18:01 ` Larry D'anna 2008-08-28 18:21 ` Chong Yidong 0 siblings, 1 reply; 8+ messages in thread From: Larry D'anna @ 2008-08-28 18:01 UTC (permalink / raw) To: Chong Yidong; +Cc: 809 Chong Yidong wrote: > "Larry D'anna" <larry@elder-gods.org> writes: > > >>> Does it happen with `emacs -Q'? >>> >>> >> yup. >> > > That's strange. What do `C-h k [up]' and `C-h k C-p' say, respectively? > > (Please include 809@emacsbugs.donarmstrong.com in the cc list, thanks). > > they both say previous-line. weired, aint it. also, C-SPC C-SPC arrows M-: transient-mark-mode results in lambda but C-p C-p C-p M-: transient-mark mode results in (only) also, using arrow keys when transient mark mode is (only) disables it again --larry ^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#809: transient mark mode gets activated every time i move 2008-08-28 18:01 ` Larry D'anna @ 2008-08-28 18:21 ` Chong Yidong 2008-08-28 18:23 ` Larry D'anna 0 siblings, 1 reply; 8+ messages in thread From: Chong Yidong @ 2008-08-28 18:21 UTC (permalink / raw) To: Larry D'anna; +Cc: 809 "Larry D'anna" <larry@elder-gods.org> writes: >> That's strange. What do `C-h k [up]' and `C-h k C-p' say, >> respectively? > > they both say previous-line. weired, aint it. also, > > C-SPC C-SPC arrows M-: transient-mark-mode > results in lambda > > but C-p C-p C-p M-: transient-mark mode > results in (only) > > also, using arrow keys when transient mark mode is (only) disables it > again In the current Emacs 23 code, I don't believe transient-mark-mode takes on the value (only). You may have some stale files not corresponding to the latest CVS, so I'd suggest trying a fresh checkout and trying again. ^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#809: transient mark mode gets activated every time i move 2008-08-28 18:21 ` Chong Yidong @ 2008-08-28 18:23 ` Larry D'anna 2008-08-28 18:57 ` Chong Yidong 0 siblings, 1 reply; 8+ messages in thread From: Larry D'anna @ 2008-08-28 18:23 UTC (permalink / raw) To: Chong Yidong; +Cc: 809 Chong Yidong wrote: > "Larry D'anna" <larry@elder-gods.org> writes: > > >>> That's strange. What do `C-h k [up]' and `C-h k C-p' say, >>> respectively? >>> >> they both say previous-line. weired, aint it. also, >> >> C-SPC C-SPC arrows M-: transient-mark-mode >> results in lambda >> >> but C-p C-p C-p M-: transient-mark mode >> results in (only) >> >> also, using arrow keys when transient mark mode is (only) disables it >> again >> > > In the current Emacs 23 code, I don't believe transient-mark-mode takes > on the value (only). You may have some stale files not corresponding to > the latest CVS, so I'd suggest trying a fresh checkout and trying again. > > yea i suspected that was the problem. I've already tried it and it still happens on a fresh checkout :-/ --larry ^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#809: transient mark mode gets activated every time i move 2008-08-28 18:23 ` Larry D'anna @ 2008-08-28 18:57 ` Chong Yidong 2008-08-28 19:14 ` Larry D'anna 0 siblings, 1 reply; 8+ messages in thread From: Chong Yidong @ 2008-08-28 18:57 UTC (permalink / raw) To: Larry D'anna; +Cc: 809 "Larry D'anna" <larry@elder-gods.org> writes: >> In the current Emacs 23 code, I don't believe transient-mark-mode takes >> on the value (only). You may have some stale files not corresponding to >> the latest CVS, so I'd suggest trying a fresh checkout and trying again. >> > yea i suspected that was the problem. I've already tried it and it > still happens on a fresh checkout :-/ One other possibility is that your X server is sending spurious shift modifiers to Emacs. Could you try setting shift-select-mode to nil and seeing if the problem persists? ^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#809: transient mark mode gets activated every time i move 2008-08-28 18:57 ` Chong Yidong @ 2008-08-28 19:14 ` Larry D'anna 0 siblings, 0 replies; 8+ messages in thread From: Larry D'anna @ 2008-08-28 19:14 UTC (permalink / raw) To: Chong Yidong; +Cc: 809 Chong Yidong wrote: > "Larry D'anna" <larry@elder-gods.org> writes: > > >>> In the current Emacs 23 code, I don't believe transient-mark-mode takes >>> on the value (only). You may have some stale files not corresponding to >>> the latest CVS, so I'd suggest trying a fresh checkout and trying again. >>> >>> >> yea i suspected that was the problem. I've already tried it and it >> still happens on a fresh checkout :-/ >> > > One other possibility is that your X server is sending spurious shift > modifiers to Emacs. Could you try setting shift-select-mode to nil and > seeing if the problem persists? > > that makes it go away! this is what xev prints for a C-p on my x server KeyPress event, serial 30, synthetic NO, window 0x3a00001, root 0x217, subw 0x0, time 16366578, (702,581), root:(707,632), state 0x16, keycode 33 (keysym 0x50, P), same_screen YES, XLookupString gives 1 bytes: (10) "\x10" XmbLookupString gives 1 bytes: (10) "\x10" XFilterEvent returns: False 0x16 = Button1Mask | LockMask | ControlMask so it's my broken xmodmap thats causeing the probem, not emacs. sorry for the false bug, and thanks for the help --larry ^ permalink raw reply [flat|nested] 8+ messages in thread
* bug#809: transient mark mode gets activated every time i move @ 2008-08-28 1:49 Larry D'Anna 0 siblings, 0 replies; 8+ messages in thread From: Larry D'Anna @ 2008-08-28 1:49 UTC (permalink / raw) To: bug-gnu-emacs This bug applies to the current CVS trunk. Moving with C-p, C-n etc will activate transient mark mode. Arrow keys do not. It happens with emacs -q so so it's not my .emacs file. My config options are --with-xft --with-x-toolkit=gtk I've tride it on two computers and it's the same on both. Thanks for emacs! --larry ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2008-08-28 19:14 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2008-08-28 17:44 bug#809: transient mark mode gets activated every time i move Chong Yidong [not found] ` <48B6E3FF.9020405@elder-gods.org> 2008-08-28 17:53 ` Chong Yidong 2008-08-28 18:01 ` Larry D'anna 2008-08-28 18:21 ` Chong Yidong 2008-08-28 18:23 ` Larry D'anna 2008-08-28 18:57 ` Chong Yidong 2008-08-28 19:14 ` Larry D'anna -- strict thread matches above, loose matches on Subject: below -- 2008-08-28 1:49 Larry D'Anna
Code repositories for project(s) associated with this external index https://git.savannah.gnu.org/cgit/emacs.git https://git.savannah.gnu.org/cgit/emacs/org-mode.git This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.