From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Raffaele Ricciardi Newsgroups: gmane.emacs.help Subject: hippie-expand/dabbrev-expand: how to select a previous expansion? Date: Thu, 19 Jul 2012 19:31:41 +0100 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1342719314 8119 80.91.229.3 (19 Jul 2012 17:35:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 19 Jul 2012 17:35:14 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 19 19:35:14 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 1Srud7-0001n3-Fb for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Jul 2012 19:35:13 +0200 Original-Received: from localhost ([::1]:34843 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Srud6-00082M-NF for geh-help-gnu-emacs@m.gmane.org; Thu, 19 Jul 2012 13:35:12 -0400 Original-Path: usenet.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 8 Original-X-Trace: individual.net JObqCgyEPO5ClN9gzEHb+QjiAfNI9gTPg7lQi0nJDzbTtldx89MbhqTvP6D/PFaLND Cancel-Lock: sha1:FNj5Fp0U3TfdO9iMz4km0UmZAfs= User-Agent: Mozilla/5.0 (X11; Linux i686; rv:14.0) Gecko/20120713 Thunderbird/14.0 Original-Xref: usenet.stanford.edu gnu.emacs.help:193568 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:85941 Archived-At: 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. Thanks.