unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#386: 23.0.60; Different behavior in C-e and C-S-e between -nw and normal mode
@ 2008-07-28 12:49 Chong Yidong
  2008-07-28 13:28 ` Paul Lussier
  0 siblings, 1 reply; 7+ messages in thread
From: Chong Yidong @ 2008-07-28 12:49 UTC (permalink / raw)
  To: Paul Lussier; +Cc: 386

> In a buffer with text, the actions:
>   C-SPC
>   C-n
>   C-e
>
> with trasient-mark-mode on results only in the last line being marked.
> If a rectangle is being marked out, this results only in the region
> from the beginning column of the last line to the end of the last line
> being marked.

I can't reproduce this.  Do you still see this problem?  If so, please
provide an exact recipe, starting with emacs -Q






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

* bug#386: 23.0.60; Different behavior in C-e and C-S-e between -nw and normal mode
  2008-07-28 12:49 bug#386: 23.0.60; Different behavior in C-e and C-S-e between -nw and normal mode Chong Yidong
@ 2008-07-28 13:28 ` Paul Lussier
  2008-07-28 13:52   ` Chong Yidong
  0 siblings, 1 reply; 7+ messages in thread
From: Paul Lussier @ 2008-07-28 13:28 UTC (permalink / raw)
  To: Chong Yidong; +Cc: 386

Chong Yidong <cyd@stupidchicken.com> writes:

>> In a buffer with text, the actions:
>>   C-SPC
>>   C-n
>>   C-e
>>
>> with trasient-mark-mode on results only in the last line being marked.
>> If a rectangle is being marked out, this results only in the region
>> from the beginning column of the last line to the end of the last line
>> being marked.
>
> I can't reproduce this.  Do you still see this problem?  If so, please
> provide an exact recipe, starting with emacs -Q

Yes, I still see this problem.  The above recipe *was* with -Q.

 $ emacs -Q &

 M-<     ; you're in the *scratch* buffer, so move to the top, and mark
         ; the text.
 C-SPC
 C-n C-n ; See [1]
 C-e     ; See [2]


[1] Highlighted text is currently:

 ;; This buffer is for notes you don't want to save, and for Lisp evaluation.
 ;; If you want to create a file, visit that file with C-x C-f,

with cursor on line 3, col 1.

[2] Highlighted text is currently:

 ;; then enter the text in that file's own buffer.

with cursor on line 3, column 49 (just after the '.').

M-x emacs-version claims:

  GNU Emacs 23.0.60.1 (i686-pc-linux-gnu, X toolkit) of 2008-07-07

Interestingly, this *only* seems to happen in X.  If I run emacs -nw, I
do not see the same problem.

C-h k C-e interestingly says:

  C-e (translated from C-S-e) runs the command move-end-of-line, which
  is an interactive compiled Lisp function in `simple.el'.

Whereas C-h k C-S-e saysL

  C-e runs the command move-end-of-line, which is an interactive
  compiled Lisp function in `simple.el'.

So, it *seems* somehow, that C-S-e is behaving as C-e should...
I'm not sure why C-e is "translated" from anything.  And attempts at
re-mapping in my ~/.emacs doesn't seem to work.

I was going to update my CVS today and try another build.  I'll let you
know if that does anything.

-- 
Thanks,
Paul






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

* bug#386: 23.0.60; Different behavior in C-e and C-S-e between -nw and normal mode
  2008-07-28 13:28 ` Paul Lussier
@ 2008-07-28 13:52   ` Chong Yidong
  2008-07-28 15:33     ` Paul Lussier
  0 siblings, 1 reply; 7+ messages in thread
From: Chong Yidong @ 2008-07-28 13:52 UTC (permalink / raw)
  To: Paul Lussier; +Cc: 386

Paul Lussier <pll@permabit.com> writes:

>> I can't reproduce this.  Do you still see this problem?  If so, please
>> provide an exact recipe, starting with emacs -Q
>
> Yes, I still see this problem.  The above recipe *was* with -Q.
>
>  $ emacs -Q &
>
>  M-<     ; you're in the *scratch* buffer, so move to the top, and mark
>          ; the text.
>  C-SPC
>  C-n C-n ; See [1]
>  C-e     ; See [2]
>
>
> [1] Highlighted text is currently:
>
>  ;; This buffer is for notes you don't want to save, and for Lisp evaluation.
>  ;; If you want to create a file, visit that file with C-x C-f,
>
> with cursor on line 3, col 1.
>
> [2] Highlighted text is currently:
>
>  ;; then enter the text in that file's own buffer.
>
> with cursor on line 3, column 49 (just after the '.').

I can't reproduce it on latest CVS.  Please try with that and see if it
still occurs.  Thanks.

> M-x emacs-version claims:
>
>   GNU Emacs 23.0.60.1 (i686-pc-linux-gnu, X toolkit) of 2008-07-07
>
> Interestingly, this *only* seems to happen in X.  If I run emacs -nw, I
> do not see the same problem.
>
> C-h k C-e interestingly says:
>
>   C-e (translated from C-S-e) runs the command move-end-of-line, which
>   is an interactive compiled Lisp function in `simple.el'.
>
> Whereas C-h k C-S-e saysL
>
>   C-e runs the command move-end-of-line, which is an interactive
>   compiled Lisp function in `simple.el'.
>
> So, it *seems* somehow, that C-S-e is behaving as C-e should...
> I'm not sure why C-e is "translated" from anything.  And attempts at
> re-mapping in my ~/.emacs doesn't seem to work.
>
> I was going to update my CVS today and try another build.  I'll let you
> know if that does anything.






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

* bug#386: 23.0.60; Different behavior in C-e and C-S-e between -nw and normal mode
  2008-07-28 13:52   ` Chong Yidong
@ 2008-07-28 15:33     ` Paul Lussier
  2008-07-28 16:04       ` Chong Yidong
  0 siblings, 1 reply; 7+ messages in thread
From: Paul Lussier @ 2008-07-28 15:33 UTC (permalink / raw)
  To: Chong Yidong; +Cc: 386

Chong Yidong <cyd@stupidchicken.com> writes:

> I can't reproduce it on latest CVS.  Please try with that and see if it
> still occurs.  Thanks.

Wow!  I just found that I was completely wrong in my recipe for
recreating this problem.  I was saying the actions for recreation were:

 M-<
 C-SPC
 C-n
 C-n
 C-e

However, what I was actuall typing to cause the problem was:

 M-<
 C-SPC
 <down>
 <down>
 C-e

In fact, using the recipe I claimed caused the problem (C-n vs. <down>)
works exactly as expected.  But using the down arrow key results in the
behavior I reported.

My apologies.  My fingers often do things my brain is unaware of :) 
-- 
Paul






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

* bug#386: 23.0.60; Different behavior in C-e and C-S-e between -nw and normal mode
  2008-07-28 15:33     ` Paul Lussier
@ 2008-07-28 16:04       ` Chong Yidong
  2008-07-28 16:26         ` Paul Lussier
  0 siblings, 1 reply; 7+ messages in thread
From: Chong Yidong @ 2008-07-28 16:04 UTC (permalink / raw)
  To: Paul Lussier; +Cc: 386

Paul Lussier <pll@permabit.com> writes:

> Wow!  I just found that I was completely wrong in my recipe for
> recreating this problem.
>
> what I was actuall typing to cause the problem was:
>
>  M-<
>  C-SPC
>  <down>
>  <down>
>  C-e
>
> In fact, using the recipe I claimed caused the problem (C-n
> vs. <down>) works exactly as expected.  But using the down arrow key
> results in the behavior I reported.

I still can't reproduce this.  It's likely you have some customization
that's causing this bug; try again with emacs -Q.






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

* bug#386: 23.0.60; Different behavior in C-e and C-S-e between -nw and normal mode
  2008-07-28 16:04       ` Chong Yidong
@ 2008-07-28 16:26         ` Paul Lussier
       [not found]           ` <yoij8wvlenft.fsf@remote5.student.chalmers.se>
  0 siblings, 1 reply; 7+ messages in thread
From: Paul Lussier @ 2008-07-28 16:26 UTC (permalink / raw)
  To: Chong Yidong; +Cc: 386

Chong Yidong <cyd@stupidchicken.com> writes:

> I still can't reproduce this.  It's likely you have some customization
> that's causing this bug; try again with emacs -Q.

That was with -Q.  Though not with C-n as previously reported, but
rather using the down arrow key.
-- 
Paul






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

* bug#386: 23.0.60; Different behavior in C-e and C-S-e between -nw and normal mode
       [not found]           ` <yoij8wvlenft.fsf@remote5.student.chalmers.se>
@ 2011-09-11  5:30             ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 7+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-09-11  5:30 UTC (permalink / raw)
  To: 386

bojohan+news@dd.chalmers.se (Johan Bockgård) writes:

>> That was with -Q.  Though not with C-n as previously reported, but
>> rather using the down arrow key.
>
> Have you been playing with xmodmap?

More information was requested three years ago, so I'm closing this
bug.  If this is still a problem, please reopen the report.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





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

end of thread, other threads:[~2011-09-11  5:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-28 12:49 bug#386: 23.0.60; Different behavior in C-e and C-S-e between -nw and normal mode Chong Yidong
2008-07-28 13:28 ` Paul Lussier
2008-07-28 13:52   ` Chong Yidong
2008-07-28 15:33     ` Paul Lussier
2008-07-28 16:04       ` Chong Yidong
2008-07-28 16:26         ` Paul Lussier
     [not found]           ` <yoij8wvlenft.fsf@remote5.student.chalmers.se>
2011-09-11  5:30             ` Lars Magne Ingebrigtsen

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).