emacs-devel
[Top][All Lists]
Advanced

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

Re: request for a new function, say, `sequence'


From: Richard Stallman
Subject: Re: request for a new function, say, `sequence'
Date: Thu, 03 Apr 2003 17:52:13 -0500

    In Emacs, the word "number" includes a floating number.
    Should we make number-sequence work also for floating
    numbers?
    Ex.  (number-sequence 1.5 4.4) => (1.5 2.5 3.5)
    or

It is probably not very important, but if you want to do it,
that behavior is clearly right.

    Ex.  (number-sequence 1.5 4.4) => (2 3 4)

That behavior is wrong.




reply via email to

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