From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: waterloo Newsgroups: gmane.emacs.help Subject: Re: how to simulate keyboard strike just like I push that key? Date: Sun, 28 Jun 2009 00:35:37 +0800 Message-ID: <907065090906270935w3a3a3249w326a7f4268549de8@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=000e0cd11b1e03bedc046d570c69 X-Trace: ger.gmane.org 1246122305 22295 80.91.229.12 (27 Jun 2009 17:05:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 27 Jun 2009 17:05:05 +0000 (UTC) Cc: tom.weissmann@gmail.com To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jun 27 19:04:58 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MKbKk-0007mR-42 for geh-help-gnu-emacs@m.gmane.org; Sat, 27 Jun 2009 19:04:58 +0200 Original-Received: from localhost ([127.0.0.1]:57824 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MKbKj-00047b-DK for geh-help-gnu-emacs@m.gmane.org; Sat, 27 Jun 2009 13:04:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MKasT-00079s-0g for help-gnu-emacs@gnu.org; Sat, 27 Jun 2009 12:35:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MKasO-000749-Bc for help-gnu-emacs@gnu.org; Sat, 27 Jun 2009 12:35:44 -0400 Original-Received: from [199.232.76.173] (port=42493 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MKasO-00073x-8f for help-gnu-emacs@gnu.org; Sat, 27 Jun 2009 12:35:40 -0400 Original-Received: from rv-out-0708.google.com ([209.85.198.244]:51922) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MKasN-0001LJ-Oq for help-gnu-emacs@gnu.org; Sat, 27 Jun 2009 12:35:39 -0400 Original-Received: by rv-out-0708.google.com with SMTP id k29so1390042rvb.6 for ; Sat, 27 Jun 2009 09:35:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:cc:content-type; bh=O3/pTM9Vueg7SSm4VU9K0qQzovGHcyhjQpgVyExUeTw=; b=jRCMLiTxbwm5bxRP8KYch/Qbj/e9RvRepTqSwGSkgzq6y6GJ/EuCHTzU1vD3e/WyX1 FLnho053HiCxAx7ft10KP1dAC8t5ZXb8ewgqItaaPrgZs4lcrYVuG8k7oWv4NkNNbHxd BoUgWAvTINA9ktn4EONgvMTnAZm1/5mFwWCjk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; b=mX5rjeHDSqdA5RublSrc5Y3B2N0WQcOM910r7WpM/y+486/eDXaFkCMGFCuz3+mYCN GnmqhOvH9L4KxFC5M56tbUYQaFFWs0ZNClUBg84KBGVU0+oDXNWrIxg36PXyaKAPgosO GjUx0xGf5nURve2u1ds+go/KknGMJrivFe5xI= Original-Received: by 10.141.3.10 with SMTP id f10mr3877146rvi.258.1246120537996; Sat, 27 Jun 2009 09:35:37 -0700 (PDT) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Sat, 27 Jun 2009 13:01:37 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:65601 Archived-At: --000e0cd11b1e03bedc046d570c69 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit > > Maybe http://www.emacswiki.org/emacs/ScimBridge will help? It appears > to let Emacs control scim by talking to scim-bridge over a socket. > Perhaps you could adapt parts of it to switch input languages > programmatically. no , it is between buffers. I want to revise cdlatex using function "texmathp" . Now I am studying elisp. Thanks --000e0cd11b1e03bedc046d570c69 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Maybe http://www.ema= cswiki.org/emacs/ScimBridge will help? It appears
to let Emacs control scim by talking to scim-bridge over a socket.
Perhaps you could adapt parts of it to switch input languages
programmatically.

no , it is between buffers.
I wa= nt to revise cdlatex using function "texmathp" .
Now I am stud= ying elisp.
Thanks

--000e0cd11b1e03bedc046d570c69--