Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Unicode data's src code block does break in Gnus
@ 2017-07-22  4:21 Byung-Hee HWANG (황병희, 黃炳熙)
  2017-07-22  4:46 ` Byung-Hee HWANG (황병희, 黃炳熙)
  2017-08-02  4:36 ` Katsumi Yamaoka
  0 siblings, 2 replies; 4+ messages in thread
From: Byung-Hee HWANG (황병희, 黃炳熙) @ 2017-07-22  4:21 UTC (permalink / raw)
  To: info-gnus-english

When i write as follow:

#+BEGIN_SRC python
print "^고맙습니다 _地平天成_ 감사합니다_^))//\n"*3
#+END_SRC

The inner data does break in Gnus.
However it does not break in Web of Gmail. 
The data is my current signature [CJK Unicode].
    
    "^고맙습니다 _地平天成_ 감사합니다_^))//"

;; System Environment:
Emacs: 23.3 (Ubuntu 12.04)
Gnus: Ma Gnus [TAG: m0-15]
Current coding system: UTF-8
OrgMode: 7.3

Is that bug?

-- 
^고맙습니다 _地平天成_ 감사합니다_^))//


_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

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

* Re: Unicode data's src code block does break in Gnus
  2017-07-22  4:21 Unicode data's src code block does break in Gnus Byung-Hee HWANG (황병희, 黃炳熙)
@ 2017-07-22  4:46 ` Byung-Hee HWANG (황병희, 黃炳熙)
  2017-08-02  4:36 ` Katsumi Yamaoka
  1 sibling, 0 replies; 4+ messages in thread
From: Byung-Hee HWANG (황병희, 黃炳熙) @ 2017-07-22  4:46 UTC (permalink / raw)
  To: info-gnus-english

FYI, attached screenshot:
https://raw.githubusercontent.com/soyeomul/Gnus/MaGnus/ss/break-unicode-of-src-code-block-in-gnus.png

-- 
^고맙습니다 _地平天成_ 감사합니다_^))//


_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

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

* Re: Unicode data's src code block does break in Gnus
  2017-07-22  4:21 Unicode data's src code block does break in Gnus Byung-Hee HWANG (황병희, 黃炳熙)
  2017-07-22  4:46 ` Byung-Hee HWANG (황병희, 黃炳熙)
@ 2017-08-02  4:36 ` Katsumi Yamaoka
  2017-08-04 13:29   ` Byung-Hee HWANG (황병희, 黃炳熙)
  1 sibling, 1 reply; 4+ messages in thread
From: Katsumi Yamaoka @ 2017-08-02  4:36 UTC (permalink / raw)
  To: Byung-Hee HWANG (황병희, 黃炳熙)
  Cc: info-gnus-english

On Sat, 22 Jul 2017 13:21:24 +0900, Byung-Hee HWANG (황병희, 黃炳熙) wrote:
> When i write as follow:

> #+BEGIN_SRC python
> print "^고맙습니다 _地平天成_ 감사합니다_^))//\n"*3
> #+END_SRC

> The inner data does break in Gnus.

I've fixed this bug in the Emacs git master, i.e., Emacs 26.0.50.
The diff is here:
<http://lists.gnu.org/archive/html/emacs-diffs/2017-08/msg00008.html>

_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

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

* Re: Unicode data's src code block does break in Gnus
  2017-08-02  4:36 ` Katsumi Yamaoka
@ 2017-08-04 13:29   ` Byung-Hee HWANG (황병희, 黃炳熙)
  0 siblings, 0 replies; 4+ messages in thread
From: Byung-Hee HWANG (황병희, 黃炳熙) @ 2017-08-04 13:29 UTC (permalink / raw)
  To: info-gnus-english

Katsumi Yamaoka <yamaoka@jpl.org> 께서 쓰시길,
 《記事 全文 <b4mfuda4mcw.fsf@jpl.org> 에서》:

> On Sat, 22 Jul 2017 13:21:24 +0900, Byung-Hee HWANG (황병희, 黃炳熙) wrote:
>> When i write as follow:
>
>> #+BEGIN_SRC python
>> print "^고맙습니다 _地平天成_ 감사합니다_^))//\n"*3
>> #+END_SRC
>
>> The inner data does break in Gnus.
>
> I've fixed this bug in the Emacs git master, i.e., Emacs 26.0.50.
> The diff is here:
> <http://lists.gnu.org/archive/html/emacs-diffs/2017-08/msg00008.html>

After read your mail, i did patch and re-build it, then it works very
well! Thank you very much, Katsumi!!! 

Sincerely,

-- 
^고맙습니다 _救濟蒼生_ 감사합니다_^))//


_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

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

end of thread, other threads:[~2017-08-04 13:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-22  4:21 Unicode data's src code block does break in Gnus Byung-Hee HWANG (황병희, 黃炳熙)
2017-07-22  4:46 ` Byung-Hee HWANG (황병희, 黃炳熙)
2017-08-02  4:36 ` Katsumi Yamaoka
2017-08-04 13:29   ` Byung-Hee HWANG (황병희, 黃炳熙)

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 NNTP newsgroup(s).