all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: William Xu <william.xwl@gmail.com>
To: emacs-devel@gnu.org
Subject: file-coding-system-alist and shell endless loop problem
Date: Wed, 16 May 2007 14:39:20 +0800	[thread overview]
Message-ID: <87zm4546hz.fsf@www.williamxu.com> (raw)

Hi all,

I find that `M-x shell' would end in some endless loop when
`file-coding-system-alist' has been set to something like

,----
| (setq file-coding-system-alist
|       '(("\\.dz\\'" no-conversion . no-conversion)
| 	("\\.g?z\\(~\\|\\.~[0-9]+~\\)?\\'" no-conversion . no-conversion)
| 	;; [...]
| 	("" utf-8 . utf-8)))
`----

namely, set the default coding system for file I/O operation to
utf-8.

If i replace it with some other values, like undecided(the default
value), gb2312, etc. It has no such problem.

Emacs is built from cvs 20070515.


        William

             reply	other threads:[~2007-05-16  6:39 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-16  6:39 William Xu [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-05-16  6:44 file-coding-system-alist and shell endless loop problem William Xu
2007-05-16  6:54 ` Kenichi Handa
2007-05-16  7:13   ` William Xu
2007-05-16  8:00     ` Kenichi Handa
2007-05-16  8:23       ` William Xu
2007-05-16  8:23       ` William Xu
2007-05-16 17:44         ` Eli Zaretskii
2007-05-17  1:08         ` Kenichi Handa
2007-05-17  3:36           ` William Xu

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=87zm4546hz.fsf@www.williamxu.com \
    --to=william.xwl@gmail.com \
    --cc=emacs-devel@gnu.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.