From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Geoff Gole Newsgroups: gmane.emacs.devel Subject: Re: Feature needed Date: Tue, 15 Jun 2010 20:28:33 +0800 Message-ID: References: <87wru14onc.fsf@mail.jurta.org> <49520.130.55.132.126.1276531995.squirrel@webmail.lanl.gov> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1276604938 1503 80.91.229.12 (15 Jun 2010 12:28:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 15 Jun 2010 12:28:58 +0000 (UTC) To: Miles Bader , emacs-devel@gnu.org, juri@jurta.org, cloos@jhcloos.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 15 14:28:54 2010 connect(): No such file or directory Return-path: Envelope-to: ged-emacs-devel@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 1OOVG9-0000qu-Tj for ged-emacs-devel@m.gmane.org; Tue, 15 Jun 2010 14:28:54 +0200 Original-Received: from localhost ([127.0.0.1]:41184 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOVG8-0000o0-Pt for ged-emacs-devel@m.gmane.org; Tue, 15 Jun 2010 08:28:52 -0400 Original-Received: from [140.186.70.92] (port=39527 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OOVFt-0000kO-V8 for emacs-devel@gnu.org; Tue, 15 Jun 2010 08:28:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OOVFs-00040b-Tg for emacs-devel@gnu.org; Tue, 15 Jun 2010 08:28:37 -0400 Original-Received: from mail-vw0-f41.google.com ([209.85.212.41]:54318) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OOVFq-00040C-PT; Tue, 15 Jun 2010 08:28:35 -0400 Original-Received: by vws5 with SMTP id 5so3118794vws.0 for ; Tue, 15 Jun 2010 05:28:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=mEH6SKc2KUQ8atJnb4xANnU0a6PTNGmn531gInwyCOI=; b=k+TbxPjNd4P0hKStZZEjPvLNC0HHCO0xN7bz7600nKCedwqS5/PyxQb8AZ73GBoVwZ Ytg/m2u9jB8QRysQUVmHVjHDXYuoGGp3p1CqxADmxSP01GgXrcFIhIvQ8Jz6w0OsHYAL 35UxtQAt5ZxNRjFJ9Rm09sEZFcFIdiK9yhEKk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=S4S/NbFGgkxTigRnrQgMoLU9VbF+V7ynS8YgVofTiZeLAPIJN4v6QDtD3e7J6mWI00 x9qFEF3h9PssQTWK2ceZ364oLwGatntnqtbdUlvqlMbKSSSp+mBUQQteL+1ewikAsrIL 4thN3Ywn6pgxvMeobVHi2zlD66ffQFYR3EIDc= Original-Received: by 10.224.27.131 with SMTP id i3mr3176522qac.141.1276604913378; Tue, 15 Jun 2010 05:28:33 -0700 (PDT) Original-Received: by 10.229.246.206 with HTTP; Tue, 15 Jun 2010 05:28:33 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:125953 Archived-At: > Checking every input method might be too ram or i/o intensive for all > users, but would make a reasonable option. > Or, given that the C-u C-x = output already has a link to customize what > Character code properties to show, it could have one to customize which > input methods to check, with the default being 'current. How about checking all of the input methods in input-method-history?