Gnus development mailing list
 help / color / mirror / Atom feed
From: Ted Zlatanov <tzz@lifelogs.com>
To: ding@gnus.org
Subject: Re: gnus request scan issue : backtrace
Date: Tue, 05 Oct 2010 14:25:35 -0500	[thread overview]
Message-ID: <87k4lwigr4.fsf@lifelogs.com> (raw)
In-Reply-To: <m2wrpwcw99.fsf@igel.home>

On Tue, 05 Oct 2010 20:47:14 +0200 Andreas Schwab <schwab@linux-m68k.org> wrote: 

AS> Ted Zlatanov <tzz@lifelogs.com> writes:
>> (add-to-list 'gnus-secondary-select-methods
>> `(nnimap "riley"
>> (nnimap-address "offlineimap")
>> (nnir-search-engine imap)
>> (nnimap-stream network)
>> (nnimap-split-methods nnimap-split-fancy)
>> ))

AS> And you don't need the backquote if you don't use , and ,@.  A normal
AS> quote will do as well.

I didn't see that, thanks!

Richard: backquotes are special.  Using them indicates you want to
interpolate inside the expression.  For example:

(setq a 4)

'(a) => (a)

`(,a) => (4)

`(,(format "hello #%s" a)) => ("hello #4")

So you want to avoid them unless you're sure you need them.  See 
(info "(elisp) Backquote") for more.

Ted




      reply	other threads:[~2010-10-05 19:25 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-05 14:23 Richard Riley
2010-10-05 14:54 ` Ted Zlatanov
2010-10-05 15:26   ` Richard Riley
2010-10-05 15:41     ` Ted Zlatanov
2010-10-05 15:49       ` Richard Riley
2010-10-05 17:16       ` Lars Magne Ingebrigtsen
2010-10-05 17:31         ` Ted Zlatanov
2010-10-05 18:21           ` Tibor Simko
2010-10-06 10:09           ` Richard Riley
2010-10-05 18:47   ` Andreas Schwab
2010-10-05 19:25     ` Ted Zlatanov [this message]

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=87k4lwigr4.fsf@lifelogs.com \
    --to=tzz@lifelogs.com \
    --cc=ding@gnus.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 NNTP newsgroup(s).