From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sean Sieger Newsgroups: gmane.emacs.devel Subject: Re: Key map translations Date: Tue, 12 Apr 2011 22:53:21 -0400 Message-ID: <87mxjuzwta.fsf@gmail.com> References: <4DA3AB97.4070805@gmail.com> <87tye4ywdj.fsf@gmail.com> <4DA50369.8080103@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1302663211 3298 80.91.229.12 (13 Apr 2011 02:53:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 13 Apr 2011 02:53:31 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 13 04:53:28 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 1Q9qCt-0002cz-Ij for ged-emacs-devel@m.gmane.org; Wed, 13 Apr 2011 04:53:27 +0200 Original-Received: from localhost ([::1]:54409 helo=lists2.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9qCs-0008QJ-VU for ged-emacs-devel@m.gmane.org; Tue, 12 Apr 2011 22:53:26 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:60476) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9qCp-0008Pr-Jy for emacs-devel@gnu.org; Tue, 12 Apr 2011 22:53:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q9qCo-0000rN-L7 for emacs-devel@gnu.org; Tue, 12 Apr 2011 22:53:23 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:58454) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q9qCo-0000rH-DQ for emacs-devel@gnu.org; Tue, 12 Apr 2011 22:53:22 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Q9qCn-0002am-BX for emacs-devel@gnu.org; Wed, 13 Apr 2011 04:53:21 +0200 Original-Received: from pool-151-205-103-198.ny325.east.verizon.net ([151.205.103.198]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Apr 2011 04:53:21 +0200 Original-Received: from sean.sieger by pool-151-205-103-198.ny325.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 Apr 2011 04:53:21 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 16 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: pool-151-205-103-198.ny325.east.verizon.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (windows-nt) Cancel-Lock: sha1:5vKVbKugcShjfn98pTCa2PaQ+/w= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 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:138450 Archived-At: Christoph Scholtes writes: 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. ;) Christoph, does C-s C-w already do something similar to what your custom function does?