From: Hongyi Zhao <hongyi.zhao@gmail.com>
To: Daniel Fleischer <danflscr@gmail.com>
Cc: help-gnu-emacs <help-gnu-emacs@gnu.org>
Subject: Re: The cons syntax format used by use-package.
Date: Sun, 19 Sep 2021 12:14:28 +0800 [thread overview]
Message-ID: <CAGP6POJuwXjA-CQASXY2ft3bYjCvsGm3X1BxNTKCROHYwA5Zww@mail.gmail.com> (raw)
In-Reply-To: <m2v92ym330.fsf@gmail.com>
On Sat, Sep 18, 2021 at 9:21 PM Daniel Fleischer <danflscr@gmail.com> wrote:
>
> Hongyi Zhao [2021-09-18 Sat 21:15] wrote:
>
> > (use-package ace-jump-mode
> > :hook ((prog-mode text-mode) . ace-jump-mode))
> >
> > If I wanted to extend the above example with more hooks, which of the
> > following would be correct:
>
> The 2nd one, but why not
>
> (use-package ace-jump-mode
> :hook ((prog-mode text-mode latex-mode) . ace-jump-mode))
This leads me to the following conclusion: Any number of pared nested
parentheses is equivalent in this case, i.e., all the following forms
are valid and equivalent:
:hook ((prog-mode text-mode latex-mode) . ace-jump-mode))
:hook (((prog-mode text-mode latex-mode) . ace-jump-mode)))
:hook ((((prog-mode text-mode latex-mode) . ace-jump-mode))))
But according to my tries, all the above three forms work, but the
following ones don't:
:hook (((((prog-mode text-mode latex-mode) . ace-jump-mode)))))
:hook ((((((prog-mode text-mode latex-mode) . ace-jump-mode))))))
[...]
Any hints for this phenomenon?
Regards, HZ
next prev parent reply other threads:[~2021-09-19 4:14 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-09-18 13:15 The cons syntax format used by use-package Hongyi Zhao
2021-09-18 13:21 ` Daniel Fleischer
2021-09-18 13:33 ` Hongyi Zhao
2021-09-19 4:14 ` Hongyi Zhao [this message]
2021-09-19 7:04 ` Daniel Fleischer
2021-09-19 7:41 ` Hongyi Zhao
2021-09-21 11:58 ` Emanuel Berg via Users list for the GNU Emacs text editor
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=CAGP6POJuwXjA-CQASXY2ft3bYjCvsGm3X1BxNTKCROHYwA5Zww@mail.gmail.com \
--to=hongyi.zhao@gmail.com \
--cc=danflscr@gmail.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).