From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Roehler Subject: text-mode-abbrev-table default? Date: Tue, 27 Oct 2009 22:45:00 +0100 Message-ID: <4AE769DC.1080604@online.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N2sv0-0004Bg-5I for emacs-orgmode@gnu.org; Tue, 27 Oct 2009 16:45:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N2suv-00045D-Je for emacs-orgmode@gnu.org; Tue, 27 Oct 2009 16:45:25 -0400 Received: from [199.232.76.173] (port=53667 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N2suv-000451-FJ for emacs-orgmode@gnu.org; Tue, 27 Oct 2009 16:45:21 -0400 Received: from moutng.kundenserver.de ([212.227.126.187]:57352) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N2suu-0007ZY-Tf for emacs-orgmode@gnu.org; Tue, 27 Oct 2009 16:45:21 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Mailinglist Hi, with abbrev-mode, org-mode made his own (org-mode-abbrev-table) - empty, which was unconvenient, as I declared a lot of abbrevs in text-mode already. Solved it by (add-hook 'org-mode-hook '(lambda () (setq local-abbrev-table text-mode-abbrev-table))) However, as org-mode is a text-mode, why not use `text-mode-abbrev-table' by default? Thanks Andreas -- https://code.launchpad.net/s-x-emacs-werkstatt/ http://bazaar.launchpad.net/~a-roehler/python-mode/python-mode.el/