emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs Lisp's future


From: Andreas Röhler
Subject: Re: Emacs Lisp's future
Date: Fri, 19 Sep 2014 09:18:54 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Icedove/24.7.0

On 19.09.2014 01:19, Richard Stallman wrote:
[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

     That appears to no longer be true (emacs-24 branch):

     rplaca is an alias for `setcar' in `subr.el'.

     (rplaca CELL NEWCAR)

     Set the car of CELL to be NEWCAR.  Returns NEWCAR.

If I recall right, rplaca traditionally returned CELL, not NEWCAR.
Thus, this change seems like an error.


Hi Richard,

IIUC this was just an example.

Once mentioned a multitude of string-strip functions, used to remove 
whitespace-characters from beginning or end of string - while missing a 
canoncial form.

Maybe past upcoming release discuss the standard library should pay.

Best,

Andreas



reply via email to

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