From: "Pascal J. Bourguignon" <pjb@informatimago.com>
To: help-gnu-emacs@gnu.org
Subject: Re: what is copy-list?
Date: Fri, 21 Jan 2011 07:30:06 +0100 [thread overview]
Message-ID: <87lj2e22hd.fsf@kuiper.lan.informatimago.com> (raw)
In-Reply-To: c149b664-b1f6-442f-94f4-63d6374f33de@o9g2000pre.googlegroups.com
rusi <rustompmody@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.
--
__Pascal Bourguignon__ http://www.informatimago.com/
A bad day in () is better than a good day in {}.
next prev parent reply other threads:[~2011-01-21 6:30 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-21 6:28 what is copy-list? rusi
2011-01-21 6:30 ` Pascal J. Bourguignon [this message]
2011-01-21 6:43 ` rusi
2011-01-21 6:44 ` rusi
2011-01-21 6:57 ` Pascal J. Bourguignon
2011-01-21 8:15 ` Le Wang
[not found] ` <mailman.4.1295597760.27625.help-gnu-emacs@gnu.org>
2011-01-21 8:39 ` rusi
2011-01-21 13:56 ` Barry Margolin
2011-01-22 5:08 ` rusi
2011-01-23 19:15 ` Barry Margolin
2011-01-21 7:48 ` Tim X
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87lj2e22hd.fsf@kuiper.lan.informatimago.com \
--to=pjb@informatimago.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).