From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Frederik Newsgroups: gmane.emacs.help Subject: keybinding trouble Date: Fri, 08 Feb 2013 17:31:07 +0100 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1360341088 21572 80.91.229.3 (8 Feb 2013 16:31:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 Feb 2013 16:31:28 +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 08 17:31:49 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U3qrb-0008HW-7S for geh-help-gnu-emacs@m.gmane.org; Fri, 08 Feb 2013 17:31:47 +0100 Original-Received: from localhost ([::1]:33221 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3qrI-0001gB-Bm for geh-help-gnu-emacs@m.gmane.org; Fri, 08 Feb 2013 11:31:28 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:38382) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3qrB-0001fj-2j for help-gnu-emacs@gnu.org; Fri, 08 Feb 2013 11:31:22 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U3qr9-00047z-Qp for help-gnu-emacs@gnu.org; Fri, 08 Feb 2013 11:31:20 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:59232) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U3qr9-00047p-Jk for help-gnu-emacs@gnu.org; Fri, 08 Feb 2013 11:31:19 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U3qrQ-00085o-FG for help-gnu-emacs@gnu.org; Fri, 08 Feb 2013 17:31:36 +0100 Original-Received: from 85-170-166-6.rev.numericable.fr ([85.170.166.6]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Feb 2013 17:31:36 +0100 Original-Received: from freak.fred by 85-170-166-6.rev.numericable.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Feb 2013 17:31:36 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 20 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 85-170-166-6.rev.numericable.fr User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130109 Thunderbird/17.0.2 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:89013 Archived-At: Hi there! I try to bind the flyspell function flyspell-auto-correct-previous-word to a key. First I tried to bind it to `C-.' but it seems that this doesn't work in terminals. So came up with the following which doesn't work, the key sequence stays "unknown" to emacs -- but I don't have a clue why. (eval-after-load 'flyspell-mode '(define-key flyspell-mode-map (kbd "C-c f") 'flyspell-auto-correct-previous-word)) I also tried "\C-c f", "C-c ." and "\C-c ." -- none of them works, neither in GTK emacs nor in terminal mode. Any hint is appreciated! Regards -- Frederik