GNU bug report logs - #14818
Keybindings for page motion not easy to remember

Previous Next

Package: emacs;

Reported by: Jambunathan K <kjambunathan <at> gmail.com>

Date: Mon, 8 Jul 2013 12:40:03 UTC

Severity: wishlist

Tags: wontfix

Done: Jambunathan K <kjambunathan <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 14818 in the body.
You can then email your comments to 14818 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#14818; Package emacs. (Mon, 08 Jul 2013 12:40:05 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jambunathan K <kjambunathan <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Mon, 08 Jul 2013 12:40:06 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jambunathan K <kjambunathan <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Cc: James Cloos <cloos <at> jhcloos.com>
Subject: Keybindings for page motion not easy to remember
Date: Mon, 08 Jul 2013 18:10:08 +0530
James Cloos <cloos <at> jhcloos.com> writes:

> (Even after more than a quarter-century of Emacs C-x [ and C-x ] are not
> integrated in to my muscle memory.)

I have the same issue.  I have been using Emacs for a decade or so.  

I find page motion to be really useful.

If I consider C-functions as a paragraph, then remembering 

    M-{         backward-paragraph
    M-}         forward-paragraph

for paragraph motions is no big deal.

May I suggest,

    M-[         backward-page
    M-]         forward-page

instead of the current

    C-x [       backward-page
    C-x ]       forward-page









Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#14818; Package emacs. (Mon, 08 Jul 2013 12:56:02 GMT) Full text and rfc822 format available.

Message #8 received at 14818 <at> debbugs.gnu.org (full text, mbox):

From: Andreas Schwab <schwab <at> suse.de>
To: Jambunathan K <kjambunathan <at> gmail.com>
Cc: 14818 <at> debbugs.gnu.org
Subject: Re: bug#14818: Keybindings for page motion not easy to remember
Date: Mon, 08 Jul 2013 14:55:53 +0200
Jambunathan K <kjambunathan <at> gmail.com> writes:

>     M-[         backward-page

M-[ is already taken.

Andreas.

-- 
Andreas Schwab, SUSE Labs, schwab <at> suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#14818; Package emacs. (Mon, 08 Jul 2013 13:01:01 GMT) Full text and rfc822 format available.

Message #11 received at 14818 <at> debbugs.gnu.org (full text, mbox):

From: Jambunathan K <kjambunathan <at> gmail.com>
To: Andreas Schwab <schwab <at> suse.de>
Cc: 14818 <at> debbugs.gnu.org
Subject: Re: bug#14818: Keybindings for page motion not easy to remember
Date: Mon, 08 Jul 2013 18:32:23 +0530
Andreas Schwab <schwab <at> suse.de> writes:

> Jambunathan K <kjambunathan <at> gmail.com> writes:
>
>>     M-[         backward-page
>
> M-[ is already taken.

by who?

> Andreas.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#14818; Package emacs. (Mon, 08 Jul 2013 13:06:01 GMT) Full text and rfc822 format available.

Message #14 received at 14818 <at> debbugs.gnu.org (full text, mbox):

From: Andreas Schwab <schwab <at> suse.de>
To: Jambunathan K <kjambunathan <at> gmail.com>
Cc: 14818 <at> debbugs.gnu.org
Subject: Re: bug#14818: Keybindings for page motion not easy to remember
Date: Mon, 08 Jul 2013 15:05:33 +0200
Jambunathan K <kjambunathan <at> gmail.com> writes:

> Andreas Schwab <schwab <at> suse.de> writes:
>
>> Jambunathan K <kjambunathan <at> gmail.com> writes:
>>
>>>     M-[         backward-page
>>
>> M-[ is already taken.
>
> by who?

Function keys.

Andreas.

-- 
Andreas Schwab, SUSE Labs, schwab <at> suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#14818; Package emacs. (Mon, 08 Jul 2013 13:38:02 GMT) Full text and rfc822 format available.

Message #17 received at 14818 <at> debbugs.gnu.org (full text, mbox):

From: Jambunathan K <kjambunathan <at> gmail.com>
To: Andreas Schwab <schwab <at> suse.de>
Cc: 14818 <at> debbugs.gnu.org
Subject: Re: bug#14818: Keybindings for page motion not easy to remember
Date: Mon, 08 Jul 2013 19:08:25 +0530
Andreas Schwab <schwab <at> suse.de> writes:

> Jambunathan K <kjambunathan <at> gmail.com> writes:
>
>> Andreas Schwab <schwab <at> suse.de> writes:
>>
>>> Jambunathan K <kjambunathan <at> gmail.com> writes:
>>>
>>>>     M-[         backward-page
>>>
>>> M-[ is already taken.
>>
>> by who?
>
> Function keys.

In Gtk Emacs, 

     M-[ C-h

reports nothing.

With emacs -nw, 

    ,----
    | ^L
    | Global Bindings Starting With M-[:
    | key             binding
    | ---             -------
    | 
    | ^L
    | Input decoding map translations Starting With M-[:
    | key             binding
    | ---             -------
    | 
    | M-[ 1           Prefix Command
    `----

So this M, ESC business is something that I would never understand.  I
am at my wits end for other "workable" solutions.  Having an exception
for `M- [' just for GUI Emacs would be unacceptable, I suppose.

>
> Andreas.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#14818; Package emacs. (Tue, 09 Jul 2013 21:33:02 GMT) Full text and rfc822 format available.

Message #20 received at 14818 <at> debbugs.gnu.org (full text, mbox):

From: James Cloos <cloos <at> jhcloos.com>
To: Jambunathan K <kjambunathan <at> gmail.com>
Cc: Andreas Schwab <schwab <at> suse.de>, 14818 <at> debbugs.gnu.org
Subject: Re: bug#14818: Keybindings for page motion not easy to remember
Date: Tue, 09 Jul 2013 17:25:34 -0400
Since this stems from my comment on the list....

I didn't mean to imply that I do not remember where backward-page and
forward-page *are*, just that my fingers automatically start hitting
C-v to scroll down in buffers like *Help* before I have a chance to
consider paging down.

A different binding wouldn't fix that.

And as Andreas notes, ESC [ is the start of many vt100/xterm-style
commands, including the octets sent by function keys.

-JimC
-- 
James Cloos <cloos <at> jhcloos.com>         OpenPGP: 1024D/ED7DAEA6




Added tag(s) wontfix. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Tue, 09 Jul 2013 21:37:02 GMT) Full text and rfc822 format available.

Reply sent to Jambunathan K <kjambunathan <at> gmail.com>:
You have taken responsibility. (Fri, 15 Nov 2013 04:55:01 GMT) Full text and rfc822 format available.

Notification sent to Jambunathan K <kjambunathan <at> gmail.com>:
bug acknowledged by developer. (Fri, 15 Nov 2013 04:55:03 GMT) Full text and rfc822 format available.

Message #27 received at 14818-done <at> debbugs.gnu.org (full text, mbox):

From: Jambunathan K <kjambunathan <at> gmail.com>
To: 14818-done <at> debbugs.gnu.org
Subject: Re: bug#14818: Keybindings for page motion not easy to remember
Date: Fri, 15 Nov 2013 10:23:47 +0530
OP here.  Closed.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 13 Dec 2013 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 11 years and 253 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.