From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: text-mode-abbrev-table default? Date: Wed, 28 Oct 2009 10:19:06 +0100 Message-ID: <842ECF42-DA84-4EDA-801C-71F1F80B1695@gmail.com> References: <4AE769DC.1080604@online.de> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N34gW-0000kw-8d for emacs-orgmode@gnu.org; Wed, 28 Oct 2009 05:19:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N34gR-0000eq-HG for emacs-orgmode@gnu.org; Wed, 28 Oct 2009 05:19:15 -0400 Received: from [199.232.76.173] (port=50367 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N34gR-0000ei-9w for emacs-orgmode@gnu.org; Wed, 28 Oct 2009 05:19:11 -0400 Received: from mail-ew0-f228.google.com ([209.85.219.228]:57035) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N34gQ-0007AE-Vc for emacs-orgmode@gnu.org; Wed, 28 Oct 2009 05:19:11 -0400 Received: by ewy28 with SMTP id 28so583718ewy.42 for ; Wed, 28 Oct 2009 02:19:10 -0700 (PDT) In-Reply-To: <4AE769DC.1080604@online.de> 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: Andreas Roehler Cc: emacs-orgmode Mailinglist On Oct 27, 2009, at 10:45 PM, Andreas Roehler wrote: > > 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? Because if I do tis by default, someone if going to want to have a separate table.... :-) You solution is good - a nice snippet for a FAQ, maybe? - Carsten