From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Florian Lindner Newsgroups: gmane.emacs.help Subject: Re: abbrev mode not working Date: Sun, 20 Apr 2014 15:39:55 +0200 Message-ID: <12052970.tkrmUIJGVB@horus> References: <53522858.1070407@easy-emacs.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1398001238 17130 80.91.229.3 (20 Apr 2014 13:40:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 20 Apr 2014 13:40:38 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Apr 20 15:40:31 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 1Wbryw-0000I8-TV for geh-help-gnu-emacs@m.gmane.org; Sun, 20 Apr 2014 15:40:31 +0200 Original-Received: from localhost ([::1]:45634 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wbryw-0001n7-IY for geh-help-gnu-emacs@m.gmane.org; Sun, 20 Apr 2014 09:40:30 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52881) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WbryX-0001hg-Ha for help-gnu-emacs@gnu.org; Sun, 20 Apr 2014 09:40:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WbryQ-00067V-2L for help-gnu-emacs@gnu.org; Sun, 20 Apr 2014 09:40:05 -0400 Original-Received: from astarte.centershock.net ([5.45.98.111]:59533) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WbryP-00067O-Sy for help-gnu-emacs@gnu.org; Sun, 20 Apr 2014 09:39:58 -0400 Original-Received: from horus.localnet (p54B8C8D9.dip0.t-ipconnect.de [84.184.200.217]) by astarte.centershock.net (Postfix) with ESMTPSA id 96415FF821 for ; Sun, 20 Apr 2014 15:39:54 +0200 (CEST) User-Agent: KMail/4.13 (Linux/3.14.1-1-ARCH; KDE/4.13.0; x86_64; ; ) In-Reply-To: <53522858.1070407@easy-emacs.de> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 5.45.98.111 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:97260 Archived-At: Am Samstag, 19. April 2014, 09:40:08 schrieb Andreas R=C3=B6hler: > 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 >=20 > This toggles abbrev-mode. > If abbrev-mode was on by init, it's now off. That's why I invoked emacs using -Q. =20 > What does the status bare tell WRT abbrev-mode? i enabled abbrev-mode, Abbrev is shown in the status bar. > > typing "pdb", nothing happens. >=20 > Just typing an abbrev does nothing. Needs to expand, for exam= ple. Sure. > > Though my ~/.emacs.d/abbrev_defs contains: > > > > ;;-*-coding: utf-8;-*- > > > > (define-abbrev-table 'python-mode-abbrev-table > > '( > > ("pdb" "pdb.set_trace()" nil 0) > > )) > Does this solve it already? Sorry, no. Thanks! Florian