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

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

Re: utf-8 into function


From: Kevin Rodgers
Subject: Re: utf-8 into function
Date: Thu, 26 Feb 2004 11:23:37 -0700
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Guldo K wrote:
> I included this into a function:
>     (set-input-method "italian-postfix")
>     (set-language-environment "Latin-9")
>     (set-buffer-file-coding-system "utf-8")
>
> the first two do work, but the latter does not.
> Could you please tell me why?

Isn't the error message perfectly clear?

Wrong type argument: symbolp, "utf-8"

(set-buffer-file-coding-system 'utf-8)

--
Kevin Rodgers



reply via email to

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