From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Eli Zaretskii <eliz@gnu.org>
Cc: 8122@debbugs.gnu.org, Steve Revilak <steve@srevilak.net>
Subject: bug#8122: 23.2.94; (prefer-coding-system 'utf-8) changes indentation behavior for emacsclient
Date: Sat, 26 Feb 2011 14:56:37 -0500 [thread overview]
Message-ID: <jwv39na8t98.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <83y652oikf.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 26 Feb 2011 18:40:32 +0200")
> I propose the following change to fix this:
Sounds right, thank you,
Stefan
> --- lisp/international/mule-cmds.el~0 2011-01-08 12:45:14.000000000 -0500
> +++ lisp/international/mule-cmds.el 2011-02-26 11:32:22.483284753 -0500
> @@ -368,7 +368,8 @@
> (coding-system-get coding-system 'ascii-compatible-p)))
> (setq default-file-name-coding-system coding-system)))
> (setq default-terminal-coding-system coding-system)
> - (setq default-keyboard-coding-system coding-system)
> + (setq default-keyboard-coding-system
> + (coding-system-change-eol-conversion coding-system 'unix))
> ;; Preserve eol-type from existing default-process-coding-systems.
> ;; On non-unix-like systems in particular, these may have been set
> ;; carefully by the user, or by the startup code, to deal with the
next prev parent reply other threads:[~2011-02-26 19:56 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-26 14:31 bug#8122: 23.2.94; (prefer-coding-system 'utf-8) changes indentation behavior for emacsclient Steve Revilak
[not found] ` <handler.8122.B.129873070619353.ack@debbugs.gnu.org>
2011-02-26 15:05 ` bug#8122: More regression notes for bug#8122 Steve Revilak
2011-02-26 15:49 ` Eli Zaretskii
2011-02-26 15:37 ` bug#8122: 23.2.94; (prefer-coding-system 'utf-8) changes indentation behavior for emacsclient Eli Zaretskii
2011-02-26 16:26 ` Eli Zaretskii
2011-02-26 22:57 ` Steve Revilak
2011-02-27 3:58 ` Eli Zaretskii
2011-02-26 16:40 ` Eli Zaretskii
2011-02-26 19:56 ` Stefan Monnier [this message]
2011-02-26 21:32 ` 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
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=jwv39na8t98.fsf-monnier+emacs@gnu.org \
--to=monnier@iro.umontreal.ca \
--cc=8122@debbugs.gnu.org \
--cc=eliz@gnu.org \
--cc=steve@srevilak.net \
/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).