all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: "Gunnar P. Vestergaard" <post@gunnar-pv.fo>,
	375@emacsbugs.donarmstrong.com
Cc: bug-gnu-emacs@gnu.org, bug-submit-list@donarmstrong.com
Subject: bug#375: forward-word cmd finds beginning of next word
Date: Sat, 07 Jun 2008 19:52:36 +0300	[thread overview]
Message-ID: <ulk1hmbl7.fsf@gnu.org> (raw)
In-Reply-To: <484A9DCC.2090602@gunnar-pv.fo>

> Date: Sat, 07 Jun 2008 15:40:12 +0100
> From: "Gunnar P. Vestergaard" <post@gunnar-pv.fo>
> Cc: 
> 
> I have a feature request for GNU Emacs: In Emacs, when using the command 
> forward-word, with the keyboard shortcut M-F, I understand that Emacs 
> places point just after the end of the current word, pointing at the 
> beginning of a non-letter sequence. And the command backward-word, with 
> the keyboard shortcut M-B, places point at the beginning of the current 
> word, or if it is already at the beginning of a word, it places point at 
> the beginning of the previous word.
> 
> I would like if those two commands, forward-word and backward-word, had 
> identical results, i.e. so that the command forward-word would instead 
> place point at the beginning of the next word, just as the command 
> backward-word places the point at the beginning of a word.

You _might_ succeed asking for this as an optional feature.  Asking
for changing the default behavior is a non-starter, since many users
and most developers (including myself) consider the current behavior a
feature, and will never trade it for anything like what you describe.

Btw, you should be able to write your own replacements for these
commands that behave like you want by using search-forward-regexp with
a suitable regexp.







  reply	other threads:[~2008-06-07 16:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-07 14:40 bug#375: forward-word cmd finds beginning of next word Gunnar P. Vestergaard
2008-06-07 16:52 ` Eli Zaretskii [this message]
2008-06-07 17:41 ` Stefan Monnier
2012-02-22  2:22   ` Glenn Morris

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=ulk1hmbl7.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=375@emacsbugs.donarmstrong.com \
    --cc=bug-gnu-emacs@gnu.org \
    --cc=bug-submit-list@donarmstrong.com \
    --cc=post@gunnar-pv.fo \
    /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.