From: David Reitter <david.reitter@gmail.com>
To: emacs-pretest-bug@gnu.org
Subject: paragraphs.el: do forward-sentence and friends not work?
Date: Wed, 13 Feb 2008 17:08:53 +0000 [thread overview]
Message-ID: <7BC345E9-711F-48AE-AF7F-CD3C51E96A47@gmail.com> (raw)
Maybe I misunderstand the purpose of this function, but `forward-
sentence' doesn't work for me. It always jumps to the end of the
paragraph rather than to the end of the sentence.
This is in recent GNU Emacs 22 CVS builds.
It appears that there may be one or more bugs in the definition of
`sentence-end' and the default of sentence-end-base.
(sentence-end) returns:
"\\([.?!][]\"'””)}]*\\($\\| $\\| \\| \\)\\|
[。.?!。.?!。.?!����]+\\)[
]*"
Aren't . and ? supposed to be escaped?
Even when escaped, I couldn't make it work. However, if I set sentence-
end:
(setq sentence-end "\\([\\.\\?!][ \\\\]\\)\\|\n")
things work alright (for basic sentences).
Maybe I am an Emacs-specific meaning associated with "sentence" has
eluded me so far. Or, is there something broken in M-e and M-a?
next reply other threads:[~2008-02-13 17:08 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-13 17:08 David Reitter [this message]
2008-02-13 17:27 ` paragraphs.el: do forward-sentence and friends not work? Andreas Schwab
2008-02-13 17:32 ` David Reitter
2008-02-13 17:36 ` Bastien
2008-02-13 20:00 ` Stephen J. Turnbull
2008-02-14 4:42 ` Richard Stallman
2008-02-14 9:45 ` David Reitter
2008-02-14 14:22 ` Robert J. Chassell
2008-02-14 14:43 ` Stefan Monnier
2008-02-14 15:52 ` David Reitter
2008-02-14 16:04 ` Miles Bader
2008-02-15 5:48 ` Jonathan Rockway
2008-06-13 14:14 ` David Reitter
2008-02-15 0:02 ` Richard Stallman
2008-02-14 9:10 ` David Reitter
2008-02-14 9:22 ` Miles Bader
2008-02-14 9:46 ` David Reitter
2008-02-14 10:07 ` Miles Bader
2008-02-14 10:44 ` Stephen J. Turnbull
2008-02-14 12:27 ` David Reitter
2008-02-14 22:25 ` Stephen J. Turnbull
2008-02-13 20:36 ` Stefan Monnier
2008-02-13 20:52 ` Thorsten Bonow
2008-02-13 23:06 ` Miles Bader
2008-02-14 2:18 ` Robert J. Chassell
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=7BC345E9-711F-48AE-AF7F-CD3C51E96A47@gmail.com \
--to=david.reitter@gmail.com \
--cc=emacs-pretest-bug@gnu.org \
/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.