unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#49414: fill-paragraph vs. minority languages
@ 2021-07-05 10:38 積丹尼 Dan Jacobson
  2021-07-05 12:38 ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: 積丹尼 Dan Jacobson @ 2021-07-05 10:38 UTC (permalink / raw)
  To: 49414

My professional looking document,

案件編號:110-E892907
府收文號:1100993234

upon M-q (fill-paragraph), becomes:

案件編號:110-E892907府收文號:1100993234

I.e., jammed together. Disheveled.

Let's try it again with a different language,

Incident number:110-E892907
City document number:1100993234

Incident number:110-E892907 City document number:1100993234

"Whitespace concept" preserved. Document looks fine.

emacs-version "27.1"





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#49414: fill-paragraph vs. minority languages
  2021-07-05 10:38 bug#49414: fill-paragraph vs. minority languages 積丹尼 Dan Jacobson
@ 2021-07-05 12:38 ` Eli Zaretskii
  2021-07-05 13:54   ` 積丹尼 Dan Jacobson
  0 siblings, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2021-07-05 12:38 UTC (permalink / raw)
  To: 積丹尼 Dan Jacobson; +Cc: 49414-done

> From: 積丹尼 Dan Jacobson
>  <jidanni@jidanni.org>
> Date: Mon, 05 Jul 2021 18:38:37 +0800
> 
> My professional looking document,
> 
> 案件編號:110-E892907
> 府收文號:1100993234
> 
> upon M-q (fill-paragraph), becomes:
> 
> 案件編號:110-E892907府收文號:1100993234
> 
> I.e., jammed together. Disheveled.

This is the same problem with the : character, which you previously
reported in bug#49214, and which was already fixed there.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#49414: fill-paragraph vs. minority languages
  2021-07-05 12:38 ` Eli Zaretskii
@ 2021-07-05 13:54   ` 積丹尼 Dan Jacobson
  2021-07-05 17:04     ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: 積丹尼 Dan Jacobson @ 2021-07-05 13:54 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 49414-done

>>>>> "EZ" == Eli Zaretskii <eliz@gnu.org> writes:

EZ> This is the same problem with the : character, which you previously
EZ> reported in bug#49214, and which was already fixed there.

OK but it also happens with no ":",

案件編號 - 110-E892907
府收文號 - 1100993234

becomes:

案件編號 - 110-E892907府收文號 - 1100993234

it should become:

案件編號 - 110-E892907 府收文號 - 1100993234





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#49414: fill-paragraph vs. minority languages
  2021-07-05 13:54   ` 積丹尼 Dan Jacobson
@ 2021-07-05 17:04     ` Eli Zaretskii
  2021-07-06  8:36       ` 積丹尼 Dan Jacobson
  0 siblings, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2021-07-05 17:04 UTC (permalink / raw)
  To: 積丹尼 Dan Jacobson; +Cc: 49414

> From: 積丹尼 Dan Jacobson <jidanni@jidanni.org>
> Cc: 49414-done@debbugs.gnu.org
> Date: Mon, 05 Jul 2021 21:54:01 +0800
> 
> >>>>> "EZ" == Eli Zaretskii <eliz@gnu.org> writes:
> 
> EZ> This is the same problem with the : character, which you previously
> EZ> reported in bug#49214, and which was already fixed there.
> 
> OK but it also happens with no ":",
> 
> 案件編號 - 110-E892907
> 府收文號 - 1100993234
> 
> becomes:
> 
> 案件編號 - 110-E892907府收文號 - 1100993234
> 
> it should become:
> 
> 案件編號 - 110-E892907 府收文號 - 1100993234

That's another bug report of yours that got resolved: bug#34463.  The
solution is to set fill-separate-heterogeneous-words-with-space
non-nil.

(When we tell you about variables you didn't know about that should
make Emacs behave like you want, don't you go right away and make that
change in your init files, so that the problem doesn't pop up again in
the future?  If not, why not?)





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#49414: fill-paragraph vs. minority languages
  2021-07-05 17:04     ` Eli Zaretskii
@ 2021-07-06  8:36       ` 積丹尼 Dan Jacobson
  0 siblings, 0 replies; 5+ messages in thread
From: 積丹尼 Dan Jacobson @ 2021-07-06  8:36 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 49414

>>>>> "EZ" == Eli Zaretskii <eliz@gnu.org> writes:

EZ> (When we tell you about variables you didn't know about that should
EZ> make Emacs behave like you want, don't you go right away and make that
EZ> change in your init files, so that the problem doesn't pop up again in
EZ> the future?  If not, why not?)

Maybe I didn't get the email. I see
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34463 also says

> Since Kenichi didn't respond,

so maybe mail was messed up that day.





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-07-06  8:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-05 10:38 bug#49414: fill-paragraph vs. minority languages 積丹尼 Dan Jacobson
2021-07-05 12:38 ` Eli Zaretskii
2021-07-05 13:54   ` 積丹尼 Dan Jacobson
2021-07-05 17:04     ` Eli Zaretskii
2021-07-06  8:36       ` 積丹尼 Dan Jacobson

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).