From: "積丹尼 Dan Jacobson" <jidanni@jidanni.org>
To: 25685@debbugs.gnu.org
Cc: Katsumi Yamaoka <yamaoka@jpl.org>
Subject: bug#25685: fill-paragraph vs. \n vs. Chinese / English boundaries
Date: Sat, 11 Feb 2017 08:22:19 +0800 [thread overview]
Message-ID: <877f4xy3t0.fsf@jidanni.org> (raw)
Big problem!
Put the cursor upon the following paragraph,
We proceeded to dig up 些 some Canna edulis Ker 食用美人蕉
when surprise surprise...
and do
M-h (translated from <escape> h) runs the command mark-paragraph
(found in global-map), which is an interactive compiled Lisp function
in ‘paragraphs.el’.
then
M-q (translated from <escape> q) runs the command fill-paragraph
(found in global-map), which is an interactive compiled Lisp function
in ‘fill.el’.
It becomes
We proceeded to dig up 些 some Canna edulis Ker 食用美人蕉when
surprise surprise...
I.e., the "食用美人蕉when" are now stuck together, making our text
look very unprofessional.
You might argue that that's the way the ball bounces. But then I would
say what about "up 些 some", you didn't glue that together, and on
only one side (when removing "\n") either.
So what do I want? This:
We proceeded to dig up 些 some Canna edulis Ker 食用美人蕉 when
surprise surprise...
next reply other threads:[~2017-02-11 0:22 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-11 0:22 積丹尼 Dan Jacobson [this message]
2017-02-13 0:22 ` bug#25685: fill-paragraph vs. \n vs. Chinese / English boundaries Katsumi Yamaoka
2017-02-13 23:13 ` Katsumi Yamaoka
2017-02-15 1:32 ` Katsumi Yamaoka
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=877f4xy3t0.fsf@jidanni.org \
--to=jidanni@jidanni.org \
--cc=25685@debbugs.gnu.org \
--cc=yamaoka@jpl.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 public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).