From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: text-mode-abbrev-table default? Date: Thu, 29 Oct 2009 18:19:40 +0100 Message-ID: References: <4AE769DC.1080604@online.de> <842ECF42-DA84-4EDA-801C-71F1F80B1695@gmail.com> <0039E199-5A6C-42E2-A4D9-A6EEBE6381B7@gmail.com> <77B13FBE-A9E3-4B96-9DB9-ED53CF3BCA0D@gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N3YfE-0005m4-JO for emacs-orgmode@gnu.org; Thu, 29 Oct 2009 13:19:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N3YfA-0005km-23 for emacs-orgmode@gnu.org; Thu, 29 Oct 2009 13:19:56 -0400 Received: from [199.232.76.173] (port=43461 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N3Yf9-0005ki-IS for emacs-orgmode@gnu.org; Thu, 29 Oct 2009 13:19:51 -0400 Received: from mail-ew0-f221.google.com ([209.85.219.221]:61183) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N3Yf9-0002KB-7Q for emacs-orgmode@gnu.org; Thu, 29 Oct 2009 13:19:51 -0400 Received: by ewy21 with SMTP id 21so2169596ewy.32 for ; Thu, 29 Oct 2009 10:19:49 -0700 (PDT) In-Reply-To: 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: Leo Cc: emacs-orgmode@gnu.org You are right, it is probably not necessary. - Carsten On Oct 29, 2009, at 6:04 PM, Leo wrote: > On 2009-10-29 11:48 +0000, Carsten Dominik wrote: >> Applied, thanks. > > 4144 (eval-after-load "abbrev" > 4145 '(when (fboundp 'abbrev-table-put) > 4146 (abbrev-table-put org-mode-abbrev-table > 4147 :parents (list text-mode-abbrev-table)))) > > Is eval-after-load "abbrev" necessary? > > abbrev is preloaded on Emacs both 22 and 23, and xemacs 21.4.21. > > Best, > > Leo - Carsten