From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas =?iso-8859-1?q?R=F6hler?= Newsgroups: gmane.emacs.help Subject: Re: dabbrev problem... Date: Fri, 14 Sep 2007 16:24:54 +0200 Message-ID: <200709141624.55236.andreas.roehler@online.de> References: <1189713098.097690.296390@22g2000hsm.googlegroups.com> <1189773578.932094.215980@g4g2000hsf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1189779773 26046 80.91.229.12 (14 Sep 2007 14:22:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 14 Sep 2007 14:22:53 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 14 16:22:51 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IWC4D-00083k-L8 for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Sep 2007 16:22:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IWC4C-0000t2-RA for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Sep 2007 10:22:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IWC3v-0000r4-D1 for help-gnu-emacs@gnu.org; Fri, 14 Sep 2007 10:22:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IWC3s-0000lR-PR for help-gnu-emacs@gnu.org; Fri, 14 Sep 2007 10:22:27 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IWC3s-0000lH-KC for help-gnu-emacs@gnu.org; Fri, 14 Sep 2007 10:22:24 -0400 Original-Received: from moutng.kundenserver.de ([212.227.126.188]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IWC3s-0007yb-6q for help-gnu-emacs@gnu.org; Fri, 14 Sep 2007 10:22:24 -0400 Original-Received: from p54BE8BC3.dip0.t-ipconnect.de [84.190.139.195] (helo=karton) by mrelayeu.kundenserver.de (node=mrelayeu3) with ESMTP (Nemesis), id 0MKxQS-1IWC3r0xM1-0008BN; Fri, 14 Sep 2007 16:22:23 +0200 User-Agent: KMail/1.8.2 In-Reply-To: <1189773578.932094.215980@g4g2000hsf.googlegroups.com> Content-Disposition: inline X-Provags-ID: V01U2FsdGVkX19GvDWGGUBgQlItKEMZa+4fqHx0c7xyjwHT1oi P+1NJr7foQx5A9cP48ELu4boVT6egMrsd+aNPxhuYN2ZuKQ1oW YN4uWim6sd3IEs4CdWKxA== X-Detected-Kernel: Linux 2.6? (barebone, rare!) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:47593 Archived-At: Am Freitag, 14. September 2007 14:39 schrieb cons: > (defun complete-further (arg) > =A0 "Insert space and then call dabbrev-expand." > =A0 (interactive "*P") > =A0 (insert " ") > =A0 (dabbrev-expand arg)) Just take a lesser "p" and it will do. =A0 (interactive "*p") Andreas R=F6hler