Gnus development mailing list
 help / color / mirror / Atom feed
* copy-list, equalp
       [not found] <E1OxLP3-00034t-00@quimby.gnus.org>
@ 2010-09-24  1:26 ` Katsumi Yamaoka
  2010-09-24 14:32   ` Ted Zlatanov
  2010-09-24 15:58   ` Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 5+ messages in thread
From: Katsumi Yamaoka @ 2010-09-24  1:26 UTC (permalink / raw)
  To: ding

Lars Magne Ingebrigtsen wrote:
> - Log -----------------------------------------------------------------
> commit 486da4d5d54814a27e7525d59e8c2327631f9061
> Author: Lars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
> Date:   Sun Sep 19 17:02:02 2010 +0200
[...]
> +(defun gnus-methods-sloppily-equal (m1 m2)
[...]
> +    (let ((p1 (copy-list (cddr m1)))
> +	  (p2 (copy-list (cddr m2)))
[...]
> +	  (unless (equalp e1 e2)

Please don't use cl run-time functions (used in
`gnus-sloppily-equal-method-parameters' now).



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

* Re: copy-list, equalp
  2010-09-24  1:26 ` copy-list, equalp Katsumi Yamaoka
@ 2010-09-24 14:32   ` Ted Zlatanov
  2010-09-24 15:58     ` Lars Magne Ingebrigtsen
  2010-09-24 15:58   ` Lars Magne Ingebrigtsen
  1 sibling, 1 reply; 5+ messages in thread
From: Ted Zlatanov @ 2010-09-24 14:32 UTC (permalink / raw)
  To: ding

On Fri, 24 Sep 2010 10:26:11 +0900 Katsumi Yamaoka <yamaoka@jpl.org> wrote: 

KY> Please don't use cl run-time functions (used in
KY> `gnus-sloppily-equal-method-parameters' now).

Is that a problem with the run-time or CL in general?

Ted




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

* Re: copy-list, equalp
  2010-09-24  1:26 ` copy-list, equalp Katsumi Yamaoka
  2010-09-24 14:32   ` Ted Zlatanov
@ 2010-09-24 15:58   ` Lars Magne Ingebrigtsen
  1 sibling, 0 replies; 5+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-09-24 15:58 UTC (permalink / raw)
  To: ding

Katsumi Yamaoka <yamaoka@jpl.org> writes:

> Please don't use cl run-time functions (used in
> `gnus-sloppily-equal-method-parameters' now).

Thanks for catching this.  Fixed and pushed.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




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

* Re: copy-list, equalp
  2010-09-24 14:32   ` Ted Zlatanov
@ 2010-09-24 15:58     ` Lars Magne Ingebrigtsen
  2010-09-25 15:18       ` Ted Zlatanov
  0 siblings, 1 reply; 5+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-09-24 15:58 UTC (permalink / raw)
  To: ding

Ted Zlatanov <tzz@lifelogs.com> writes:

> Is that a problem with the run-time or CL in general?

We're Not Allowed to use the cl.el functions run-time.  But we can use
the macros from cl-macs.el. 

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




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

* Re: copy-list, equalp
  2010-09-24 15:58     ` Lars Magne Ingebrigtsen
@ 2010-09-25 15:18       ` Ted Zlatanov
  0 siblings, 0 replies; 5+ messages in thread
From: Ted Zlatanov @ 2010-09-25 15:18 UTC (permalink / raw)
  To: ding

On Fri, 24 Sep 2010 17:58:55 +0200 Lars Magne Ingebrigtsen <larsi@gnus.org> wrote: 

LMI> Ted Zlatanov <tzz@lifelogs.com> writes:
>> Is that a problem with the run-time or CL in general?

LMI> We're Not Allowed to use the cl.el functions run-time.  But we can use
LMI> the macros from cl-macs.el. 

What a shame.  I think they're often easier and more intuitive than the
ELisp equivalents.

Ted




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

end of thread, other threads:[~2010-09-25 15:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <E1OxLP3-00034t-00@quimby.gnus.org>
2010-09-24  1:26 ` copy-list, equalp Katsumi Yamaoka
2010-09-24 14:32   ` Ted Zlatanov
2010-09-24 15:58     ` Lars Magne Ingebrigtsen
2010-09-25 15:18       ` Ted Zlatanov
2010-09-24 15:58   ` Lars Magne Ingebrigtsen

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 NNTP newsgroup(s).