clisp-cvs-request | 1 Jun 2011 14:05
Picon

clisp-cvs Digest, Vol 61, Issue 1

Send clisp-cvs mailing list submissions to
	clisp-cvs <at> lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/clisp-cvs
or, via email, send a message with subject or body 'help' to
	clisp-cvs-request <at> lists.sourceforge.net

You can reach the person managing the list at
	clisp-cvs-owner <at> lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of clisp-cvs digest..."

CLISP CVS commits for today

Today's Topics:

   1. clisp: mod-ffi-vs-c: add "System requirements"
      (clisp-cvs-request <at> lists.sourceforge.net)

----------------------------------------------------------------------

Message: 1
Date: Tue, 31 May 2011 14:55:31 +0000
From: clisp-cvs-request <at> lists.sourceforge.net
Subject: clisp: mod-ffi-vs-c: add "System requirements"
To: clisp-cvs <at> lists.sourceforge.net
Message-ID:
	<hg.a69c24e982dc.1306853731.-5011085706606239276 <at> vz-hg-4.sog>
(Continue reading)

clisp-cvs-request | 2 Jun 2011 14:04
Picon

clisp-cvs Digest, Vol 61, Issue 2

Send clisp-cvs mailing list submissions to
	clisp-cvs <at> lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/clisp-cvs
or, via email, send a message with subject or body 'help' to
	clisp-cvs-request <at> lists.sourceforge.net

You can reach the person managing the list at
	clisp-cvs-owner <at> lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of clisp-cvs digest..."

CLISP CVS commits for today

Today's Topics:

   1. clisp: avoid errors on weird pathnames like ~/.gvfs under
      gnome (clisp-cvs-request <at> lists.sourceforge.net)
   2. clisp: finish the 2011-05-13 possible_symlink patch
      (clisp-cvs-request <at> lists.sourceforge.net)
   3. clisp: * src/pathname.d, src/subr.d (PROBE-PATHNAME): mark as
      se... (clisp-cvs-request <at> lists.sourceforge.net)

----------------------------------------------------------------------

Message: 1
Date: Wed, 01 Jun 2011 19:22:47 +0000
From: clisp-cvs-request <at> lists.sourceforge.net
(Continue reading)

clisp-cvs-request | 3 Jun 2011 14:05
Picon

clisp-cvs Digest, Vol 61, Issue 3

Send clisp-cvs mailing list submissions to
	clisp-cvs <at> lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/clisp-cvs
or, via email, send a message with subject or body 'help' to
	clisp-cvs-request <at> lists.sourceforge.net

You can reach the person managing the list at
	clisp-cvs-owner <at> lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of clisp-cvs digest..."

CLISP CVS commits for today

Today's Topics:

   1. clisp: interactive-mode: clarify the "no arguments" clause
      (clisp-cvs-request <at> lists.sourceforge.net)

----------------------------------------------------------------------

Message: 1
Date: Thu, 02 Jun 2011 17:19:14 +0000
From: clisp-cvs-request <at> lists.sourceforge.net
Subject: clisp: interactive-mode: clarify the "no arguments" clause
To: clisp-cvs <at> lists.sourceforge.net
Message-ID:
	<hg.0dd77a52451e.1307035154.-5011085706606239276 <at> vz-hg-3.sog>
(Continue reading)

Gabriel Dos Reis | 5 Jun 2011 01:28

CLisp win installer

Hi,

Apparently, there is a bug in the clisp win installer (I just tried the version
on the website for CLisp-2.49-something-big) that overwrites the
%Path% variable with a shorter version of previous value.  That is
very uncool.

-- Gaby

------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today. 
http://p.sf.net/sfu/quest-dev2dev2 
_______________________________________________
clisp-devel mailing list
clisp-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/clisp-devel

Elliott Slaughter | 5 Jun 2011 01:33
Picon
Gravatar

Re: CLisp win installer

It's been fixed in Mercurial for more than a month now, and won't happen in new CLISP releases.


The problem is that the installer used a fixed string size of 1024, causing users with PATH values larger than 1024 to clobbered.

On Sat, Jun 4, 2011 at 4:28 PM, Gabriel Dos Reis <gdr <at> integrable-solutions.net> wrote:
Hi,

Apparently, there is a bug in the clisp win installer (I just tried the version
on the website for CLisp-2.49-something-big) that overwrites the
%Path% variable with a shorter version of previous value.  That is
very uncool.

-- Gaby

------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today.
http://p.sf.net/sfu/quest-dev2dev2
_______________________________________________
clisp-devel mailing list
clisp-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/clisp-devel



--
Elliott Slaughter

"Don't worry about what anybody else is going to do. The best way to predict the future is to invent it." - Alan Kay
------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today. 
http://p.sf.net/sfu/quest-dev2dev2 
_______________________________________________
clisp-devel mailing list
clisp-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/clisp-devel
Gabriel Dos Reis | 5 Jun 2011 01:50

Re: CLisp win installer

On Sat, Jun 4, 2011 at 6:33 PM, Elliott Slaughter
<elliottslaughter <at> gmail.com> wrote:
> It's been fixed in Mercurial for more than a month now, and won't happen in
> new CLISP releases.
> The problem is that the installer used a fixed string size of 1024, causing
> users with PATH values larger than 1024 to clobbered.

OK.  Thanks.

I tried to build CLisp from source using mys/mingw64 but
unsuccessful (notably libsigsev won't build).  So I decided
to try the pre-built binary, only to get mystified by the installer.
Well, I suspect I would wait till I figure a way to build Clisp
from source :-/

------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today. 
http://p.sf.net/sfu/quest-dev2dev2 
_______________________________________________
clisp-devel mailing list
clisp-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/clisp-devel

Don Cohen | 5 Jun 2011 23:24
Favicon

Re: RFC: operating on filenames which look wild

In response to this

  How about representing patterns more general than the keywords
  mentioned in the spec as lists containing strings and keywords?  
  Or even some list representation of regexps?

Sam wrote PTC, which sounds like an invitation to try to
implement it on my own.
I'd be a lot more inclined to do that (and able to) if I had
found pathname.lisp in the source instead of pathname.d.
I'm hoping that I can get someone else to do coding but let's
at least start with the spec.

First, does it make sense to leave logical pathnames alone and
just change physical pathnames?  I hope so.
In any case I'll just discuss physical pathnames below.

I propose what I think is the simplest possible change to the current
implementation to retain current functionality but distinguish between
literal strings and patterns.
I propose that components that can now be strings and also can be :wild
(this includes elements of directories) also be allowed to be lists 
containing strings and keywords.
The keywords initially supported are to be :wild and :wild1, 
representing the current interpretation of * and ?.
Parsing strings into pathnames will translate the strings 
representing such components containing * and ? into lists
such that 
(equal input-string
       (apply concatenate 'string 
              (substitute "*" :wild (substitute "?" :wild1 result))))
unless the component can be represented without such a list 
(either as a string containing no * or ? or as a single keyword)
Example:
 /asd?f/g*h?/*/zz =>
 (make-pathname
   :directory
   '(:absolute ("asd" :wild1 "f")("g" :wild "h" :wild1) :wild)
   :name "zz")
The functions that now create pathnames from actual file names
should not be creating wildcard patterns, so, for example, the 
directory function would translate a path like
 /asd?f/g*h?/*/zz
into 
 (make-pathname
   :directory
   '(:absolute "asd?f" "g*h?" "*")
   :name "zz")
which I think is what it does now.

However, wild-pathname-p would no longer return t for such a pathname.
It would return t only if the pathname contained one of the wildcard
keywords.
And as previously noted, printing pathnames with print-readably may 
(or may not) have to be changed.

Is that enough to entice someone else to implement it?  
What important details am I forgetting?

------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today. 
http://p.sf.net/sfu/quest-dev2dev2 
_______________________________________________
clisp-devel mailing list
clisp-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/clisp-devel

Sam Steingold | 6 Jun 2011 15:45
Picon

Re: CLisp win installer

> * Gabriel Dos Reis <tqe <at> vagrtenoyr-fbyhgvbaf.arg> [2011-06-04 18:50:19 -0500]:
>
> I tried to build CLisp from source using mys/mingw64 but
> unsuccessful (notably libsigsev won't build).

please report this to the libsigsev maintainers!

> Well, I suspect I would wait till I figure a way to build Clisp
> from source :-/

we do need someone to build clisp on windows regularly (preferably
nightly) to prevent bit rot.
please persevere!

--

-- 
Sam Steingold (http://sds.podval.org/) on CentOS release 5.6 (Final) X 11.0.60900031
http://memri.org http://iris.org.il http://ffii.org http://www.memritv.org
http://mideasttruth.com http://camera.org
My suicidal thoughts are killing me.

------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today. 
http://p.sf.net/sfu/quest-dev2dev2 
_______________________________________________
clisp-devel mailing list
clisp-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/clisp-devel

SourceForge.net | 8 Jun 2011 16:59
Picon
Favicon

[ clisp-Bugs-3313812 ] type base-character not allowed

Bugs item #3313812, was opened at 2011-06-08 10:59
Message generated for change (Tracker Item Submitted) made by calberga
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=101355&aid=3313812&group_id=1355

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: doc
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Cyril N. Alberga (calberga)
Assigned to: Bruno Haible (haible)
Summary: type base-character not allowed

Initial Comment:
The type base-character, as specified in CLtL on-line, in the prec of the ANSI desission on character types
seems to have been abreviated to base-char. Has there been a further change in the type name since CLtL was
last updated?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=101355&aid=3313812&group_id=1355

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
clisp-devel mailing list
clisp-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/clisp-devel

SourceForge.net | 8 Jun 2011 20:10
Picon
Favicon

[ clisp-Bugs-3313812 ] type base-character not allowed

Bugs item #3313812, was opened at 2011-06-08 16:59
Message generated for change (Settings changed) made by haible
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=101355&aid=3313812&group_id=1355

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: doc
Group: None
>Status: Closed
>Resolution: Invalid
Priority: 5
Private: No
Submitted By: Cyril N. Alberga (calberga)
Assigned to: Bruno Haible (haible)
Summary: type base-character not allowed

Initial Comment:
The type base-character, as specified in CLtL on-line, in the prec of the ANSI desission on character types
seems to have been abreviated to base-char. Has there been a further change in the type name since CLtL was
last updated?

----------------------------------------------------------------------

>Comment By: Bruno Haible (haible)
Date: 2011-06-08 20:10

Message:
The definitive documentation for clisp is not CLtL, but
1) The Common Lisp HyperSpec, essentially the same as ANSI Common Lisp,
at

http://www.ai.mit.edu/projects/iiip/doc/CommonLISP/HyperSpec/FrontMatter/index.html
2) clisp's documentation, http://www.clisp.org/impnotes.html

This is documented in http://www.clisp.org/impnotes.html#overview

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=101355&aid=3313812&group_id=1355

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
clisp-devel mailing list
clisp-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/clisp-devel


Gmane