From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Francis Litterio Newsgroups: gmane.emacs.devel Subject: Re: Patch to fix error in Emacs-Lisp Reference Manual Date: Thu, 13 Jan 2005 10:38:36 -0500 Message-ID: References: <200501131501.j0DF1c312385@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1105631393 18087 80.91.229.6 (13 Jan 2005 15:49:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 13 Jan 2005 15:49:53 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 13 16:49:44 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Cp7EE-0006Cl-00 for ; Thu, 13 Jan 2005 16:49:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cp7Ps-0004Fj-Fj for ged-emacs-devel@m.gmane.org; Thu, 13 Jan 2005 11:01:44 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cp7NI-0003dl-UQ for emacs-devel@gnu.org; Thu, 13 Jan 2005 10:59:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Cp7N0-0003TC-Et for emacs-devel@gnu.org; Thu, 13 Jan 2005 10:58:46 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cp7N0-0003S7-AI for emacs-devel@gnu.org; Thu, 13 Jan 2005 10:58:46 -0500 Original-Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cp76P-00062t-Ex for emacs-devel@gnu.org; Thu, 13 Jan 2005 10:41:37 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1Cp76N-0001hc-00 for ; Thu, 13 Jan 2005 16:41:35 +0100 Original-Received: from brick.estc.com ([209.27.151.2]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 13 Jan 2005 16:41:35 +0100 Original-Received: from franl by brick.estc.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 13 Jan 2005 16:41:35 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 35 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: brick.estc.com X-Draft-From: ("nntp+news.gmane.org:gmane.emacs.devel" 32196) Gcc: nnfolder:sent-usenet X-Random-Quote: I hear and I forget. I see and I remember. I do and I understand. -- Confucius User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (windows-nt) Cancel-Lock: sha1:A7xNq9od5ecAnaHGSV5t8maUx/0= X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:32197 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:32197 Luc Teirlinck wrote: > In other words, `overriding-local-map' _overrides_ the minor mode > keymaps and the local map. If it is non-nil, it is called before the > _global_ map, and _not_ before the minor mode maps, which are not > called at all. Yes. Sorry. That was my mistake. > *** keymaps.texi 13 Jan 2005 07:53:17 -0600 1.54 > --- keymaps.texi 13 Jan 2005 08:33:29 -0600 > *************** > *** 566,572 **** > supply a binding for the key, Emacs searches the local map; if that too > has no binding, Emacs then searches the global map. However, if > @code{overriding-local-map} is non-@code{nil}, Emacs searches that map > ! first, before the minor mode maps. > > @cindex major mode keymap > Since every buffer that uses the same major mode normally uses the > --- 566,573 ---- > supply a binding for the key, Emacs searches the local map; if that too > has no binding, Emacs then searches the global map. However, if > @code{overriding-local-map} is non-@code{nil}, Emacs searches that map > ! first, before the before the global map and ignores the minor mode > ! maps and the local map. > > @cindex major mode keymap > Since every buffer that uses the same major mode normally uses the Does a non-nil overriding-local-map also override text property and overlay keymaps? -- Francis Litterio franl world . std . com