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 10:34:34 -0700 (PDT)	[thread overview]
Message-ID: <aa880660-56e0-4c49-b08d-0eaaa969aa8e@p5g2000pri.googlegroups.com> (raw)
In-Reply-To: kggfx1puvgs.fsf@pc-df-203.priv.enst-bretagne.fr

On May 18, 7:37 pm, Frédéric Perrin  <fred...@SPAM.resel.fr> wrote:
> Santanu <thisissant...@gmail.com> writes:
> > On May 18, 2:20 am, Andreas Politz <poli...@fh-trier.de> wrote:
> >> Santanu <thisissant...@gmail.com> writes:
> >> > 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.
>
> > 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.
>
> The first expression in the sed was « s|^./||g; » (which didn't hurt,
> because it seems that you don't have directories whoose name contains
> only a single letter), and the second wes « s|/[^/]*.go||g », with the
> LHS matching strings such as « /svgo ».

Ah... I see. Now I understand. So, basically, just a singe '\'
character in an elisp
regexp string acts as if it wasn't even there in the first place.

Thank you for the explanation.

Regards,
Santanu


  reply	other threads:[~2010-05-18 17:34 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   ` What's wrong with this code?? Santanu
2010-05-18 14:37     ` Frédéric Perrin
2010-05-18 17:34       ` Santanu [this message]
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=aa880660-56e0-4c49-b08d-0eaaa969aa8e@p5g2000pri.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.