From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.help Subject: Re: change autocompletion key in emacs Date: Fri, 15 Jul 2011 18:15:22 +0200 Message-ID: <8762n3r04l.fsf@member.fsf.org> References: <201107151204.12427.psdc1978@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1310747500 27931 80.91.229.12 (15 Jul 2011 16:31:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 15 Jul 2011 16:31:40 +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 Jul 15 18:31:37 2011 Return-path: Envelope-to: geh-help-gnu-emacs@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 1QhlIe-0005mu-ET for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Jul 2011 18:31:36 +0200 Original-Received: from localhost ([::1]:38586 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QhlId-0004jT-6I for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Jul 2011 12:31:35 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:53935) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qhl3C-0000W5-Jz for help-gnu-emacs@gnu.org; Fri, 15 Jul 2011 12:15:39 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qhl3B-0008NR-3r for help-gnu-emacs@gnu.org; Fri, 15 Jul 2011 12:15:38 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:60744) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qhl3A-0008NH-Lu for help-gnu-emacs@gnu.org; Fri, 15 Jul 2011 12:15:36 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Qhl37-0005FH-PO for help-gnu-emacs@gnu.org; Fri, 15 Jul 2011 18:15:33 +0200 Original-Received: from tsdh.uni-koblenz.de ([141.26.67.142]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Jul 2011 18:15:33 +0200 Original-Received: from tassilo by tsdh.uni-koblenz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Jul 2011 18:15:33 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 15 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: tsdh.uni-koblenz.de User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:vYG1Y2on9hiePAYXm3ygzOKFotM= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 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:81599 Archived-At: Pedro Sa Costa writes: Hi Pedro, > I would like to change the autocompletion shortcut (M-/) im emacs to > (M- _). How can I do that? Put (global-set-key (kbd "M-_") 'dabbrev-expand) into your .emacs. Bye, Tassilo