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

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

Re: what is copy-list?


From: rusi
Subject: Re: what is copy-list?
Date: Thu, 20 Jan 2011 22:43:43 -0800 (PST)
User-agent: G2/1.0

On Jan 21, 11:30 am, "Pascal J. Bourguignon" <p...@informatimago.com>
wrote:
> rusi <rustompm...@gmail.com> writes:
>
> 1> Im trying to use fsharp mode
>
>
>
> > It was working till yesterday
>
> > But today its barfing on (or around) the line
>
> > (setq minor-mode-map-alist (assq-delete-all 'compilation-minor-mode
> > (copy-list minor-mode-map-alist)))
>
> > Well it seems theres nothing like copy-list.
>
> > But how was it earlier working??
>
> copy-list is defined in cl.
>
> Add a:
>
>    (require 'cl)
>
> at the beginning of the file.

Aha Thanks !

But I am really getting fed up of emacs.  Theres not a mode Ive tried
recently that "just works"
I know you may say "Why blame emacs for an fsharp problem?"

But is the (require 'cl) not emacs cruft?


reply via email to

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