unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: 4712@emacsbugs.donarmstrong.com
Subject: bug#4712: File encoding
Date: Sat, 17 Oct 2009 00:01:10 -0400	[thread overview]
Message-ID: <jwvd44mzn3e.fsf-monnier+emacsbugreports@gnu.org> (raw)
In-Reply-To: <m31vl53sle.fsf@hase.home> (Andreas Schwab's message of "Thu, 15 Oct 2009 11:38:05 +0200")

I believe the patch below fixed the problem,


        Stefan


--- mule-cmds.el.~1.375.~	2009-10-15 18:22:51.000000000 -0400
+++ mule-cmds.el	2009-10-16 23:56:10.000000000 -0400
@@ -889,13 +889,13 @@
 		  default-coding-system))
 
     (if (and auto-cs (not no-other-defaults))
-	;; If the file has a coding cookie, try to use it before anything
-	;; else (i.e. before default-coding-system which will typically come
-	;; from file-coding-system-alist).
+	;; If the file has a coding cookie, use it regardless of any
+	;; other setting.
 	(let ((base (coding-system-base auto-cs)))
 	  (or (memq base '(nil undecided))
-	      (rassq base default-coding-system)
-	      (push (cons auto-cs base) default-coding-system))))
+              (progn
+                (setq default-coding-system (list (cons auto-cs base)))
+                (setq no-other-defaults t)))))
 
     (unless no-other-defaults
       ;; If buffer-file-coding-system is not nil nor undecided, append it





      reply	other threads:[~2009-10-17  4:01 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-13  9:12 bug#4712: File encoding Elmar Zander
2009-10-14  9:07 ` Andreas Schwab
2009-10-14 13:27   ` Stefan Monnier
2009-10-14 14:04     ` Eli Zaretskii
2009-10-14 14:33       ` Andreas Schwab
2009-10-14 18:11         ` Eli Zaretskii
2009-10-14 15:19       ` Stefan Monnier
2009-10-14 18:15         ` Eli Zaretskii
2009-10-15  3:16           ` Stefan Monnier
2009-10-15  7:20             ` Eli Zaretskii
2009-10-15  9:38             ` Andreas Schwab
2009-10-17  4:01               ` Stefan Monnier [this message]

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=jwvd44mzn3e.fsf-monnier+emacsbugreports@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=4712@emacsbugs.donarmstrong.com \
    /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).