From: "Andreas Röhler" <andreas.roehler@easy-emacs.de>
To: 23584@debbugs.gnu.org
Subject: bug#23584: [25.0.94.1] paragraph forward-backward inconsistent
Date: Fri, 20 May 2016 11:17:25 +0200 [thread overview]
Message-ID: <573ED625.7010000@easy-emacs.de> (raw)
GNU Emacs 25.0.94.1 (i686-pc-linux-gnu, GTK+ Version 2.24.25) of 2016-05-18
Put text at end of mail in html-mode. It should consist of two lines,
contain a newline before last line. Cursor at "href=" at last line. M-x
backward-paragraph RET jumps to BOB. While from BOB M-x
forward-paragraph RET would stop at BOL of last-line, i.e. before start-pos.
AFAIU cause is in sgml-mode.el
Where values of (defconst sgml-name-re "[_:[:alpha:]][-_.:[:alnum:]]*")
later on are included
(setq-local paragraph-start (concat "[ \t]*$\\|\
[ \t]*</?\\(" sgml-name-re sgml-attrs-re "\\)?>"))
(setq-local paragraph-separate (concat paragraph-start "$"))
;;;;;;;;
<link rel="search" type="application/opensearchdescription+xml"
href="https://www.youtube.com/opensearch?locale=en_US" title="YouTube
Video Search"><link rel="shortcut icon"
href="https://s.ytimg.com/yts/img/favicon-vflz7uhzw.ico"
type="image/x-icon"> <link rel="icon"
href="//s.ytimg.com/yts/img/favicon_32-vfl8UGn4k.png"
sizes="32x32"><link rel="icon"
href="//s.ytimg.com/yts/img/favicon_48-vfl1s0rKh.png"
sizes="48x48"><link rel="icon"
href="//s.ytimg.com/yts/img/favicon_96-vfldSA3ca.png"
sizes="96x96"><link rel="icon"
href="//s.ytimg.com/yts/img/favicon_144-vflWmzoXw.png"
sizes="144x144"><meta name="theme-color" content="#e62117"> <link
rel="alternate"
href="android-app://com.google.android.youtube/http/www.youtube.com/watch?v=sP933gIjwUA">
<link rel="alternate"
href="ios-app://544007664/vnd.youtube/www.youtube.com/watch?v=sP933gIjwUA">
next reply other threads:[~2016-05-20 9:17 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-20 9:17 Andreas Röhler [this message]
2022-05-13 13:36 ` bug#23584: [25.0.94.1] paragraph forward-backward inconsistent Lars Ingebrigtsen
2022-06-11 11:08 ` Lars 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=573ED625.7010000@easy-emacs.de \
--to=andreas.roehler@easy-emacs.de \
--cc=23584@debbugs.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.