From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: pabbrev Date: Mon, 17 Sep 2007 13:44:53 +0200 Message-ID: <96811d1a0378d2c3c146baf980019b67@science.uva.nl> References: Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IXF2B-0002kq-U7 for emacs-orgmode@gnu.org; Mon, 17 Sep 2007 07:44:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IXF28-0002iy-Ty for emacs-orgmode@gnu.org; Mon, 17 Sep 2007 07:44:59 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IXF28-0002ik-P1 for emacs-orgmode@gnu.org; Mon, 17 Sep 2007 07:44:56 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IXF28-0007QW-D4 for emacs-orgmode@gnu.org; Mon, 17 Sep 2007 07:44:56 -0400 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: Kevin Brubeck Unhammer Cc: emacs-orgmode@gnu.org On Sep 17, 2007, at 9:41, Kevin Brubeck Unhammer wrote: > Hi all, > > I just discovered pabbrev-mode > (http://homepages.cs.ncl.ac.uk/phillip.lord/download/emacs/ > pabbrev.el), which seems really great, but in org-mode (5.09) the > suggestions don't show up until i press TAB twice (meaning that if > there are several suggestions, I have to press 0-9 to choose one each > time). Does anyone know of a way to get it to work alright with > org-mode? (I understand that the TAB key is "taken" for view-cycling > when in headlines, but I can't see any good reason why the suggestions > shouldn't automatically show up in org-mode...) I am curious if you find this useful after a while, Phillip himself says that it is more useful for programming than for writing text. It works much better for repetitive text than for expressive text. I *think* you need to add org-self-insert-command and (if you use orgtbl-mode) orgtbl-selt-insert-command to the list in pabbrev-expand-after-command-list. - Carsten