From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christoph Scholtes Newsgroups: gmane.emacs.devel Subject: Re: Key map translations Date: Tue, 12 Apr 2011 19:59:05 -0600 Message-ID: <4DA50369.8080103@gmail.com> References: <4DA3AB97.4070805@gmail.com> <87tye4ywdj.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1302659963 22034 80.91.229.12 (13 Apr 2011 01:59:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 13 Apr 2011 01:59:23 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 13 03:59:18 2011 Return-path: Envelope-to: ged-emacs-devel@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 1Q9pMT-0007Hz-VI for ged-emacs-devel@m.gmane.org; Wed, 13 Apr 2011 03:59:18 +0200 Original-Received: from localhost ([::1]:44995 helo=lists2.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9pMT-0005ka-JX for ged-emacs-devel@m.gmane.org; Tue, 12 Apr 2011 21:59:17 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:48064) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9pMQ-0005kM-Ia for emacs-devel@gnu.org; Tue, 12 Apr 2011 21:59:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q9pMP-0002IL-R8 for emacs-devel@gnu.org; Tue, 12 Apr 2011 21:59:14 -0400 Original-Received: from mail-yw0-f41.google.com ([209.85.213.41]:43973) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9pMP-0002IB-KK for emacs-devel@gnu.org; Tue, 12 Apr 2011 21:59:13 -0400 Original-Received: by yws5 with SMTP id 5so95107yws.0 for ; Tue, 12 Apr 2011 18:59:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=hHe7zu/IC7pewxDQCxGVsIm+XTUNCFXIrkacYgUSY4w=; b=x9XlV2BHR/UmORjDMavDRxPLK8Rucf3GGJqrA/MfbTgUKIaQMfaFcoT7DXSuY6gc/A 3nmXagbWOiSqG+tlfaaL92ymaDdRGpOQbaJMyY4eE24pCWjAlXEoqejn8C9AhhGi2J8U r7s0udAwJQGX6Ou/2d5PheL1ocHIcptKAVzYs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=d8zhJvQ8LLzf4eNcx+hjU3Us/7Q0e6Izqim4pQRkg3iCU0ZIIhGs6xQkkvs0aYt9wB nS0dtOfUD6mZRU8fPIC/hEkOBVwVa4v1e5QE4jMhSsazqdYonmx/MGOt28DVkvwumPy8 Yh3TWkEA3rzUrT+uqR1+8b+mfDrA4uqbomqvI= Original-Received: by 10.236.72.162 with SMTP id t22mr9021793yhd.218.1302659952391; Tue, 12 Apr 2011 18:59:12 -0700 (PDT) Original-Received: from [192.168.1.2] (70-59-6-97.hlrn.qwest.net [70.59.6.97]) by mx.google.com with ESMTPS id 22sm49793yhl.37.2011.04.12.18.59.10 (version=SSLv3 cipher=OTHER); Tue, 12 Apr 2011 18:59:11 -0700 (PDT) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 In-Reply-To: <87tye4ywdj.fsf@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.213.41 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:138448 Archived-At: On 4/11/2011 9:35 PM, Sean Sieger wrote: > > I would like 'C-s' to be isearch-forward and 'C-S-s' to be my custom > function, e.g. `isearch-forward yanking the word at point as the > search-string'. Same with `C-M-S-s' as the regexp version of this > command. > > Why not C-c s? C-c S? Good question. I think I wanted a more "natural" companion to C-s (isearch-forward). I'm weird that way, I guess. ;)