From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#11904: 24.1.50; error byte compiling (defvar :foo ':foo), regression from 23.4 Date: Thu, 12 Jul 2012 09:43:18 -0400 Message-ID: References: <87liirw6jk.fsf@maru.md5i.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1342100619 4704 80.91.229.3 (12 Jul 2012 13:43:39 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 12 Jul 2012 13:43:39 +0000 (UTC) Cc: 11904@debbugs.gnu.org To: Michael Welsh Duggan Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jul 12 15:43:39 2012 Return-path: Envelope-to: geb-bug-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 1SpJgA-0004Cq-3o for geb-bug-gnu-emacs@m.gmane.org; Thu, 12 Jul 2012 15:43:38 +0200 Original-Received: from localhost ([::1]:43984 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpJg9-00077c-EF for geb-bug-gnu-emacs@m.gmane.org; Thu, 12 Jul 2012 09:43:37 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:46076) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpJg6-00077W-D5 for bug-gnu-emacs@gnu.org; Thu, 12 Jul 2012 09:43:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SpJg2-0000CO-5J for bug-gnu-emacs@gnu.org; Thu, 12 Jul 2012 09:43:34 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:54316) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpJg2-0000CI-2H for bug-gnu-emacs@gnu.org; Thu, 12 Jul 2012 09:43:30 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SpJlN-0003Vo-J1 for bug-gnu-emacs@gnu.org; Thu, 12 Jul 2012 09:49:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 12 Jul 2012 13:49:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 11904 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 11904-submit@debbugs.gnu.org id=B11904.134210093513489 (code B ref 11904); Thu, 12 Jul 2012 13:49:01 +0000 Original-Received: (at 11904) by debbugs.gnu.org; 12 Jul 2012 13:48:55 +0000 Original-Received: from localhost ([127.0.0.1]:35629 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SpJlH-0003VW-At for submit@debbugs.gnu.org; Thu, 12 Jul 2012 09:48:55 -0400 Original-Received: from chene.dit.umontreal.ca ([132.204.246.20]:59561) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SpJlF-0003VO-Nx for 11904@debbugs.gnu.org; Thu, 12 Jul 2012 09:48:54 -0400 Original-Received: from fmsmemgm.homelinux.net (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id q6CDhJeY018040; Thu, 12 Jul 2012 09:43:19 -0400 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 2EB76AE3BA; Thu, 12 Jul 2012 09:43:18 -0400 (EDT) In-Reply-To: <87liirw6jk.fsf@maru.md5i.com> (Michael Welsh Duggan's message of "Tue, 10 Jul 2012 19:16:47 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV4276=0 X-NAI-Spam-Version: 2.2.0.9309 : core <4276> : streams <783339> : uri <1163388> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list 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-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:61851 Archived-At: > (defvar :foo ':foo) I'm curious: where did you find such code? Such code used to be added "implicitly" back in Emacs-19 days because Emacs-19 did not have keywords. Some packages kept such code a bit longer in the hope that the resulting code would still work under Emacs-19, but nowadays this seems very outdated. Stefan