Re: Recursive `require' for feature `code-pages' (was: Additional autoload-coding-system entries in code-pages.el)

2005-03-11 Thread Kenichi Handa
In article <[EMAIL PROTECTED]>, Reiner Steib <[EMAIL PROTECTED]> writes: > There's a problem with this: > - Save the attached file as "Latin-7.txt". > - Start Emacs: > $ LC_ALL=C emacs -Q Latin-7.txt > - C-h v buffer-file-coding-system RET gives: > , > | buffer-file-coding-system's value

Recursive `require' for feature `code-pages' (was: Additional autoload-coding-system entries in code-pages.el)

2005-03-07 Thread Reiner Steib
On Fri, Mar 04 2005, Reiner Steib wrote: > On Tue, Mar 01 2005, Stefan Monnier wrote: > >> Reiner Steib wrote: >>> I propose to add autoloads for all iso-8859-* and windows-125* coding >>> systems. With these autoload, Gnus (and probably also other Emacs >>> based mail and news readers) are able

Re: Additional autoload-coding-system entries in code-pages.el

2005-03-04 Thread Reiner Steib
On Tue, Mar 01 2005, Stefan Monnier wrote: > Reiner Steib wrote: >> I propose to add autoloads for all iso-8859-* and windows-125* coding >> systems. With these autoload, Gnus (and probably also other Emacs >> based mail and news readers) are able to display articles with the >> corresponding MIM

Re: Additional autoload-coding-system entries in code-pages.el

2005-03-03 Thread Richard Stallman
It seems good it me. Handa, do you agree? ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel

Re: Additional autoload-coding-system entries in code-pages.el

2005-03-01 Thread Stefan Monnier
> `code-pages.el' provides various coding systems. But only defines > autoloads for pt154 and iso-8859-11: > , > | 2 matches for "###autoload(autoload-coding-system" in buffer: > code-pages.el.~1.23~ > |4462:;;;###autoload(autoload-coding-system 'pt154 '(require 'code-pages)) > |4472

Additional autoload-coding-system entries in code-pages.el

2005-03-01 Thread Reiner Steib
Hi, `code-pages.el' provides various coding systems. But only defines autoloads for pt154 and iso-8859-11: , | 2 matches for "###autoload(autoload-coding-system" in buffer: code-pages.el.~1.23~ |4462:;;;###autoload(autoload-coding-system 'pt154 '(require 'code-pages)) |4472:;;;###au