From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jambunathan K Newsgroups: gmane.emacs.help Subject: Re: hippie-expand/dabbrev-expand: how to select a previous expansion? Date: Thu, 19 Jul 2012 23:37:06 +0530 Message-ID: <81394nvd4l.fsf@gmail.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1342721260 24366 80.91.229.3 (19 Jul 2012 18:07:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 19 Jul 2012 18:07:40 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Raffaele Ricciardi Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 19 20:07:38 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Srv8R-0002Qs-UU for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Jul 2012 20:07:36 +0200 Original-Received: from localhost ([::1]:43306 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Srv8R-0006Ab-5b for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Jul 2012 14:07:35 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:45154) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Srv8I-0006AG-IU for help-gnu-emacs@gnu.org; Thu, 19 Jul 2012 14:07:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Srv8D-0002U9-EQ for help-gnu-emacs@gnu.org; Thu, 19 Jul 2012 14:07:26 -0400 Original-Received: from mail-pb0-f41.google.com ([209.85.160.41]:53881) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Srv8D-0002U2-4V for help-gnu-emacs@gnu.org; Thu, 19 Jul 2012 14:07:21 -0400 Original-Received: by pbbrp2 with SMTP id rp2so5628433pbb.0 for ; Thu, 19 Jul 2012 11:07:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; bh=SMyPp127cu6ZyB9J8UKvKPiUjpRM10Sk0701Msh1e2M=; b=ebUrWVztWmAsqUvzxzTwpMlO57/ZgTCaun2oK3XnvIDSqMzjxjeO1HfohbE1UK7MNv tnnY2XAO38RL3qrcN/SD51Dhoim4hYPoUE8thU2w+Y+1oD0NnW9KW++aCpxItsM/A51S Icxcas5BM4x1ZdIIFQwST7vtzqSfdppS4mFzkh0zsyR6R2evIsAWDrlwNKU1zDnjmt9L CbGycx+bcn8oQhQYoCNDn4otZZ+090Px7pp8GmWuan+WJRRc8R/mIA2ajP19Aj/AfRCP tMPAFzXJ/XiMqh9Wk5UjwgylyH5EALab/OuKAeOZglbpBqbwnAgsMQqLTWwai/iV6XMP dPog== Original-Received: by 10.68.232.197 with SMTP id tq5mr7220887pbc.53.1342721240411; Thu, 19 Jul 2012 11:07:20 -0700 (PDT) Original-Received: from JAMBU-NETBOOK ([115.241.124.114]) by mx.google.com with ESMTPS id pg3sm2219023pbc.2.2012.07.19.11.07.17 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 19 Jul 2012 11:07:19 -0700 (PDT) In-Reply-To: (Raffaele Ricciardi's message of "Thu, 19 Jul 2012 19:31:41 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (windows-nt) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.160.41 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:85943 Archived-At: Raffaele Ricciardi writes: > Hello, > > when running dabbrev-expand or hippie-expand, sometimes I accidentally > skip the desired completion. Is there a way to go back to a previous > completion in either command? After looking at the Emacs Manual and at > the source code of hippie-exp.el, and dabbrev.el, I would say there > isn't. Simple undo seems to work - C-x u > Thanks. > --