From: LanX <lanx.perl@googlemail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Remove last element in a list
Date: Tue, 17 Nov 2009 06:20:19 -0800 (PST) [thread overview]
Message-ID: <f1412cfb-1d34-40b3-8192-e528d912cc46@e23g2000yqd.googlegroups.com> (raw)
In-Reply-To: d5fb7224-6d18-4eba-add5-289bf9a01746@j14g2000yqm.googlegroups.com
----------- M-x ielm
ELISP> list
(a b c d e f g h i)
ELISP> (nbutlast list 1)
(a b c d e f g h)
ELISP> list
(a b c d e f g h)
-------------
see "5.3 Accessing Elements of Lists" in Elisp-Info
HTH
LanX
next prev parent reply other threads:[~2009-11-17 14:20 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-17 13:11 Remove last element in a list Nordlöw
2009-11-17 14:20 ` LanX [this message]
2009-11-17 15:32 ` Reverse pop, return value LanX
2009-11-17 15:48 ` Lennart Borgman
2009-11-17 16:53 ` David Kastrup
2009-11-17 17:33 ` LanX
[not found] ` <mailman.10897.1258472938.2239.help-gnu-emacs@gnu.org>
2009-11-17 17:20 ` LanX
2009-11-17 21:34 ` Barry Margolin
2009-11-18 0:28 ` LanX
2009-11-19 13:41 ` Barry Margolin
2009-11-17 21:26 ` Remove last element in a list Barry Margolin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=f1412cfb-1d34-40b3-8192-e528d912cc46@e23g2000yqd.googlegroups.com \
--to=lanx.perl@googlemail.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).