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

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

Re: plist-put modification by side effect


From: Barry Margolin
Subject: Re: plist-put modification by side effect
Date: Sun, 01 Feb 2009 13:22:17 -0500
User-agent: MT-NewsWatcher/3.5.3b3 (Intel Mac OS X)

In article <mailman.6441.1233508294.26697.help-gnu-emacs@gnu.org>,
 Dan Davison <davison@stats.ox.ac.uk> wrote:

> I want to modify a plist inside a function, in such a way that
> the modifications are available outside the function. Does Thi's
> answer mean that I should use something like nconc and not
> plist-put?

That still won't help for the case where the plist is empty when your 
function is called, because there's nothing to nconc to.

-- 
Barry Margolin, barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
*** PLEASE don't copy me on replies, I'll read them in the group ***


reply via email to

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