emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNU Emacs CVS HEAD:


From: Kenichi Handa
Subject: Re: GNU Emacs CVS HEAD:
Date: Fri, 20 Jan 2006 21:58:01 +0900
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI)

In article <address@hidden>, Eric Hanchrow <address@hidden> writes:

> dhruva <dklefty <at> gmail.com> writes:
>> Loading language/indian (source)...
>> IO error reading c:/tmp/build/emacs/lisp/language/indian.el: 
>> Bad file descriptor

> Thanks for reporting this.  I'm seeing essentially the same problem; the only
> difference is that I use the mingw32 tools to build, instead of Microsoft's.

I've got a report saying that it seems that the recent
changes to autoload-coding-system (mule.el) is the culprit.
He wrote that applying the following patch will fix the
problem.

*** mule.el     16 Jan 2006 21:01:11 +0900      1.229
--- mule.el     20 Jan 2006 21:54:09 +0900      
***************
*** 1147,1153 ****
                                  coding-system-alist))
    (dolist (elt '("-unix" "-dos" "-mac"))
      (let ((name (concat (symbol-name symbol) elt)))
!       (put (intern name) 'coding-system-define-form form)
        (setq coding-system-alist (cons (list name) coding-system-alist)))))
  
  (defun set-buffer-file-coding-system (coding-system &optional force nomodify)
--- 1147,1153 ----
                                  coding-system-alist))
    (dolist (elt '("-unix" "-dos" "-mac"))
      (let ((name (concat (symbol-name symbol) elt)))
!       ;; (put (intern name) 'coding-system-define-form form)
        (setq coding-system-alist (cons (list name) coding-system-alist)))))
  
  (defun set-buffer-file-coding-system (coding-system &optional force nomodify)


But, I have no idea what is wrong with the original code.
Does someone have any adea?

---
Kenichi Handa
address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]