From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: ucs-insert in query-replace? Date: Fri, 03 Feb 2012 23:19:49 +0200 Message-ID: <83k443ehsa.fsf@gnu.org> References: <87mx8z26z6.fsf@pobox.com> NNTP-Posting-Host: plane.gmane.org X-Trace: dough.gmane.org 1328304002 1904 80.91.229.3 (3 Feb 2012 21:20:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 3 Feb 2012 21:20:02 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 03 22:20:01 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RtQY5-0005Xy-1W for geh-help-gnu-emacs@m.gmane.org; Fri, 03 Feb 2012 22:20:01 +0100 Original-Received: from localhost ([::1]:43964 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtQY4-0007o0-31 for geh-help-gnu-emacs@m.gmane.org; Fri, 03 Feb 2012 16:20:00 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:38701) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtQXx-0007eu-9X for help-gnu-emacs@gnu.org; Fri, 03 Feb 2012 16:19:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RtQXv-0000K4-V2 for help-gnu-emacs@gnu.org; Fri, 03 Feb 2012 16:19:53 -0500 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:59213) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtQXv-0000K0-Oa for help-gnu-emacs@gnu.org; Fri, 03 Feb 2012 16:19:51 -0500 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0LYU002005VJ5600@a-mtaout23.012.net.il> for help-gnu-emacs@gnu.org; Fri, 03 Feb 2012 23:19:49 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([84.229.198.178]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LYU002IO5X01Q90@a-mtaout23.012.net.il> for help-gnu-emacs@gnu.org; Fri, 03 Feb 2012 23:19:49 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.175 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:83641 Archived-At: > From: "Drew Adams" > Date: Fri, 3 Feb 2012 11:22:52 -0800 > > 2. Instead of using `ucs-insert' for each such character you want to replace, > you can use library `ucs-cmds.el' to automatically create individual commands > that insert the chars from the Unicode subsets that you actually use. Using > such commands is instantaneous. Using `ucs-insert' each time you want to insert > such a character is quite slow. There's also the TeX input method which can insert quite a few Unicode characters. "C-u C-\ TeX RET" to activate it, "C-h C-\ TeX RET" to display the characters it can insert.