From: Robert Pluim <rpluim@gmail.com>
To: Andreas Schwab <schwab@linux-m68k.org>
Cc: 75397@debbugs.gnu.org, ndobrynin@gmail.com, Eli Zaretskii <eliz@gnu.org>
Subject: bug#75397: 29.4; GNUS message mode lacks Cyrillic support (GNU/Linux)
Date: Wed, 08 Jan 2025 18:12:32 +0100 [thread overview]
Message-ID: <87y0zlfcvz.fsf@gmail.com> (raw)
In-Reply-To: <87bjwhz1qb.fsf@igel.home> (Andreas Schwab's message of "Wed, 08 Jan 2025 17:53:16 +0100")
>>>>> On Wed, 08 Jan 2025 17:53:16 +0100, Andreas Schwab <schwab@linux-m68k.org> said:
Andreas> On Jan 08 2025, Eli Zaretskii wrote:
>>> Cc: 75397@debbugs.gnu.org
>>> From: Andreas Schwab <schwab@linux-m68k.org>
>>> Date: Mon, 06 Jan 2025 10:36:34 +0100
>>>
>>> On Jan 06 2025, Nickolai Dobrynin wrote:
>>>
>>> > 1. Type M-gnus to start GNUS.
>>> > 2. Start composing a message by pressing 'm'.
>>> > 3. Enter the first, say, 5 letters of the Cyrillic alphabet, i.e. абвгд.
>>> > 4. Press C-c C-d to save the draft.
>>> > 5. Press S D e to resume editing.
>>> > 6. Bizarrely enough, instead of "абвгд", you will see a sequence of digits "01234".
>>> >
>>> > Is this even real?? By the way, this does not occur with ordinary text
>>> > files. And everything works fine in the view mode inside the draft
>>> > group. Pressing S D e, on the other hand, makes things go haywire.
>>>
>>> The problem is that message-dont-send doesn't encode the message when it
>>> saves it.
>>
>> I must be missing something here, because I don't see what you
>> describe above:
Andreas> It is about MIME encoding.
>> (defun message-dont-send ()
>> "Don't send the message you have been editing.
>> Instead, just auto-save the buffer and then bury it."
>> (interactive nil message-mode)
>> (set-buffer-modified-p t)
>> (save-buffer) <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
>> (let ((actions message-postpone-actions))
>> (message-bury (current-buffer))
>> (message-do-actions actions)))
Andreas> This just saves the raw buffer contents, but
Andreas> gnus-summary-resend-message-edit expects it to be a proper RFC2822 mail,
Andreas> with suitable MIME headers.
Yes. Which is why the command to edit an unsent draft is 'e' (or 'D
e').
Robert
--
next prev parent reply other threads:[~2025-01-08 17:12 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-06 0:49 bug#75397: 29.4; GNUS message mode lacks Cyrillic support (GNU/Linux) Nickolai Dobrynin
2025-01-06 9:36 ` Andreas Schwab
2025-01-08 15:30 ` Eli Zaretskii
2025-01-08 16:53 ` Andreas Schwab
2025-01-08 17:12 ` Robert Pluim [this message]
2025-01-08 18:42 ` Eli Zaretskii
2025-01-07 18:13 ` bug#75397: Any workarounds for this? Nickolai Dobrynin
2025-01-08 12:47 ` bug#75397: 29.4; GNUS message mode lacks Cyrillic support (GNU/Linux) Eli Zaretskii
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=87y0zlfcvz.fsf@gmail.com \
--to=rpluim@gmail.com \
--cc=75397@debbugs.gnu.org \
--cc=eliz@gnu.org \
--cc=ndobrynin@gmail.com \
--cc=schwab@linux-m68k.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.