all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Santanu <thisissantanu@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: What's wrong with this code??
Date: Tue, 18 May 2010 00:09:34 -0700 (PDT)	[thread overview]
Message-ID: <47907911-2186-4668-81d3-e0475196ade1@n37g2000prc.googlegroups.com> (raw)
In-Reply-To: 87eiha5ipf.fsf@fh-trier.de

On May 18, 2:20 am, Andreas Politz <poli...@fh-trier.de> wrote:
> Santanu <thisissant...@gmail.com> writes:
> > Hello Everybody,
>
> > Can you tell me what is wrong with this code:
> > -------------------
> > (setq
> >    go-packages-installed
> >    (split-string
> >     (shell-command-to-string
> >      "cd $GOROOT/src/pkg && find . -iname *.go | sed -e 's|^\./||g; s|/
> > [^/]*\.go||g' | sort | uniq"\
> > )))
>
> You have to escape the backslash characters, because of string
> expansion.

Spot on. Thank you very much.
BTW, can you also explain a bit what it means when I don't put the
double backslash character, and instead use a single backslash?
I ask this because my original code (the incorrect one above) did
produce some correct results.

Regards,
Santanu


       reply	other threads:[~2010-05-18  7:09 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <65c33ee7-8443-4cec-8227-9005bf4fe494@v29g2000prb.googlegroups.com>
     [not found] ` <87eiha5ipf.fsf@fh-trier.de>
2010-05-18  7:09   ` Santanu [this message]
2010-05-18 14:37     ` What's wrong with this code?? Frédéric Perrin
2010-05-18 17:34       ` Santanu
2010-05-18 21:04         ` Stefan Monnier
2010-05-19  8:57           ` Santanu

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=47907911-2186-4668-81d3-e0475196ade1@n37g2000prc.googlegroups.com \
    --to=thisissantanu@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.
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.