From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: James Newsgroups: gmane.emacs.help Subject: Alphabetizing comma separated lists Date: Wed, 7 Oct 2009 19:43:50 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0016e6d77d1237d0d7047560ebef X-Trace: ger.gmane.org 1254970915 22369 80.91.229.12 (8 Oct 2009 03:01:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 8 Oct 2009 03:01:55 +0000 (UTC) To: Help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 08 05:01:44 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MvjGA-0006X9-Cf for geh-help-gnu-emacs@m.gmane.org; Thu, 08 Oct 2009 05:01:42 +0200 Original-Received: from localhost ([127.0.0.1]:40537 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MvjG9-0004gA-W9 for geh-help-gnu-emacs@m.gmane.org; Wed, 07 Oct 2009 23:01:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MvgAn-0005ve-FM for help-gnu-emacs@gnu.org; Wed, 07 Oct 2009 19:43:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MvgAi-0005kq-Pv for Help-gnu-emacs@gnu.org; Wed, 07 Oct 2009 19:43:57 -0400 Original-Received: from [199.232.76.173] (port=54937 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MvgAi-0005ka-Eh for Help-gnu-emacs@gnu.org; Wed, 07 Oct 2009 19:43:52 -0400 Original-Received: from mail-ew0-f228.google.com ([209.85.219.228]:38237) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MvgAi-0003o1-2E for Help-gnu-emacs@gnu.org; Wed, 07 Oct 2009 19:43:52 -0400 Original-Received: by ewy28 with SMTP id 28so9158068ewy.42 for ; Wed, 07 Oct 2009 16:43:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=SYbXs+naNp8Jd6gzB9V3H4PX0Rk+ngWeuStjeacuKnQ=; b=LjxQS5BRUBoWW/Tg/bDGJuKPsmyPgmTk3uM9b5MP4556cYizb0yhiCt+LV7Gxo7V9B 5z2GAiSu1xah9C/4zI40D/agXpS+Z3vCfJv69FGoUcwNw87916JMdQApfHHmJ93HNBaU jwCXFxTijNjqKebBWqy2JvvlC1+HE3BkJTP+4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=vgP19n++rGEw27QjsMoJC5w88zuvcC3TthZTUtPmV+XEG8Ltcva1jqlX+r3i+A1mxv jcaQK4NkglkQcXkOFmRA2ec2kacwQ0hJEAeXRWgaT8uecjS4zYpMkjBrfY9fg+SZIO4Q t2uK9kimeY14WyHHhdATyxgwbBIlXDGhkr9i4= Original-Received: by 10.216.86.83 with SMTP id v61mr164107wee.80.1254959030456; Wed, 07 Oct 2009 16:43:50 -0700 (PDT) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Wed, 07 Oct 2009 22:53:12 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:68755 Archived-At: --0016e6d77d1237d0d7047560ebef Content-Type: text/plain; charset=ISO-8859-1 For example, I want this: def, acb, lmn, ghi To appear like this: acb, def, ghi, lmn Is there a way to do this in Emacs? Any help would be appreciated, James --0016e6d77d1237d0d7047560ebef Content-Type: text/html; charset=ISO-8859-1 For example, I want this:
def, acb, lmn, ghi

To appear like this:
acb, def, ghi, lmn

Is there a way to do this in Emacs?

Any help would be appreciated,
James
--0016e6d77d1237d0d7047560ebef--