From: Drew Adams <drew.adams@oracle.com>
To: Emanuel Berg <incal@dataswamp.org>,
"help-gnu-emacs@gnu.org" <help-gnu-emacs@gnu.org>
Subject: RE: [External] : menu-item uses no dot period before item-property-list in examples
Date: Mon, 17 Jul 2023 15:05:48 +0000 [thread overview]
Message-ID: <SJ0PR10MB54883A16E7ABD380B2DEBA51F33BA@SJ0PR10MB5488.namprd10.prod.outlook.com> (raw)
In-Reply-To: <877cqzgxbw.fsf@dataswamp.org>
> > we write (a b c) instead of (a . (b . (c . nil))).
>
> You mean like this
> (equal '(a b c) '(a . (b . (c . nil))))
Yes, of course. Or:
(let ((x (list 'a 'b 'c))
(y (cons 'a (cons 'b (cons 'c nil)))))
(equal x y))
next prev parent reply other threads:[~2023-07-17 15:05 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-16 22:34 menu-item uses no dot period before item-property-list in examples uzibalqa
2023-07-17 0:52 ` [External] : " Drew Adams
2023-07-17 1:07 ` Emanuel Berg
2023-07-17 15:05 ` Drew Adams [this message]
2023-07-17 1:17 ` uzibalqa
2023-07-17 15:10 ` Drew Adams
2023-07-17 15:43 ` uzibalqa
2023-07-17 16:36 ` Drew Adams
2023-07-17 16:56 ` uzibalqa
2023-07-17 17:25 ` uzibalqa
2023-07-17 19:07 ` uzibalqa
2023-07-17 19:26 ` Drew Adams
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=SJ0PR10MB54883A16E7ABD380B2DEBA51F33BA@SJ0PR10MB5488.namprd10.prod.outlook.com \
--to=drew.adams@oracle.com \
--cc=help-gnu-emacs@gnu.org \
--cc=incal@dataswamp.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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.