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

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

Re: :name or 'name?


From: Suvayu Ali
Subject: Re: :name or 'name?
Date: Mon, 21 Jan 2013 19:53:51 +0100
User-agent: Mutt/1.5.21 (2011-07-01)

On Mon, Jan 21, 2013 at 08:26:33PM +0200, Oleksandr Gavenko wrote:
> 
>   (put :mylib-error "Unknown mylib error")
>   (put :mylib-error 'error-conditions '(:mylib-error error))
>   ...
>   (condition-case 'var BODY (:mylib-error ...))

Are you sure this is correct syntax?  The way I understand it, put takes
a symbol name as the first argument, so it should be 'symbol or a
variable that evaluates to 'symbol.

Hope this makes sense,

-- 
Suvayu

Open source is the future. It sets us free.



reply via email to

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