From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Mastro Newsgroups: gmane.emacs.help Subject: Re: Macro Expansion Inconsistency Date: Tue, 16 Dec 2014 19:41:00 -0800 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1418787705 7755 80.91.229.3 (17 Dec 2014 03:41:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 17 Dec 2014 03:41:45 +0000 (UTC) To: "help-gnu-emacs@gnu.org" , Alexander Shukaev Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 17 04:41:37 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Y15UU-0000K0-T1 for geh-help-gnu-emacs@m.gmane.org; Wed, 17 Dec 2014 04:41:35 +0100 Original-Received: from localhost ([::1]:47788 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y15UU-0003oi-GV for geh-help-gnu-emacs@m.gmane.org; Tue, 16 Dec 2014 22:41:34 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45405) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y15UJ-0003oQ-Oy for help-gnu-emacs@gnu.org; Tue, 16 Dec 2014 22:41:24 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y15UI-0004wA-W6 for help-gnu-emacs@gnu.org; Tue, 16 Dec 2014 22:41:23 -0500 Original-Received: from mail-ob0-x232.google.com ([2607:f8b0:4003:c01::232]:43717) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y15UI-0004w2-R9 for help-gnu-emacs@gnu.org; Tue, 16 Dec 2014 22:41:22 -0500 Original-Received: by mail-ob0-f178.google.com with SMTP id gq1so1869378obb.9 for ; Tue, 16 Dec 2014 19:41:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=2WH0p5b5oUYOa8UtUxel6Ud8rzOJDFaq0qq896kkiEw=; b=kpH0LwoNY1tsBrG923WIwYUOq/v/0MU0K2lDTxO0Cm3iK2nQRqBN710vWlEXm8cEpI l/G3VrnKK/hce5B8/+dsEvroVulPxZPcK42Aiho//Y9KpGF8lYKB2AC7ndhC9Xsfp4Gy UKAIrFwxVeM9YCCIAQATbhmKb9csNo5u4VPrQxBVhfkpAU78Qrg44ZBnOBMlo2pomnCL enORkLPgS5k0yegOoh//ElY2C2VUdcCHHmp5vTcUwiv3+5hC3njp7Xg3+wLgstPEectv fre4DD/+dR9MI902EhehfbsERLWMMOn3VmGCfHW8RfeFK9AwoLjpnWQ1xSVR04DA5Xvw Vs8A== X-Received: by 10.202.75.81 with SMTP id y78mr23192970oia.80.1418787682226; Tue, 16 Dec 2014 19:41:22 -0800 (PST) Original-Received: by 10.76.12.162 with HTTP; Tue, 16 Dec 2014 19:41:00 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::232 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:101625 Archived-At: John Mastro wrote: > The problem you were having with `foreground' is because it's within two > backquotes. You can think of each unquote as peeling away a single level > of quoting. Actually, in this case another fix would be to remove the second level of quoting - it's not needed there. Then you would only need a single unquote for `foreground'. -- john