From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Pawel Newsgroups: gmane.emacs.help Subject: abbrevs are not expanded with in debugger(gud) mode Date: Wed, 11 Jul 2007 18:22:03 +0200 Message-ID: <18069.939.637912.214792@localhost.localdomain> References: <18069.500.587850.602026@localhost.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1184170815 29762 80.91.229.12 (11 Jul 2007 16:20:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 11 Jul 2007 16:20:15 +0000 (UTC) To: emacs mailing list Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jul 11 18:20:14 2007 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 1I8evD-00062d-QQ for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Jul 2007 18:20:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I8evD-0008Kq-9H for geh-help-gnu-emacs@m.gmane.org; Wed, 11 Jul 2007 12:20:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I8eue-0008AJ-3S for help-gnu-emacs@gnu.org; Wed, 11 Jul 2007 12:19:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I8euc-00089Z-I5 for help-gnu-emacs@gnu.org; Wed, 11 Jul 2007 12:19:35 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I8euc-00089T-Cr for help-gnu-emacs@gnu.org; Wed, 11 Jul 2007 12:19:34 -0400 Original-Received: from cg-01.tenbit.pl ([213.180.131.136] helo=tenbit.pl) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I8eub-0006x9-Ps for help-gnu-emacs@gnu.org; Wed, 11 Jul 2007 12:19:34 -0400 Original-Received: from [157.25.157.162] (account paulino90 HELO localhost.localdomain) by tenbit.pl (CommuniGate Pro SMTP 4.1.8) with ESMTP id 58973735 for help-gnu-emacs@gnu.org; Wed, 11 Jul 2007 18:19:04 +0200 In-Reply-To: <18069.500.587850.602026@localhost.localdomain> X-MAILER: KMail/1.7.1 X-detected-kernel: Solaris 8 (1) 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:45610 Archived-At: Pawel writes: > Hallo group members. > I added the following abbrev to debugger (gud) mode. > > (define-abbrev gud-mode-abbrev-table "ir" "info reg ") > > It is expanded using C-x a e, so it got "installed" properly. > > Unfortunatelly does not expand it. > > Just to compare, I added the same abbrev to c-mode and expansion with works fine there. > > In both the modes, key is handled by: > self-insert-command > > In both the modes, belongs to " " class ( Command:(string (char-syntax ?\ )), returns " " for both the modes). > > Have You got idea what is the reason? > > Regards, > Pawel. > > > _______________________________________________ > help-gnu-emacs mailing list > help-gnu-emacs@gnu.org > http://lists.gnu.org/mailman/listinfo/help-gnu-emacs I just got the reason. abbrev-mode was set to nil in *gud* Sorry for bothering Regards, Pawel