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

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

abbrev mode not working


From: Florian Lindner
Subject: abbrev mode not working
Date: Wed, 16 Apr 2014 10:18:18 +0200
User-agent: Roundcube Webmail/0.9.5

Hello,

on emacs 24.3.1 I have trouble using the abbrev mode.

emacs -Q
M-x python-mode
M-x abbrev-mode

typing "pdb", nothing happens.

Though my ~/.emacs.d/abbrev_defs contains:

;;-*-coding: utf-8;-*-

(define-abbrev-table 'python-mode-abbrev-table
  '(
    ("pdb" "pdb.set_trace()" nil 0)
   ))


If starting emacs without -Q behaviour is the same. Saving the abbrevs to the global-abbrev-table does not make a difference either.

What could be wrong there?

Thanks!



reply via email to

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