From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: MON KEY Newsgroups: gmane.emacs.bugs Subject: bug#6893: evaluating `'#'(lambda (b) b)8 ; => 8 with `eval-last-sexp' "C-x C-e" in `emacs-lisp-mode' Date: Sat, 21 Aug 2010 20:17:22 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1282437557 7461 80.91.229.12 (22 Aug 2010 00:39:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 22 Aug 2010 00:39:17 +0000 (UTC) Cc: 6893@debbugs.gnu.org, Andreas Schwab To: Stefan Monnier Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Aug 22 02:39:15 2010 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Omyah-0006oT-4J for geb-bug-gnu-emacs@m.gmane.org; Sun, 22 Aug 2010 02:39:15 +0200 Original-Received: from localhost ([127.0.0.1]:34164 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Omyag-0003Bc-KO for geb-bug-gnu-emacs@m.gmane.org; Sat, 21 Aug 2010 20:39:14 -0400 Original-Received: from [140.186.70.92] (port=38186 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Omyab-0003AM-Fd for bug-gnu-emacs@gnu.org; Sat, 21 Aug 2010 20:39:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Omyaa-00072K-5A for bug-gnu-emacs@gnu.org; Sat, 21 Aug 2010 20:39:09 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:39377) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Omyaa-00072G-2P for bug-gnu-emacs@gnu.org; Sat, 21 Aug 2010 20:39:08 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1OmyFB-0003H6-JD; Sat, 21 Aug 2010 20:17:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: MON KEY Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 22 Aug 2010 00:17:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6893 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 6893-submit@debbugs.gnu.org id=B6893.128243617112576 (code B ref 6893); Sun, 22 Aug 2010 00:17:01 +0000 Original-Received: (at 6893) by debbugs.gnu.org; 22 Aug 2010 00:16:11 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OmyEN-0003Gn-8n for submit@debbugs.gnu.org; Sat, 21 Aug 2010 20:16:11 -0400 Original-Received: from mail-ww0-f46.google.com ([74.125.82.46]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OmyEL-0003Gi-7q for 6893@debbugs.gnu.org; Sat, 21 Aug 2010 20:16:09 -0400 Original-Received: by wwb22 with SMTP id 22so6295409wwb.15 for <6893@debbugs.gnu.org>; Sat, 21 Aug 2010 17:17:22 -0700 (PDT) Original-Received: by 10.216.203.71 with SMTP id e49mr2915001weo.60.1282436242091; Sat, 21 Aug 2010 17:17:22 -0700 (PDT) Original-Received: by 10.216.65.140 with HTTP; Sat, 21 Aug 2010 17:17:22 -0700 (PDT) In-Reply-To: X-Google-Sender-Auth: Uxv04m_kd_dEirBeTrGcR98Fo04 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Sat, 21 Aug 2010 20:17:01 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:39700 Archived-At: On Sat, Aug 21, 2010 at 6:40 PM, Stefan Monnier wrote: >> Interactive invocation of `eval-last-sexp' (e.g. "C-x C-e" ) in >> Emacs-lisp mode buffer for this form: > >> =C2=A0`'#'(lambda (b) b)8 >> =C2=A0;=3D> 8 > > C-x C-e doesn't evaluate "the expression on the line" but "the last sexp > before point". OK. > The "last-sexp" is just "8" (try C-M-b to see what it is), so whatever > other sexp you put before won't make any difference. So what about these? `'#'8 ;=3D> (quote (function 8)) `#'?\x27?\x23 ;=3D> (function 39) Where did 35 go? > =C2=A0 =C2=A0 =C2=A0 =C2=A0Stefan -- /s_P\