From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.help Subject: Re: execute a command with euc-jp Date: Fri, 06 May 2011 10:10:02 +0200 Message-ID: <878vuk2qsl.fsf@ambire.localdomain> References: <20110505002934.GB18433@masashi-netbook> <87wri5r1jb.fsf@ambire.localdomain> <20110505220110.GA22712@masashi-netbook> <87pqnwr7dr.fsf@ambire.localdomain> <20110506035022.GA3944@masashi-netbook> 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 1304669484 5043 80.91.229.12 (6 May 2011 08:11:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 6 May 2011 08:11:24 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: masashi ito Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri May 06 10:11:18 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QIG81-0006yE-Sc for geh-help-gnu-emacs@m.gmane.org; Fri, 06 May 2011 10:11:14 +0200 Original-Received: from localhost ([::1]:33457 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QIG81-0005Cf-AQ for geh-help-gnu-emacs@m.gmane.org; Fri, 06 May 2011 04:11:13 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:45089) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QIG7w-0005CZ-Q5 for help-gnu-emacs@gnu.org; Fri, 06 May 2011 04:11:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QIG7v-0001pg-HM for help-gnu-emacs@gnu.org; Fri, 06 May 2011 04:11:08 -0400 Original-Received: from smtp205.alice.it ([82.57.200.101]:51663) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QIG7v-0001pU-4G for help-gnu-emacs@gnu.org; Fri, 06 May 2011 04:11:07 -0400 Original-Received: from ambire.localdomain (95.236.26.98) by smtp205.alice.it (8.5.124.08) id 4DB13A49012AB353; Fri, 6 May 2011 10:11:01 +0200 Original-Received: from ttn by ambire.localdomain with local (Exim 4.69) (envelope-from ) id 1QIG6s-0001ae-Eu; Fri, 06 May 2011 10:10:02 +0200 In-Reply-To: <20110506035022.GA3944@masashi-netbook> (masashi ito's message of "Thu, 5 May 2011 23:50:22 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.101 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:80942 Archived-At: () masashi ito () Thu, 5 May 2011 23:50:22 -0400 And I apologize for my mistake. No worries; i'm glad you persisted towards this understanding. As you said, I didn't evaluate the newly defined function properly. I did C-x, C-e, which I found somewhere on the Internet. When I did C-M-x, everything worked like a charm! =E2=80=98C-x C-e=E2=80=99 works fine if you place the cursor after the form= you want to evaluate. =E2=80=98C-M-x=E2=80=99 is more suitable when you are in the mid= dle of a defun, which is often the case when experimenting in *scratch*. To avoid Internet-induced confusion, you can find this kind of information directly from Emacs. Try: C-h k C-h k C-h k C-x C-e C-h k C-M-x (This way, if there is any remaining confusion, you can tell the Emacs maintainers about it and Emacs will improve as a result. Try THAT with the Internet! :-D)