unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* file-coding-system-alist and shell endless loop problem
@ 2007-05-16  6:44 William Xu
  2007-05-16  6:54 ` Kenichi Handa
  0 siblings, 1 reply; 10+ messages in thread
From: William Xu @ 2007-05-16  6:44 UTC (permalink / raw)
  To: emacs-devel

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

^ permalink raw reply	[flat|nested] 10+ messages in thread
* file-coding-system-alist and shell endless loop problem
@ 2007-05-16  6:39 William Xu
  0 siblings, 0 replies; 10+ messages in thread
From: William Xu @ 2007-05-16  6:39 UTC (permalink / raw)
  To: emacs-devel

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2007-05-17  3:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
  -- strict thread matches above, loose matches on Subject: below --
2007-05-16  6:39 William Xu

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).