bug-gnu-emacs
[Top][All Lists]
Advanced

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

Re: codepage-setup NOERROR


From: Jason Rumney
Subject: Re: codepage-setup NOERROR
Date: Tue, 30 Oct 2007 22:59:46 +0000
User-agent: Thunderbird 2.0.0.6 (Windows/20070728)

jidanni@jidanni.org wrote:
> Some systems don't have all the codepages, so for one's .emacs file to
> be portable, codepage-setup needs to have a NOERROR parameter, just
> like (require).
>   
We can't add a NOERROR parameter to everything just because someone
might want to pass invalid parameters to it from their .emacs file.

Use condition-case if you need to share a .emacs between different
versions of Emacs that don't support all the codepages you want to use.





reply via email to

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