From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?S2FpIEdyb8Ofam9oYW5u?= Newsgroups: gmane.emacs.help Subject: Re: About `char' in momentary-string-display Date: Sat, 19 Oct 2013 00:19:23 +0200 Message-ID: <5261B3EB.3040803@gmx.net> References: <526044A6.80602@gmx.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1382134725 20809 80.91.229.3 (18 Oct 2013 22:18:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Oct 2013 22:18:45 +0000 (UTC) Cc: help-gnu-emacs To: Xue Fuqiao Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Oct 19 00:18:49 2013 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 1VXINc-0000Gj-2S for geh-help-gnu-emacs@m.gmane.org; Sat, 19 Oct 2013 00:18:48 +0200 Original-Received: from localhost ([::1]:59559 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXINb-0006Nt-Dj for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Oct 2013 18:18:47 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33419) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXINH-0006E8-Kb for help-gnu-emacs@gnu.org; Fri, 18 Oct 2013 18:18:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VXINB-0002bh-L1 for help-gnu-emacs@gnu.org; Fri, 18 Oct 2013 18:18:27 -0400 Original-Received: from mout.gmx.net ([212.227.17.22]:50399) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXINB-0002bX-BS for help-gnu-emacs@gnu.org; Fri, 18 Oct 2013 18:18:21 -0400 Original-Received: from marcie.lan ([188.100.165.77]) by mail.gmx.com (mrgmx101) with ESMTPSA (Nemesis) id 0Lo2EO-1WCwiZ19Z2-00g26C for ; Sat, 19 Oct 2013 00:18:19 +0200 User-Agent: Postbox 3.0.8 (Macintosh/20130427) Original-Newsgroups: gmane.emacs.help In-Reply-To: X-Provags-ID: V03:K0:z/DTegh4g/Cw9CrEGMrxwyqmWBlOPNzyPqsFua/uUW6mMcVeHr5 Nj+LeLvfGx/JGGHZmjhCe7eMuccExccAzPMGA9WSPzTGHE47ghbABaPoMThWvxxNT6yozu4 X/uOcqDVl6nUdco0vjm7lgtTx2OITs7wp6KasRUPKo/Ylke+/wEdjg9wgKjosXSW273/WiE jvj1k0foW//LoUxDnfpkA== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.17.22 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:94090 Archived-At: Xue Fuqiao wrote: > > Thanks. But in fact I didn't use eval-print-last-sexp (which is bound > to C-j in lisp-interaction-mode by default). I was using eval-last-sexp > (C-x C-e). I also tried ‘load’ and ‘eval-expression’, but neither of > them worked as I expected. C-x C-e worked beautifully for me: GNU Emacs 24.3.1 (x86_64-apple-darwin12.3.0, NS apple-appkit-1187.37) of 2013-04-01 on teneight-slave.macports.org Kai