From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: bojohan@dd.chalmers.se (=?iso-8859-1?q?Johan_Bockg=E5rd?=) Newsgroups: gmane.emacs.bugs Subject: byte compilation of strings with text properties Date: Thu, 04 Mar 2004 22:19:07 +0100 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1078723912 24622 80.91.224.253 (8 Mar 2004 05:31:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 8 Mar 2004 05:31:52 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Mar 08 06:31:41 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B0DMb-0005uD-01 for ; Mon, 08 Mar 2004 06:31:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B0DLQ-0002rg-W0 for geb-bug-gnu-emacs@m.gmane.org; Mon, 08 Mar 2004 00:30:28 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1Az0Gg-0007pR-84 for bug-gnu-emacs@gnu.org; Thu, 04 Mar 2004 16:20:34 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1Az0Fv-0007YL-6q for bug-gnu-emacs@gnu.org; Thu, 04 Mar 2004 16:20:18 -0500 Original-Received: from [129.16.117.10] (helo=eru.dd.chalmers.se) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1Az0FP-0007NK-D4 for bug-gnu-emacs@gnu.org; Thu, 04 Mar 2004 16:19:15 -0500 Original-Received: from frealaf.dd.chalmers.se (frealaf.dd.chalmers.se [129.16.116.16]) by eru.dd.chalmers.se (8.12.8/8.12.8) with ESMTP id i24LJ99S005933 for ; Thu, 4 Mar 2004 22:19:09 +0100 (MET) Original-Received: from frealaf.dd.chalmers.se (localhost [127.0.0.1]) by frealaf.dd.chalmers.se (8.12.9/8.12.8) with ESMTP id i24LJ8R6012686 for ; Thu, 4 Mar 2004 22:19:08 +0100 (MET) Original-Received: (from bojohan@localhost) by frealaf.dd.chalmers.se (8.12.9/8.12.9/Submit) id i24LJ7em012685; Thu, 4 Mar 2004 22:19:07 +0100 (MET) X-Authentication-Warning: frealaf.dd.chalmers.se: bojohan set sender to bojohan@dd.chalmers.se using -f Original-To: bug-gnu-emacs@gnu.org User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.2 (usg-unix-v) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list 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 Xref: main.gmane.org gmane.emacs.bugs:7189 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:7189 In GNU Emacs 21.2.1 (sparc-sun-solaris2.8, X toolkit). The byte compiler (`byte-compile-get-constant') doesn't check if equal strings have different text properties: (byte-compile (lambda () (cons "foo" #("foo" 0 1 (prop val))))) =3D> #[nil "\300\211B\207" ["foo"] 2] --=20 Johan Bockg=E5rd