From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?QW5kcmVhcyBSw7ZobGVy?= Newsgroups: gmane.emacs.help Subject: Re: abbrev mode not working Date: Sat, 19 Apr 2014 09:40:08 +0200 Message-ID: <53522858.1070407@easy-emacs.de> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1397892962 1337 80.91.229.3 (19 Apr 2014 07:36:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 19 Apr 2014 07:36: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 Sat Apr 19 09:35:55 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WbPoY-0008Rt-RR for geh-help-gnu-emacs@m.gmane.org; Sat, 19 Apr 2014 09:35:54 +0200 Original-Received: from localhost ([::1]:41200 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WbPoY-0003sT-9K for geh-help-gnu-emacs@m.gmane.org; Sat, 19 Apr 2014 03:35:54 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34151) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WbPoH-0003sN-Ux for help-gnu-emacs@gnu.org; Sat, 19 Apr 2014 03:35:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WbPoA-0004Nm-EK for help-gnu-emacs@gnu.org; Sat, 19 Apr 2014 03:35:37 -0400 Original-Received: from moutng.kundenserver.de ([212.227.126.187]:57244) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WbPoA-0004NY-4L for help-gnu-emacs@gnu.org; Sat, 19 Apr 2014 03:35:30 -0400 Original-Received: from purzel.sitgens (brln-4d0c56e7.pool.mediaWays.net [77.12.86.231]) by mrelayeu.kundenserver.de (node=mreue007) with ESMTP (Nemesis) id 0M9iEF-1WnCpm3fVX-00D1vr; Sat, 19 Apr 2014 09:35:27 +0200 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 In-Reply-To: X-Provags-ID: V02:K0:LlYC75iD1GCFRuRRdrO5u/xUIwXUfFaI64x318GJ5V+ jPkcToHYfXHgDaOwBbY7aqC1x2phzStso5BJUAulKI5DA46eLa wP5xVbMBANONAcYvnCIuEWYunnegsFuSa9BpdZXzV4zqm/2rbK nV5/8AlKXdzSYhMDEQAMKc06kcycwowU5Jg/nr4HH0+z4HndHe EolDuMkptBnVpRbZEEIqLOeproWxVnlxsZkyV8gCXsFcWMhrT/ i+7iykdZmJgMqgLLuukVeHFe8VQtvr1Tj7Q6Oi6h0XDpqao0nc Kdq9bDKTk/62C0awaxFvrKh/O1rlUu9+rvfD5NDz09fq2S4ekm ax5FKqJJy0RqCDpRudbZz7ET5upxkQJqYvX/x1EQD X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.126.187 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:97218 Archived-At: Am 16.04.2014 10:18, schrieb Florian Lindner: > Hello, > > on emacs 24.3.1 I have trouble using the abbrev mode. > > emacs -Q > M-x python-mode > M-x abbrev-mode This toggles abbrev-mode. If abbrev-mode was on by init, it's now off. What does the status bare tell WRT abbrev-mode? > > typing "pdb", nothing happens. Just typing an abbrev does nothing. Needs to expand, for example. > > 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! > > Does this solve it already? Andreas