unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: emacs/lisp/calc calc.el
       [not found] <E1LxtIN-0000Gk-Qn@cvs.savannah.gnu.org>
@ 2009-04-27 22:44 ` Glenn Morris
  2009-04-27 22:56   ` Jay Belanger
  0 siblings, 1 reply; 4+ messages in thread
From: Glenn Morris @ 2009-04-27 22:44 UTC (permalink / raw)
  To: Jay Belanger; +Cc: Emacs developers

Jay Belanger wrote:

> +  (if calc-buffer-list (setq calc-stack (copy-list calc-stack)))

copy-list is a CL function, which may not be used at runtime.
Hence this warning:

calc.el:3781:1:Warning: the function `copy-list' is not known to be defined.




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: emacs/lisp/calc calc.el
  2009-04-27 22:44 ` emacs/lisp/calc calc.el Glenn Morris
@ 2009-04-27 22:56   ` Jay Belanger
  2009-04-27 23:01     ` Miles Bader
  0 siblings, 1 reply; 4+ messages in thread
From: Jay Belanger @ 2009-04-27 22:56 UTC (permalink / raw)
  To: Emacs developers; +Cc: jay.p.belanger


Glenn Morris <rgm@gnu.org> writes:
...
> copy-list is a CL function, which may not be used at runtime.
> Hence this warning:
>
> calc.el:3781:1:Warning: the function `copy-list' is not known to be defined.

Oops; how careless of me.
I'll fix it right away.




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: emacs/lisp/calc calc.el
  2009-04-27 22:56   ` Jay Belanger
@ 2009-04-27 23:01     ` Miles Bader
  2009-04-27 23:09       ` Jay Belanger
  0 siblings, 1 reply; 4+ messages in thread
From: Miles Bader @ 2009-04-27 23:01 UTC (permalink / raw)
  To: emacs-devel

Jay Belanger <jay.p.belanger@gmail.com> writes:
>> copy-list is a CL function, which may not be used at runtime.
>> Hence this warning:
>>
>> calc.el:3781:1:Warning: the function `copy-list' is not known to be defined.
>
> Oops; how careless of me.
> I'll fix it right away.

BTW, you might be able to just use `copy-sequence' instead, which is a C builtin.

-Miles

-- 
Electricity, n. The cause of all natural phenomena not known to be caused by
something else.





^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: emacs/lisp/calc calc.el
  2009-04-27 23:01     ` Miles Bader
@ 2009-04-27 23:09       ` Jay Belanger
  0 siblings, 0 replies; 4+ messages in thread
From: Jay Belanger @ 2009-04-27 23:09 UTC (permalink / raw)
  To: Miles Bader; +Cc: jay.p.belanger, emacs-devel


Miles Bader <miles@gnu.org> writes:
...
> BTW, you might be able to just use `copy-sequence' instead, which is a C builtin.

Thanks; it's done.




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-04-27 23:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E1LxtIN-0000Gk-Qn@cvs.savannah.gnu.org>
2009-04-27 22:44 ` emacs/lisp/calc calc.el Glenn Morris
2009-04-27 22:56   ` Jay Belanger
2009-04-27 23:01     ` Miles Bader
2009-04-27 23:09       ` Jay Belanger

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).