From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Barry Margolin Newsgroups: gmane.emacs.help Subject: Re: what is copy-list? Date: Sun, 23 Jan 2011 14:15:47 -0500 Organization: A noiseless patient Spider Message-ID: References: <87lj2e22hd.fsf@kuiper.lan.informatimago.com> <49a66c3b-f48b-4e07-8034-044eb6909f79@f21g2000prn.googlegroups.com> <11259169-25fc-435e-99dc-536d8c2adf69@r16g2000prh.googlegroups.com> NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1295811646 19032 80.91.229.12 (23 Jan 2011 19:40:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 23 Jan 2011 19:40:46 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jan 23 20:40:42 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ph5nl-0002BW-NW for geh-help-gnu-emacs@m.gmane.org; Sun, 23 Jan 2011 20:40:41 +0100 Original-Received: from localhost ([127.0.0.1]:37978 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ph5nl-0007LM-26 for geh-help-gnu-emacs@m.gmane.org; Sun, 23 Jan 2011 14:40:41 -0500 Original-Path: usenet.stanford.edu!goblin1!goblin.stu.neva.ru!eternal-september.org!feeder.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 33 Injection-Info: barmar.motzarella.org; posting-host="+bxBiZT/p0ZLLuDb5H+JCw"; logging-data="18864"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19WeyRVqUAc+rKqJ5A/eQvv" User-Agent: MT-NewsWatcher/3.5.3b3 (Intel Mac OS X) Cancel-Lock: sha1:GvYBs2SneUh0Ja4wrkwwUZXYnYs= Original-Xref: usenet.stanford.edu gnu.emacs.help:184523 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:78682 Archived-At: In article <11259169-25fc-435e-99dc-536d8c2adf69@r16g2000prh.googlegroups.com>, rusi wrote: > On Jan 21, 6:56 pm, Barry Margolin wrote: > > > > It's not fsharp-mode that requires cl, it's his .emacs that's trying to > > use a cl function to perform some customization of it. > > This code is from the inferior-fsharp-mode function in inf-fsharp.el > from > http://sourceforge.net/projects/fsharp-mode/ > > (assq-delete-all 'compilation-minor-mode (copy-list minor-mode-map- > alist)) > > When a (require 'cl) is added to the file the problem goes away. > > The problem does not usually surface because the require is there in > other (fsharp related) el files which require cl. > > If that is not a require problem with the fsharp mode, there is > something very basic I dont understand (Not claiming I know emacs/ > elisp very well) I misunderstood the original post, I thought he was trying to customize fsharp-mode. -- 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 ***