emacs-devel
[Top][All Lists]
Advanced

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

Re: Bug in some calls to split-string.


From: Richard Stallman
Subject: Re: Bug in some calls to split-string.
Date: Sat, 20 Jul 2013 09:35:28 -0400

        [ 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.

I have nothing against adding trim-string, but it needs
to take an argument saying what to trim, if it is to be general
enough to work with all the uses of split-string.

Also,

   (split-string recipients "," nil "[ \t\n]*")

is cleaner than

   (split-string (trim-string recipients "[ \t\n]*") "[ \t\n]*,[ \t\n]*")

-- 
Dr Richard Stallman
President, Free Software Foundation
51 Franklin St
Boston MA 02110
USA
www.fsf.org  www.gnu.org
Skype: No way! That's nonfree (freedom-denying) software.
  Use Ekiga or an ordinary phone call.




reply via email to

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