all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* abbrev mode not working
@ 2014-04-16  8:18 Florian Lindner
  2014-04-19  7:40 ` Andreas Röhler
  0 siblings, 1 reply; 6+ messages in thread
From: Florian Lindner @ 2014-04-16  8:18 UTC (permalink / raw)
  To: help-gnu-emacs

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!



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-04-21  9:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-16  8:18 abbrev mode not working Florian Lindner
2014-04-19  7:40 ` Andreas Röhler
2014-04-20 13:39   ` Florian Lindner
2014-04-21  8:34     ` Andreas Röhler
2014-04-21  9:41       ` Andreas Röhler
     [not found]   ` <mailman.19922.1398001214.10748.help-gnu-emacs@gnu.org>
2014-04-20 13:50     ` Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.