all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Paul Lussier <pll@permabit.com>
To: Chong Yidong <cyd@stupidchicken.com>
Cc: 386@emacsbugs.donarmstrong.com
Subject: bug#386: 23.0.60; Different behavior in C-e and C-S-e between -nw and normal mode
Date: Mon, 28 Jul 2008 09:28:48 -0400	[thread overview]
Message-ID: <6e8wvmnnn3.fsf@ambivalent-optimist.permabit.com> (raw)
In-Reply-To: <87sktup419.fsf@stupidchicken.com> (Chong Yidong's message of "Mon, 28 Jul 2008 08:49:22 -0400")

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






  reply	other threads:[~2008-07-28 13:28 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6e8wvmnnn3.fsf@ambivalent-optimist.permabit.com \
    --to=pll@permabit.com \
    --cc=386@emacsbugs.donarmstrong.com \
    --cc=cyd@stupidchicken.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.