GNU bug report logs -
#809
transient mark mode gets activated every time i move
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 809 in the body.
You can then email your comments to 809 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#809
; Package
emacs
.
Full text and
rfc822 format available.
Acknowledgement sent to
"Larry D'Anna" <larry <at> elder-gods.org>
:
New bug report received and forwarded. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
Full text and
rfc822 format available.
Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
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
Information forwarded to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#809
; Package
emacs
.
Full text and
rfc822 format available.
Acknowledgement sent to
Chong Yidong <cyd <at> stupidchicken.com>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
Full text and
rfc822 format available.
Message #10 received at 809 <at> emacsbugs.donarmstrong.com (full text, mbox):
> 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'?
Information forwarded to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#809
; Package
emacs
.
Full text and
rfc822 format available.
Acknowledgement sent to
Chong Yidong <cyd <at> stupidchicken.com>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
Full text and
rfc822 format available.
Message #15 received at 809 <at> emacsbugs.donarmstrong.com (full text, mbox):
"Larry D'anna" <larry <at> 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 <at> debbugs.gnu.org in the cc list, thanks).
Information forwarded to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#809
; Package
emacs
.
Full text and
rfc822 format available.
Acknowledgement sent to
"Larry D'anna" <larry <at> elder-gods.org>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
Full text and
rfc822 format available.
Message #20 received at 809 <at> emacsbugs.donarmstrong.com (full text, mbox):
Chong Yidong wrote:
> "Larry D'anna" <larry <at> 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 <at> debbugs.gnu.org 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
Information forwarded to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#809
; Package
emacs
.
Full text and
rfc822 format available.
Acknowledgement sent to
Chong Yidong <cyd <at> stupidchicken.com>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
Full text and
rfc822 format available.
Message #25 received at 809 <at> emacsbugs.donarmstrong.com (full text, mbox):
"Larry D'anna" <larry <at> 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.
Information forwarded to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#809
; Package
emacs
.
Full text and
rfc822 format available.
Acknowledgement sent to
"Larry D'anna" <larry <at> elder-gods.org>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
Full text and
rfc822 format available.
Message #30 received at 809 <at> emacsbugs.donarmstrong.com (full text, mbox):
Chong Yidong wrote:
> "Larry D'anna" <larry <at> 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
Information forwarded to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#809
; Package
emacs
.
Full text and
rfc822 format available.
Acknowledgement sent to
Chong Yidong <cyd <at> stupidchicken.com>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
Full text and
rfc822 format available.
Message #35 received at 809 <at> emacsbugs.donarmstrong.com (full text, mbox):
"Larry D'anna" <larry <at> 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?
Information forwarded to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#809
; Package
emacs
.
Full text and
rfc822 format available.
Acknowledgement sent to
"Larry D'anna" <larry <at> elder-gods.org>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
Full text and
rfc822 format available.
Message #40 received at 809 <at> emacsbugs.donarmstrong.com (full text, mbox):
Chong Yidong wrote:
> "Larry D'anna" <larry <at> 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) ""
XmbLookupString gives 1 bytes: (10) ""
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
Reply sent to
Chong Yidong <cyd <at> stupidchicken.com>
:
You have taken responsibility.
Full text and
rfc822 format available.
Notification sent to
"Larry D'Anna" <larry <at> elder-gods.org>
:
bug acknowledged by developer.
Full text and
rfc822 format available.
Message #45 received at 809-done <at> emacsbugs.donarmstrong.com (full text, mbox):
"Larry D'anna" <larry <at> 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.
bug archived.
Request was from
Debbugs Internal Request <don <at> donarmstrong.com>
to
internal_control <at> emacsbugs.donarmstrong.com
.
(Fri, 26 Sep 2008 14:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 16 years and 265 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.