emacs-devel
[Top][All Lists]
Advanced

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

Re: server-start and server-name doesn't seem to work


From: Óscar Fuentes
Subject: Re: server-start and server-name doesn't seem to work
Date: Fri, 16 Oct 2009 20:25:55 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

Harry Putnam <address@hidden> writes:

[snip]

> After M-x server-start
>
> If I do M-x set-variable <RET> server-name <RET> foo <RET>
>
> I get an error saying:
> set-variable: Value `foo' does not match type string of server-name

As the error message says, it expects a string. Try

M-x set-variable <RET> server-name <RET> "foo" <RET>
_________________________________________^___^

See the documentation for `set-variable'.

[snip]

-- 
Óscar





reply via email to

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