From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nicolas Petton Newsgroups: gmane.emacs.help Subject: Re: Modifying literal lists in Emacs lisp? Date: Sat, 14 Jun 2014 00:07:17 +0200 Message-ID: <877g4kmpka.fsf@gmail.com> References: <87y4x1jevd.fsf@gmail.com> <87d2ec6004.fsf@geodiff-mac3.ulb.ac.be> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1402697280 7064 80.91.229.3 (13 Jun 2014 22:08:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 13 Jun 2014 22:08:00 +0000 (UTC) Cc: help-gnu-emacs To: "Nicolas Richard" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jun 14 00:07:53 2014 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 1WvZdY-0000No-EJ for geh-help-gnu-emacs@m.gmane.org; Sat, 14 Jun 2014 00:07:52 +0200 Original-Received: from localhost ([::1]:33352 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WvZdX-00009z-NC for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Jun 2014 18:07:51 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35632) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WvZdA-0008SJ-R7 for help-gnu-emacs@gnu.org; Fri, 13 Jun 2014 18:07:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WvZd1-0005qD-QY for help-gnu-emacs@gnu.org; Fri, 13 Jun 2014 18:07:28 -0400 Original-Received: from mail-we0-x232.google.com ([2a00:1450:400c:c03::232]:63500) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WvZd1-0005q7-IN for help-gnu-emacs@gnu.org; Fri, 13 Jun 2014 18:07:19 -0400 Original-Received: by mail-we0-f178.google.com with SMTP id x48so2626063wes.37 for ; Fri, 13 Jun 2014 15:07:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:user-agent:in-reply-to:date :message-id:mime-version:content-type; bh=x0CvnXrDfy9LhXVqnoQeZ2qolXar1Zco6UQrYjTcOSU=; b=dWSHZwDio44fFKYCgbrKErh8prKf7q+cr+xqkIlghVvMg9NK/eD7KeboFZNpoQV+7s STvh2NMh02oUgtx7rubtzpxTwjOtBIiBDDAVuNmzfZwDgzXugPo+9Sy61s3yl7/EVjBK hmCD4TR04RLYwp7z/zEyfdAmFt7hhiP/IOtdqaA5UJfQERwqspKtChkgk2kImbhIlJ/S VDLAMqp6kihNWuTxriP7A/k2FGd6DjZoxpgDp4YJg1iC0HpHCOJ7E+auqmbeYDiYEtRT Jr+1e7yWl3gKQVN+7jhQAaNMnqa/auphFi5GrFjg4TFssFetJhZr77DeyT1v3iin65U9 ZEuw== X-Received: by 10.180.81.102 with SMTP id z6mr8175471wix.54.1402697238834; Fri, 13 Jun 2014 15:07:18 -0700 (PDT) Original-Received: from blueberry (hel59-4-88-160-125-31.fbx.proxad.net. [88.160.125.31]) by mx.google.com with ESMTPSA id u10sm7453489wjz.43.2014.06.13.15.07.17 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 13 Jun 2014 15:07:18 -0700 (PDT) User-agent: mu4e 0.9.9.5; emacs 24.3.1 In-reply-to: <87d2ec6004.fsf@geodiff-mac3.ulb.ac.be> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c03::232 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:98223 Archived-At: Thank you all for the clarifications! Cheers, Nico Nicolas Richard writes: > Nicolas Petton writes: >> I was wondering if it is the same in Emacs Lisp, but I couldn't find >> anything in the documentattion. > > See (info "(elisp) Rearrangement") search for "A common pitfall".