stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [STUMP] PATCH: removed string-upcase from lookup-symbol


From: Shawn Betts
Subject: Re: [STUMP] PATCH: removed string-upcase from lookup-symbol
Date: Mon, 30 Jun 2008 16:05:39 -0700

On Mon, Jun 30, 2008 at 12:00 AM, Patrick Pippen <address@hidden> wrote:
> This justs removes string-upcase from lookup-symbol in command.lisp
> as requested by FIXME.

I think having string-upcase in there is better than not having
string-upcase. The problem is that symbols are upper case in CL but in
these modern times we're used to typing lowercase. So to work around
this the input is uppercased. But what if you want a lowercase symbol?

Perhaps the thing to do instead is to use read-from-string. That way
the symbol is read in properly and lowercase symbols can be inputed
using |'s.

-Shawn




reply via email to

[Prev in Thread] Current Thread [Next in Thread]