emacs-devel
[Top][All Lists]
Advanced

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

Re: [Bug] Issues with format.el: coding system, byte/char confusi on


From: Kenichi Handa
Subject: Re: [Bug] Issues with format.el: coding system, byte/char confusi on
Date: Thu, 10 Apr 2003 21:05:50 +0900 (JST)
User-agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/21.2.92 (sparc-sun-solaris2.6) MULE/5.0 (SAKAKI)

In article <address@hidden>, Richard Stallman <address@hidden> writes:
>     It would be excellent if Emacs could be patched such that
>     `after-insert-file-set-buffer-file-coding-system' is called directly
>     from within Finsert_file_contents before calling Qformat_decode (instead
>     of adding this function to `after-insert-file-functions').

> I don't object.

Ok, I've just installed these changes.

2003-04-10  Kenichi Handa  <address@hidden>

        * fileio.c (Vafter_insert_file_adjust_coding_function): New
        variable.
        (syms_of_fileio): Declare it as a lisp variable.
        (Finsert_file_contents): Call
        Vafter_insert_file_adjust_coding_function before calling
        decode-format.

2003-04-10  Kenichi Handa  <address@hidden>

        * international/mule.el: Set
        after-insert-file-adjust-coding-function to
        after-insert-file-set-buffer-file-coding-system instead of adding
        it to after-insert-file-functions.

But, these names are very long.
        after-insert-file-adjust-coding-function
        after-insert-file-set-buffer-file-coding-system
Can't you think of shorter names?

---
Ken'ichi HANDA
address@hidden




reply via email to

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