From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: etay.meiri@gmail.com Newsgroups: gmane.emacs.help Subject: Key binding in local keymap problem Date: Tue, 9 Sep 2008 13:18:25 -0700 (PDT) Organization: http://groups.google.com Message-ID: <0811e68c-504a-4a57-971c-7681d433528b@x35g2000hsb.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1220992922 20181 80.91.229.12 (9 Sep 2008 20:42:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 9 Sep 2008 20:42:02 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 09 22:42:58 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KdA2l-0001N3-Ek for geh-help-gnu-emacs@m.gmane.org; Tue, 09 Sep 2008 22:42:36 +0200 Original-Received: from localhost ([127.0.0.1]:42404 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KdA1k-0004v9-Kc for geh-help-gnu-emacs@m.gmane.org; Tue, 09 Sep 2008 16:41:32 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!x35g2000hsb.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 79 Original-NNTP-Posting-Host: 217.132.131.2 Original-X-Trace: posting.google.com 1220991506 24798 127.0.0.1 (9 Sep 2008 20:18:26 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 9 Sep 2008 20:18:26 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: x35g2000hsb.googlegroups.com; posting-host=217.132.131.2; posting-account=aYPwpgoAAABJuXxIZDkDtoDErg2phi4C User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.1) Gecko/2008071615 Fedora/3.0.1-1.fc9 Firefox/3.0.1,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:162025 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:57368 Archived-At: Hi, I have the following line in my .emacs: (define-key gud-mode-map [f9] 'gud-break) and I get an error that the value of gud-mode-map is void. Here's the full log: ("/usr/bin/emacs-22.2") Loading /usr/share/emacs/site-lisp/site-start.d/focus-init.el (source)...done Loading /usr/share/emacs/site-lisp/site-start.d/igrep-init.el (source)...done Loading /usr/share/emacs/site-lisp/site-start.d/php-mode-init.el (source)...done Loading /usr/share/emacs/site-lisp/site-start.d/po-mode-init.el (source)...done Loading /usr/share/emacs/site-lisp/site-start.d/rpm-spec-mode-init.el (source)...done Loading advice...done Loading dired-x...done Loading /home/cl/.recentf...done Cleaning up the recentf list...done (0 removed) Loading ido...done Loading cua-base...done Loading /home/cl/.emacs_packages/cedet-1.0pre4/common/cedet.el (source)... "/home/cl/.emacs_packages/cedet-1.0pre4/common/" added to `load-path' Loading cl-macs...done "/home/cl/.emacs_packages/cedet-1.0pre4/cogre" added to `load-path' "/home/cl/.emacs_packages/cedet-1.0pre4/ede" added to `load-path' "/home/cl/.emacs_packages/cedet-1.0pre4/eieio" added to `load-path' "/home/cl/.emacs_packages/cedet-1.0pre4/semantic" added to `load-path' "/home/cl/.emacs_packages/cedet-1.0pre4/speedbar" added to `load-path' "/home/cl/.emacs_packages/cedet-1.0pre4/contrib" added to `load-path' Setting up cedet...done Setting up cogre...done Setting up ede... Loading ede... !! File eieio uses old-style backquotes !! Loading ede-speedbar...done Loading ede...done Setting up ede...done Setting up eieio...done Setting up semantic... Loading derived...done Setting up semantic...done Setting up speedbar...done Setting up cedet-contrib...done Loading /home/cl/.emacs_packages/cedet-1.0pre4/common/cedet.el (source)...done Loading semantic-idle...done Loading senator... Loading ring...done Loading senator...done Loading /home/cl/.emacs_packages/cedet-1.0pre4/common/cedet.el (source)... "/home/cl/.emacs_packages/cedet-1.0pre4/common/" added to `load-path' Setting up cedet...done Setting up cogre...done Setting up ede...done Setting up eieio...done Setting up semantic...done Setting up speedbar...done Setting up cedet-contrib...done Loading /home/cl/.emacs_packages/cedet-1.0pre4/common/cedet.el (source)...done An error has occurred while loading `/home/cl/.emacs': Symbol's value as variable is void: gud-mode-map Any idea? Thanks, -Etay