From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chris Seberino Newsgroups: gmane.emacs.help Subject: Re: Why some key binding don't work in Latex mode but they do in other modes? How fix? Date: Mon, 14 Jan 2013 08:09:11 -0800 (PST) Message-ID: <8a71a8dc-ef44-4470-bd90-2d2b9dc45d7f@n9g2000yqf.googlegroups.com> References: <8738y5cty0.fsf@kuiper.lan.informatimago.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1358179820 19783 80.91.229.3 (14 Jan 2013 16:10:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 14 Jan 2013 16:10:20 +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 Jan 14 17:10:38 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 1TumcO-00081i-Ms for geh-help-gnu-emacs@m.gmane.org; Mon, 14 Jan 2013 17:10:36 +0100 Original-Received: from localhost ([::1]:60798 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tumc8-00018i-Cd for geh-help-gnu-emacs@m.gmane.org; Mon, 14 Jan 2013 11:10:20 -0500 X-Received: by 10.224.72.199 with SMTP id n7mr53623952qaj.5.1358179751571; Mon, 14 Jan 2013 08:09:11 -0800 (PST) Original-Received: by 10.49.15.38 with SMTP id u6mr15444590qec.8.1358179751546; Mon, 14 Jan 2013 08:09:11 -0800 (PST) Original-Path: usenet.stanford.edu!p13no1822551qai.0!news-out.google.com!k2ni225qap.0!nntp.google.com!p13no1842260qai.0!postnews.google.com!n9g2000yqf.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: n9g2000yqf.googlegroups.com; posting-host=74.194.237.26; posting-account=VkuUtQkAAADKqMjRUmZTNs7a8uCSNNy2 Original-NNTP-Posting-Host: 74.194.237.26 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:18.0) Gecko/20100101 Firefox/18.0,gzip(gfe) Injection-Date: Mon, 14 Jan 2013 16:09:11 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:196307 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:88607 Archived-At: On Jan 13, 3:29=A0am, "Pascal J. Bourguignon" wrote: > But you still can bind any key you want, just be prepared to have them > shadowed. =A0Since you can always access any command thru M-x, you can > also write your own command to reset your binding. So there is no way to "force" keybindings to avoid "shadowing" in all modes? If I insisted on binding arbitrary keys I must "unshadow" them for each mode separately? cs