Juan Jose Garcia-Ripoll <juanjose.garciarip...@googlemail.com> writes:

> On Sun, Jun 27, 2010 at 6:56 AM, Pascal J. Bourguignon 
> <p...@informatimago.com> wrote:
>
>     AFAIUI, the :CASE argument of MAKE-PATHNAME should not apply to
>     :DEFAULTS, but only to the other arguments given to MAKE-PATHNAME.
>
> Hopefully this is fixed in ECL CVS/git now
>
> $ ecl
> ECL (Embeddable Common-Lisp) 10.4.2
> Top level.
>> (let ((x "ABC"))
>    (values
>      (make-pathname :directory (list :absolute x) :name x :type x :case 
> :common)
>      (make-pathname :directory (list :absolute x) :case :common
>                     :defaults (make-pathname :name x :case :common
>                                              :defaults (make-pathname :type x 
> :case :common)))))
>
> #P"/abc/abc.abc"
> #P"/abc/abc.abc"

Thank you!

-- 
__Pascal Bourguignon__                     http://www.informatimago.com/


------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to