Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion bug#12512: 24.2.50; pcase treats quoted lists different than non-quoted lists

Received: by 10.68.222.225 with SMTP id qp1mr2264595pbc.8.1348834869654;
        Fri, 28 Sep 2012 05:21:09 -0700 (PDT)
Path: t10ni23591868pbh.0!nntp.google.com!news.glorb.com!usenet.stanford.edu!not-for-mail
From: Stefan Monnier <monn...@iro.umontreal.ca>
Newsgroups: gnu.emacs.bug
Subject: bug#12512: 24.2.50;
	pcase treats quoted lists different than non-quoted lists
Date: Fri, 28 Sep 2012 08:20:04 -0400
Lines: 10
Sender: debbugs-submit-boun...@debbugs.gnu.org
Approved: bug-gnu-em...@gnu.org
Message-ID: <mailman.9923.1348834868.855.bug-gnu-emacs@gnu.org>
References: <CAC5n7TEt0ti87mQ1N3LwHBqLUHkYL=RvcT5FvTsNbmcE2jqasQ@mail.gmail.com>
NNTP-Posting-Host: lists.gnu.org
Mime-Version: 1.0
X-Trace: usenet.stanford.edu 1348834869 2225 208.118.235.17 (28 Sep 2012 12:21:09 GMT)
X-Complaints-To: action@cs.stanford.edu
Cc: 12512-d...@debbugs.gnu.org
To: Christopher Monsanto <ch...@monsan.to>
Envelope-to: bug-gnu-em...@gnu.org
Resent-From: Stefan Monnier <monn...@iro.umontreal.ca>
Original-Sender: debbugs-submit-boun...@debbugs.gnu.org
Resent-To: bug-gnu-em...@gnu.org
Resent-Date: Fri, 28 Sep 2012 12:21:02 +0000
Resent-Message-ID: <handler.12512.D12512.134883481919548.d...@debbugs.gnu.org>
Resent-Sender: help-debb...@gnu.org
X-GNU-PR-Message: cc-closed 12512
X-GNU-PR-Package: emacs
X-GNU-PR-Keywords: 
Mail-Followup-To: 12...@debbugs.gnu.org, monn...@iro.umontreal.ca
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: Ai0FAG6Zu09FxLT4/2dsb2JhbABEsEiDSYEIghYBBVYjEAsOJhIUGA0kiCG6CZBEA6MzgViDBQ
X-IronPort-AV: E=Sophos;i="4.75,637,1330923600"; d="scan'208";a="200201887"
In-Reply-To: <CAC5n7TEt0ti87mQ1N3LwHBqLUHkYL=RvcT5FvTsNbmcE2jqasQ@mail.gmail.com>
	(Christopher Monsanto's message of "Tue, 25 Sep 2012 02:40:46 -0400")
User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)
X-BeenThere: debbugs-sub...@debbugs.gnu.org
X-Mailman-Version: 2.1.13
Precedence: list
Errors-To: debbugs-submit-boun...@debbugs.gnu.org
X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2)
X-Received-From: 140.186.70.43
X-BeenThere: bug-gnu-em...@gnu.org
List-Id: "Bug reports for GNU Emacs,
	the Swiss army knife of text editors" <bug-gnu-emacs.gnu.org>
List-Unsubscribe: <https://lists.gnu.org/mailman/options/bug-gnu-emacs>,
	<mailto:bug-gnu-emacs-requ...@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/archive/html/bug-gnu-emacs>
List-Post: <mailto:bug-gnu-em...@gnu.org>
List-Help: <mailto:bug-gnu-emacs-requ...@gnu.org?subject=help>
List-Subscribe: <https://lists.gnu.org/mailman/listinfo/bug-gnu-emacs>,
	<mailto:bug-gnu-emacs-requ...@gnu.org?subject=subscribe>
Content-Type: text/plain

> (pcase '(1 2 3)
>   (`(a b c) b))

Should be fixed now, thank you,


        Stefan