From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: Using append to create a list from a line of text Date: Tue, 16 Apr 2013 06:10:52 -0700 Message-ID: <009D8A5A741A4EA39F60F18D61684046@us.oracle.com> References: <1366106294207-283808.post@n5.nabble.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1366120830 2111 80.91.229.3 (16 Apr 2013 14:00:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 16 Apr 2013 14:00:30 +0000 (UTC) To: "'acomber'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 16 16:00:34 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1US6Qw-0000xV-71 for geh-help-gnu-emacs@m.gmane.org; Tue, 16 Apr 2013 16:00:30 +0200 Original-Received: from localhost ([::1]:54869 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1US6Qv-0007I5-Bw for geh-help-gnu-emacs@m.gmane.org; Tue, 16 Apr 2013 10:00:29 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:53320) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1US6P8-0005TD-At for Help-gnu-emacs@gnu.org; Tue, 16 Apr 2013 09:58:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1US5vG-0003Ig-DQ for Help-gnu-emacs@gnu.org; Tue, 16 Apr 2013 09:27:48 -0400 Original-Received: from userp1040.oracle.com ([156.151.31.81]:40271) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1US5f2-0007QF-F6 for Help-gnu-emacs@gnu.org; Tue, 16 Apr 2013 09:11:00 -0400 Original-Received: from ucsinet22.oracle.com (ucsinet22.oracle.com [156.151.31.94]) by userp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with ESMTP id r3GDAuuN000400 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 16 Apr 2013 13:10:57 GMT Original-Received: from userz7022.oracle.com (userz7022.oracle.com [156.151.31.86]) by ucsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r3GDAuLv000203 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Tue, 16 Apr 2013 13:10:56 GMT Original-Received: from abhmt105.oracle.com (abhmt105.oracle.com [141.146.116.57]) by userz7022.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id r3GDAujq000193; Tue, 16 Apr 2013 13:10:56 GMT Original-Received: from dradamslap1 (/71.202.147.44) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 16 Apr 2013 06:10:55 -0700 X-Mailer: Microsoft Office Outlook 11 In-reply-to: <1366106294207-283808.post@n5.nabble.com> Thread-Index: Ac46iT0UVoWAYmMDS3mS7QlbgnpPuAAGnyFQ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: ucsinet22.oracle.com [156.151.31.94] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 156.151.31.81 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:90190 Archived-At: > I want to create a list of words from a line of text > delimitted by tabs. I want to basically split the line > into atoms, split by tab. C-h f split-string