From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: text-mode-abbrev-table default? Date: Wed, 28 Oct 2009 16:30:32 +0100 Message-ID: <0039E199-5A6C-42E2-A4D9-A6EEBE6381B7@gmail.com> References: <4AE769DC.1080604@online.de> <842ECF42-DA84-4EDA-801C-71F1F80B1695@gmail.com> 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 1N3AU0-0007sE-W2 for emacs-orgmode@gnu.org; Wed, 28 Oct 2009 11:30:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N3ATv-0007lo-Lx for emacs-orgmode@gnu.org; Wed, 28 Oct 2009 11:30:44 -0400 Received: from [199.232.76.173] (port=42595 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N3ATv-0007lZ-EP for emacs-orgmode@gnu.org; Wed, 28 Oct 2009 11:30:39 -0400 Received: from ey-out-1920.google.com ([74.125.78.147]:10323) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N3ATv-0004G8-3l for emacs-orgmode@gnu.org; Wed, 28 Oct 2009 11:30:39 -0400 Received: by ey-out-1920.google.com with SMTP id 3so1151214eyh.34 for ; Wed, 28 Oct 2009 08:30:35 -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 On Oct 28, 2009, at 11:32 AM, Leo wrote: > On 2009-10-28 09:19 +0000, Carsten Dominik wrote: >> 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? > > It seems natural to `define-abbrev-table' org-mode-abbrev-table with > text-mode-abbrev-table being its parent ;) Hmm, after reconsidering, I think you are right. How exactly would that look like? Should that be a top-level form in org.el? And should I then define org-mode with :abbrev-table org-mode-abbrev- table ? Just make me a patch, and I will apply it. Thanks. - Carsten