From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-mode-abbrevs-table and text-mode-abbrevs-table Date: Sat, 19 Apr 2008 07:15:23 +0200 Message-ID: References: <87prsowift.fsf@poczta.po.opole.pl> Mime-Version: 1.0 (Apple Message framework v919.2) Content-Type: multipart/mixed; boundary="===============1752555397==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jn5QF-0005Xh-0j for emacs-orgmode@gnu.org; Sat, 19 Apr 2008 01:15:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jn5QA-0005X8-Lp for emacs-orgmode@gnu.org; Sat, 19 Apr 2008 01:15:34 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jn5QA-0005X5-Dt for emacs-orgmode@gnu.org; Sat, 19 Apr 2008 01:15:30 -0400 Received: from fg-out-1718.google.com ([72.14.220.159]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jn5QA-00020B-3c for emacs-orgmode@gnu.org; Sat, 19 Apr 2008 01:15:30 -0400 Received: by fg-out-1718.google.com with SMTP id d23so1202204fga.30 for ; Fri, 18 Apr 2008 22:15:28 -0700 (PDT) In-Reply-To: <87prsowift.fsf@poczta.po.opole.pl> 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: Seweryn Kokot Cc: emacs-orgmode@gnu.org --===============1752555397== Content-Type: multipart/alternative; boundary=Apple-Mail-1-494173437 --Apple-Mail-1-494173437 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit On Apr 17, 2008, at 6:32 PM, Seweryn Kokot wrote: > Hello, > > I would like to have the same abbrevs in org-mode and text-mode. > I defined text-mode-abbrev-table, but the abbrevs are invisible in > org-mode. I > know that message-mode inherits abbrevs from text-mode and it would > be nice to > have the same behaviour for org-mode. Any idea how to solve the > problem? > > Best regards. > Seweryn Kokot Hi Seweryn, this would be (add-hook 'org-mode-hook (lambda () (setq local-abbrev-table text-mode-abbrev-table))) This could be done by default, but people use Org for so many different things that I do not want to impose this. - Carsten --Apple-Mail-1-494173437 Content-Type: text/html; charset=US-ASCII Content-Transfer-Encoding: quoted-printable
On Apr 17, 2008, = at 6:32 PM, Seweryn Kokot wrote:
Hello,

I would like to have the same abbrevs in = org-mode and text-mode.
I defined text-mode-abbrev-table, but the = abbrevs are invisible in org-mode. I
know that message-mode inherits = abbrevs from text-mode and it would be nice to
have the same = behaviour for org-mode. Any idea how to solve the problem?

Best = regards.
Seweryn Kokot


Hi = Seweryn,


  (lambda () (setq = local-abbrev-table text-mode-abbrev-table)))

This could be done by default, = but people use Org for so many
different things that I do = not want to impose this.

- = Carsten

= --Apple-Mail-1-494173437-- --===============1752555397== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============1752555397==--