unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Feng Shu <tumashu@163.com>
To: guix-devel@gnu.org
Subject: #:configure-flags flags #~'() or #:configure-flags flags #~()
Date: Thu, 19 Jan 2023 13:29:34 +0800	[thread overview]
Message-ID: <87zgafum69.fsf@163.com> (raw)


Hello:

I grep guix.git, and find two form, I would like to know which one is
right:

#:configure-flags flags #~'()

or 

#:configure-flags flags #~()



--------------------------------------------------------------------------------
-*- mode: grep; default-directory: "~/guix/guix/" -*-
Grep started at Thu Jan 19 13:26:17

find -H . -type d \( -path \*/SCCS -o -path \*/RCS -o -path \*/CVS -o -path \*/MCVS -o -path \*/.src -o -path \*/.svn -o -path \*/.git -o -path \*/.hg -o -path \*/.bzr -o -path \*/_MTN -o -path \*/_darcs -o -path \*/\{arch\} \) -prune -o \! -type d \( -name .\#\* -o -name \*.o -o -name \*\~ -o -name \*.bin -o -name \*.lbin -o -name \*.so -o -name \*.a -o -name \*.ln -o -name \*.blg -o -name \*.bbl -o -name \*.elc -o -name \*.lof -o -name \*.glo -o -name \*.idx -o -name \*.lot -o -name \*.fmt -o -name \*.tfm -o -name \*.class -o -name \*.fas -o -name \*.lib -o -name \*.mem -o -name \*.x86f -o -name \*.sparcf -o -name \*.dfsl -o -name \*.pfsl -o -name \*.d64fsl -o -name \*.p64fsl -o -name \*.lx64fsl -o -name \*.lx32fsl -o -name \*.dx64fsl -o -name \*.dx32fsl -o -name \*.fx64fsl -o -name \*.fx32fsl -o -name \*.sx64fsl -o -name \*.sx32fsl -o -name \*.wx64fsl -o -name \*.wx32fsl -o -name \*.fasl -o -name \*.ufsl -o -name \*.fsl -o -name \*.dxl -o -name \*.lo -o -name \*.la -o -name \*.gmo
  -o -name \*.mo -o -name \*.toc -o -name \*.aux -o -name \*.cp -o -name \*.fn -o -name \*.ky -o -name \*.pg -o -name \*.tp -o -name \*.vr -o -name \*.cps -o -name \*.fns -o -name \*.kys -o -name \*.pgs -o -name \*.tps -o -name \*.vrs -o -name \*.pyc -o -name \*.pyo \) -prune -o \( -path ./\^\\.idea\$ -o -path ./\^\\.vscode\$ -o -path ./\^\\.ensime_cache\$ -o -path ./\^\\.eunit\$ -o -path ./\^\\.git\$ -o -path ./\^\\.hg\$ -o -path ./\^\\.fslckout\$ -o -path ./\^_FOSSIL_\$ -o -path ./\^\\.bzr\$ -o -path ./\^_darcs\$ -o -path ./\^\\.pijul\$ -o -path ./\^\\.tox\$ -o -path ./\^\\.svn\$ -o -path ./\^\\.stack-work\$ -o -path ./\^\\.ccls-cache\$ -o -path ./\^\\.cache\$ -o -path ./\^\\.clangd\$ -o -path ./TAGS \) -prune -o  -type f \( -name \* -o -name .\* \) -exec grep --color=auto -i -nH --null -e \#\:configure-flags\ flags\ \#\~ \{\} +
./gnu/packages/emacs.scm:424:       ((#:configure-flags flags #~'())
./gnu/packages/emacs.scm:445:       ((#:configure-flags flags #~'())
./gnu/packages/emacs.scm:464:       ((#:configure-flags flags #~'())
./gnu/packages/emacs.scm:489:       ((#:configure-flags flags #~'())
./gnu/packages/emacs.scm:508:       ((#:configure-flags flags #~'())
./gnu/packages/gstreamer.scm:1080:         ((#:configure-flags flags #~'())
./gnu/packages/maths.scm:2708:       ((#:configure-flags flags #~'())
./gnu/packages/python.scm:685:        ((#:configure-flags flags #~())
./gnu/packages/serialization.scm:200:       ((#:configure-flags flags #~'())
./gnu/packages/tor.scm:141:       ((#:configure-flags flags #~'())
./gnu/packages/wxwidgets.scm:177:       ((#:configure-flags flags #~'())
./gnu/packages/wxwidgets.scm:228:       ((#:configure-flags flags #~'())
./gnu/packages/freedesktop.scm:208:       ((#:configure-flags flags #~'())

Grep exited abnormally with code 1 at Thu Jan 19 13:26:18



             reply	other threads:[~2023-01-19  5:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-19  5:29 Feng Shu [this message]
2023-01-19  9:27 ` #:configure-flags flags #~'() or #:configure-flags flags #~() Tobias Geerinckx-Rice
2023-01-19 11:44   ` Feng Shu
2023-01-19 12:42     ` Tobias Geerinckx-Rice

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://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zgafum69.fsf@163.com \
    --to=tumashu@163.com \
    --cc=guix-devel@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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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).