Gnus development mailing list
 help / color / mirror / Atom feed
* Re: [gnus git]  branch master updated: =1= auth-source.el (auth-source-search): Use copy-sequence instead of the cl.el copy-list.
       [not found] <E1PonLf-0006wg-00@quimby.gnus.org>
@ 2011-02-14  1:45 ` Katsumi Yamaoka
  2011-02-14 15:12   ` Ted Zlatanov
  0 siblings, 1 reply; 2+ messages in thread
From: Katsumi Yamaoka @ 2011-02-14  1:45 UTC (permalink / raw)
  To: ding

> +2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
> +
> +	* auth-source.el (auth-source-search): Use copy-sequence instead of
> +	the cl.el copy-list.

There are not only this but also many cl functions used in the
new auth-source.el.  Oops.

In auth-source-search:
auth-source.el:516:19:Warning: `error' called with 2 args to fill 0 format
    field(s)

In auth-source-netrc-search:
auth-source.el:788:32:Warning: `error' called with 2 args to fill 0 format
    field(s)

In auth-source-secrets-search:
auth-source.el:1002:45:Warning: function `mapcan' from cl package called at
    runtime
auth-source.el:1000:45:Warning: function `remove-duplicates' from cl package
    called at runtime
auth-source.el:1008:46:Warning: function `subseq' from cl package called at
    runtime
auth-source.el:1020:37:Warning: function `mapcan' from cl package called at
    runtime
auth-source.el:1028:46:Warning: function `mapcan' from cl package called at
    runtime

Please fix.



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

* Re: [gnus git]  branch master updated: =1= auth-source.el (auth-source-search): Use copy-sequence instead of the cl.el copy-list.
  2011-02-14  1:45 ` [gnus git] branch master updated: =1= auth-source.el (auth-source-search): Use copy-sequence instead of the cl.el copy-list Katsumi Yamaoka
@ 2011-02-14 15:12   ` Ted Zlatanov
  0 siblings, 0 replies; 2+ messages in thread
From: Ted Zlatanov @ 2011-02-14 15:12 UTC (permalink / raw)
  To: ding

On Mon, 14 Feb 2011 10:45:26 +0900 Katsumi Yamaoka <yamaoka@jpl.org> wrote: 

>> +2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
>> +
>> +	* auth-source.el (auth-source-search): Use copy-sequence instead of
>> +	the cl.el copy-list.

KY> There are not only this but also many cl functions used in the
KY> new auth-source.el.  Oops.

KY> In auth-source-search:
KY> auth-source.el:516:19:Warning: `error' called with 2 args to fill 0 format
KY>     field(s)

KY> In auth-source-netrc-search:
KY> auth-source.el:788:32:Warning: `error' called with 2 args to fill 0 format
KY>     field(s)

I asked about this already.  The line number was useless and the macro
impenetrable so Lars had to fix it.

KY> In auth-source-secrets-search:
KY> auth-source.el:1002:45:Warning: function `mapcan' from cl package called at
KY>     runtime
KY> auth-source.el:1000:45:Warning: function `remove-duplicates' from cl package
KY>     called at runtime
KY> auth-source.el:1008:46:Warning: function `subseq' from cl package called at
KY>     runtime
KY> auth-source.el:1020:37:Warning: function `mapcan' from cl package called at
KY>     runtime
KY> auth-source.el:1028:46:Warning: function `mapcan' from cl package called at
KY>     runtime

KY> Please fix.

This morning, I committed fixes for this I wrote last night.  It Works
For Me.

Ted




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

end of thread, other threads:[~2011-02-14 15:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <E1PonLf-0006wg-00@quimby.gnus.org>
2011-02-14  1:45 ` [gnus git] branch master updated: =1= auth-source.el (auth-source-search): Use copy-sequence instead of the cl.el copy-list Katsumi Yamaoka
2011-02-14 15:12   ` Ted Zlatanov

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