From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?Peter_M=C3=BCnster?= Newsgroups: gmane.emacs.help Subject: Re: Rebinding keys Date: Mon, 25 Mar 2013 16:59:22 +0100 Message-ID: <87sj3ja2sl.fsf@micropit.couberia.selfip.net> References: <87boa7k23g.fsf@scipolis.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1364227195 31746 80.91.229.3 (25 Mar 2013 15:59:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Mar 2013 15:59:55 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 25 17:00:22 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 1UK9os-0005oJ-5m for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Mar 2013 17:00:22 +0100 Original-Received: from localhost ([::1]:43771 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK9oU-0000Ee-EA for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Mar 2013 11:59:58 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:51473) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK9oE-0008VP-BI for help-gnu-emacs@gnu.org; Mon, 25 Mar 2013 11:59:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UK9oA-0004qs-JC for help-gnu-emacs@gnu.org; Mon, 25 Mar 2013 11:59:42 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:48982) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK9oA-0004qV-Ct for help-gnu-emacs@gnu.org; Mon, 25 Mar 2013 11:59:38 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UK9oS-0005JA-I5 for help-gnu-emacs@gnu.org; Mon, 25 Mar 2013 16:59:56 +0100 Original-Received: from arennes-651-1-166-104.w86-214.abo.wanadoo.fr ([86.214.173.104]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Mar 2013 16:59:56 +0100 Original-Received: from pmlists by arennes-651-1-166-104.w86-214.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Mar 2013 16:59:56 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 13 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: arennes-651-1-166-104.w86-214.abo.wanadoo.fr User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2 (gnu/linux) Cancel-Lock: sha1:N2cgcInM5e1si+tB0euiCplPbyU= 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:89737 Archived-At: On Mon, Mar 25 2013, Nicolas Neuss wrote: > for rebinding Umlaute keys on a German keyboard to bindings which are > more useful for LaTeX, I tried the following > > (global-set-key (kbd "ä") '(lambda () (interactive) (insert "]"))) Hi, Why is (insert "]") more useful than "ä"? -- Peter