help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

abbrevs are not expanded with <SPC> in debugger(gud) mode


From: Pawel
Subject: abbrevs are not expanded with <SPC> in debugger(gud) mode
Date: Wed, 11 Jul 2007 18:22:03 +0200

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 <SPC> does not expand it.
 > 
 > Just to compare, I added the same abbrev to c-mode and expansion with <SPC> 
 > works fine there.
 > 
 > In both the modes, <SPC> key is handled by:
 > self-insert-command
 > 
 > In both the modes, <SPC> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]