From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67039 Path: news.gmane.org!not-for-mail From: Christoph Conrad Newsgroups: gmane.emacs.gnus.general Subject: Re: nnir.el and split-string Date: Mon, 09 Jun 2008 05:58:49 +0200 Message-ID: <87skvnp7pw.fsf@ID-24456.user.uni-berlin.de> References: Reply-To: Christoph Conrad NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1212984851 21370 80.91.229.12 (9 Jun 2008 04:14:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 9 Jun 2008 04:14:11 +0000 (UTC) Cc: ding@gnus.org To: Katsumi Yamaoka Original-X-From: ding-owner+M15506@lists.math.uh.edu Mon Jun 09 06:14:53 2008 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1K5YmT-0005Pe-Kx for ding-account@gmane.org; Mon, 09 Jun 2008 06:14:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1K5Ykl-0001cQ-In; Sun, 08 Jun 2008 23:13:07 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1K5Ykk-0001c1-1n for ding@lists.math.uh.edu; Sun, 08 Jun 2008 23:13:06 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1K5Ykd-00008H-Rn for ding@lists.math.uh.edu; Sun, 08 Jun 2008 23:13:05 -0500 Original-Received: from mail.gmx.net ([213.165.64.20]) by quimby.gnus.org with smtp (Exim 3.35 #1 (Debian)) id 1K5Yku-0005yQ-00 for ; Mon, 09 Jun 2008 06:13:16 +0200 Original-Received: (qmail invoked by alias); 09 Jun 2008 04:12:28 -0000 Original-Received: from xdsl-87-79-137-84.netcologne.de (EHLO brabbelbox) [87.79.137.84] by mail.gmx.net (mp006) with SMTP; 09 Jun 2008 06:12:28 +0200 X-Authenticated: #4523881 X-Provags-ID: V01U2FsdGVkX1/BgYpJe0LB4WnQb0APkOZ7gAEZCAAnA5ReaB+KcU 4upsG9DIFaPADJ Original-Received: by brabbelbox (Postfix, from userid 1000) id CEF51AC0D5; Mon, 9 Jun 2008 06:12:27 +0200 (CEST) X-Public-Key: http://wwwkeys.de.pgp.net:11371/pks/lookup?op=get&search=0x1B488DEA X-Hashcash: 1:20:080609:ding@gnus.org::DKtM+Od/VM01ET9g:000013Hi X-Hashcash: 1:20:080609:yamaoka@jpl.org::7Scy5H/zUkPnvuS5:001rNt In-Reply-To: (Katsumi Yamaoka's message of "Mon, 09 Jun 2008 08:37:31 +0900") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.1 X-Y-GMX-Trusted: 0 X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:67039 Archived-At: Hi Katsumi, > Though Emacs 21 seems not to be in demand nowadays especially for > using with the Gnus bleeding edge. Probably this is true, but it's your (and my) unproved hypothesis. > (I vote to making Gnus drop Emacs 21 support.) It's very easy to emulate the third arg by using (e.g.) (delete "" (split-string "a,b,,c" ",")) instead of (split-string "a,b,,c" "," t) So my vote is to make that change and keep Emacs 21 support for a while longer. With kind regards, Christoph