From: pierre.techoueyres@free.fr (Pierre Téchoueyres)
To: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Cc: org-mode <emacs-orgmode@gnu.org>
Subject: Re: [PATCH] Add new keyword :coding for #+include directive
Date: Sat, 19 May 2018 18:09:16 +0200 [thread overview]
Message-ID: <87po1rocer.fsf@killashandra.ballybran.fr> (raw)
In-Reply-To: <87d0xrhjp7.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Sat, 19 May 2018 15:13:40 +0200")
[-- Attachment #1: Type: text/plain, Size: 656 bytes --]
Hello Nicolas,
it's really strange.
I've checked it another time some minutes ago and, on my machine, this
works.
I've used the following command to do the test :
for emacs 25.3
#+begin_src sh
emacs -Q -L lisp -L ~/.emacs.d/elpa-25/htmlize-20180412.1244 -l ~/.emacs.d/elpa-25/htmlize-20180412.1244/htmlize-autoloads.el testing/examples/test.org
#+end_src
for Emacs 26.1 (934bb475b9)
#+begin_src sh
emacs -Q -L lisp -L ~/.emacs.d/elpa-25/htmlize-20180412.1244 -l ~/.emacs.d/elpa-25/htmlize-20180412.1244/htmlize-autoloads.el testing/examples/test.org
#+end_src
And I still obtain the expected results : see the text attached file
(encoded in utf-8-unix).
[-- Attachment #2: test.txt --]
[-- Type: text/plain, Size: 1245 bytes --]
TEST WITH DIFFERENT ENCODINGS.
Pierre TÚchoueyres
Table of Contents
1. Pierre TÚchoueyres
1 Pierre TÚchoueyres
bad
@echo off
echo Hello Pierre T┌choueyres ±
rem Local Variables:
rem coding: cp850-dos
rem mode: bat
rem End:
or (only without
0001-Manage-correctly-the-encoding-of-files-with-include-.patch
applied)
#!/bin/sh # -*- coding: iso-8859-15-unix -*-
echo "Hello Pierre TÚchoueyres"
# Local Variables:
# coding: iso-8859-15-unix
# End:
and good ?
@echo off
echo Hello Pierre TÚchoueyres
rem Local Variables:
rem coding: cp850-dos
rem mode: bat
rem End:
or
#!/bin/sh # -*- coding: iso-8859-15-unix -*-
echo "Hello Pierre TÚchoueyres"
# Local Variables:
# coding: iso-8859-15-unix
# End:
Org mode version 9.1.13 (release_9.1.13-763-gcd25c7 @ /home/ptechoueyres/Travail/VCS/emacs-org-mode/lisp/)
[-- Attachment #3: Type: text/plain, Size: 1870 bytes --]
So I don't really understand what's appening.
Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:
> Hello,
>
> pierre.techoueyres@free.fr (Pierre Téchoueyres) writes:
>
>> I reattach the examples, but note that the cmd.txt or sh.txt extensions
>> are only there to avoid my mail to be wiped out.
>
> I must be missing something. When I install both patches, and I export
> your example to, e.g., UTF-8, I get the following document, where coding
> systems are not resolved.
>
> 1 Pierre Téchoueyres
> ════════════════════
>
> bad
> ┌────
> │ @echo off
> │
> │ echo Hello Pierre T├Üchoueyres ├▒
> │
> │ rem Local Variables:
> │ rem coding: cp850-dos
> │ rem mode: bat
> │ rem End:
> └────
> or
> ┌────
> │ #!/bin/sh # -*- coding: iso-8859-15-unix -*-
> │
> │ echo "Hello Pierre Téchoueyres"
> │
> │ # Local Variables:
> │ # coding: iso-8859-15-unix
> │ # End:
> └────
>
> and good ?
> ┌────
> │ @echo off
> │
> │ echo Hello Pierre TÃchoueyres ñ
> │
> │ rem Local Variables:
> │ rem coding: cp850-dos
> │ rem mode: bat
> │ rem End:
> └────
> or
> ┌────
> │ #!/bin/sh # -*- coding: iso-8859-15-unix -*-
> │
> │ echo "Hello Pierre Téchoueyres"
> │
> │ # Local Variables:
> │ # coding: iso-8859-15-unix
> │ # End:
> └────
>
> Regards,
--
| Pierre Téchoueyres - Appt. 150 Bat. B
| Tel : 05 56 42 53 22 Res. Le FLORE ___
| 09 51 40 74 43 32 rue Marcelin Berthelot ,,,
| Port: 06 77 11 64 05 33200 CAUDERAN (o o)
| mailto:Pierre.Techoueyres@free.fr ---ooO-(_)-Ooo---
next prev parent reply other threads:[~2018-05-19 16:09 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-16 19:52 [PATCH] Add new keyword :coding for #+include directive Pierre Téchoueyres
2018-04-16 21:30 ` Pierre Téchoueyres
2018-04-17 8:36 ` Nicolas Goaziou
2018-04-18 18:40 ` Pierre Téchoueyres
2018-04-20 23:08 ` Pierre Téchoueyres
2018-04-23 10:27 ` Nicolas Goaziou
2018-04-23 19:44 ` Pierre Téchoueyres
2018-04-24 21:59 ` Nicolas Goaziou
2018-04-24 22:57 ` Pierre Téchoueyres
2018-05-04 22:41 ` Pierre Téchoueyres
2018-05-08 17:31 ` Nicolas Goaziou
2018-05-14 23:44 ` Pierre Téchoueyres
2018-05-19 13:13 ` Nicolas Goaziou
2018-05-19 16:09 ` Pierre Téchoueyres [this message]
2018-05-20 7:33 ` Nicolas Goaziou
2018-05-24 21:29 ` Pierre Téchoueyres
2018-06-02 10:13 ` Nicolas Goaziou
2018-06-08 19:21 ` Pierre Téchoueyres
2018-06-13 13:39 ` Nicolas Goaziou
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.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87po1rocer.fsf@killashandra.ballybran.fr \
--to=pierre.techoueyres@free.fr \
--cc=emacs-orgmode@gnu.org \
--cc=mail@nicolasgoaziou.fr \
/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/org-mode.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).