* bug#809: transient mark mode gets activated every time i move
@ 2008-08-28 1:49 ` Larry D'Anna
2008-08-28 20:15 ` bug#809: marked as done (transient mark mode gets activated every time i move) Emacs bug Tracking System
0 siblings, 1 reply; 9+ 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] 9+ messages in thread
* 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; 9+ 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] 9+ messages in thread
* 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; 9+ 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] 9+ 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; 9+ 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] 9+ 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; 9+ 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] 9+ 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; 9+ 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] 9+ 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; 9+ 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] 9+ 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; 9+ 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] 9+ messages in thread
* bug#809: marked as done (transient mark mode gets activated every time i move)
2008-08-28 1:49 ` bug#809: transient mark mode gets activated every time i move Larry D'Anna
@ 2008-08-28 20:15 ` Emacs bug Tracking System
0 siblings, 0 replies; 9+ messages in thread
From: Emacs bug Tracking System @ 2008-08-28 20:15 UTC (permalink / raw)
To: Chong Yidong
[-- Attachment #1: Type: text/plain, Size: 863 bytes --]
Your message dated Thu, 28 Aug 2008 16:11:41 -0400
with message-id <87abew2936.fsf@cyd.mit.edu>
and subject line Re: transient mark mode gets activated every time i move
has caused the Emacs bug report #809,
regarding transient mark mode gets activated every time i move
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)
--
809: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=809
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems
[-- Attachment #2: Type: message/rfc822, Size: 2501 bytes --]
From: "Larry D'Anna" <larry@elder-gods.org>
To: bug-gnu-emacs@gnu.org
Subject: transient mark mode gets activated every time i move
Date: Wed, 27 Aug 2008 21:49:14 -0400
Message-ID: <20080828014914.GA20659@melkor>
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
[-- Attachment #3: Type: message/rfc822, Size: 1581 bytes --]
From: Chong Yidong <cyd@stupidchicken.com>
To: "Larry D'anna" <larry@elder-gods.org>
Cc: 809-done@emacsbugs.donarmstrong.com
Subject: Re: transient mark mode gets activated every time i move
Date: Thu, 28 Aug 2008 16:11:41 -0400
Message-ID: <87abew2936.fsf@cyd.mit.edu>
"Larry D'anna" <larry@elder-gods.org> writes:
> so it's my broken xmodmap thats causeing the probem, not emacs.
>
> sorry for the false bug, and thanks for the help
You're welcome.
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2008-08-28 20:15 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <87abew2936.fsf@cyd.mit.edu>
2008-08-28 1:49 ` bug#809: transient mark mode gets activated every time i move Larry D'Anna
2008-08-28 20:15 ` bug#809: marked as done (transient mark mode gets activated every time i move) Emacs bug Tracking System
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
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).