From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "T. V. Raman" Newsgroups: gmane.emacs.devel Subject: emacs/cvs: keybindings broken Date: Fri, 20 Jun 2008 06:15:34 -0700 Message-ID: <18523.44406.756409.415362@gargle.gargle.HOWL> Reply-To: raman@users.sf.net NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1213967762 19000 80.91.229.12 (20 Jun 2008 13:16:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Jun 2008 13:16:02 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 20 15:16:47 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K9gTg-00083Q-GH for ged-emacs-devel@m.gmane.org; Fri, 20 Jun 2008 15:16:32 +0200 Original-Received: from localhost ([127.0.0.1]:46493 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9gSr-0007Jo-Dz for ged-emacs-devel@m.gmane.org; Fri, 20 Jun 2008 09:15:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K9gSn-0007Jj-I1 for emacs-devel@gnu.org; Fri, 20 Jun 2008 09:15:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K9gSm-0007JR-UZ for emacs-devel@gnu.org; Fri, 20 Jun 2008 09:15:37 -0400 Original-Received: from [199.232.76.173] (port=35038 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K9gSm-0007JN-RJ for emacs-devel@gnu.org; Fri, 20 Jun 2008 09:15:36 -0400 Original-Received: from qmta07.westchester.pa.mail.comcast.net ([76.96.62.64]:49913) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K9gSm-0001Q3-J4 for emacs-devel@gnu.org; Fri, 20 Jun 2008 09:15:36 -0400 Original-Received: from OMTA04.westchester.pa.mail.comcast.net ([76.96.62.35]) by QMTA07.westchester.pa.mail.comcast.net with comcast id gBW41Z0030ldTLk5706K00; Fri, 20 Jun 2008 13:15:35 +0000 Original-Received: from localhost ([71.202.191.236]) by OMTA04.westchester.pa.mail.comcast.net with comcast id gDFb1Z00356Ur8v3QDFbhA; Fri, 20 Jun 2008 13:15:35 +0000 X-Authority-Analysis: v=1.0 c=1 a=2z1OXlWFAAAA:8 a=NtahODrPNyeG5Yz7SvIA:9 a=5gceLYzqGU2FNK86fvQA:7 a=DsikVoV_mbepACLYtmbWxQ9MctsA:4 a=5o1NfpFvE1MA:10 a=MSl-tDqOz04A:10 a=XF7b4UCPwd8A:10 Original-Received: by localhost (Postfix, from userid 1000) id C2CB812A41A8; Fri, 20 Jun 2008 06:15:34 -0700 (PDT) X-Mailer: VM 8.1.0-devo-509 under Emacs 23.0.60.5 (i686-pc-linux-gnu) x-attribution: tvr X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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: news.gmane.org gmane.emacs.devel:99527 Archived-At: This is when running on the Linux console. A large number of builtin define-key deefinitions from emacs appear to not work, cant tell what is special about the ones that dont work. But here are some examples: 0) Run M-x mspools -- and notice that 'n' 'p' and 'q' dont get bound, they show up in the keymap mspools-mode-map as cons cells. If you then do a define-key explicitly (define-key mspools-map "q" 'mspools-quit) it works, examining the keymap shows that the binding is inserted in the array at the front. Ditto with respect to calendar: notice that 'S' is no longer invokes the sunrise/sunset command. -- Best Regards, --raman Email: raman@users.sf.net WWW: http://emacspeak.sf.net/raman/ AIM: emacspeak GTalk: tv.raman.tv@gmail.com PGP: http://emacspeak.sf.net/raman/raman-almaden.asc Google: tv+raman IRC: irc://irc.freenode.net/#emacs