From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chming Newsgroups: gmane.emacs.devel Subject: Re: try-expand-dabbrev weird behavior when "No further expansions found" Date: Wed, 2 Dec 2009 15:12:53 -0800 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1259798815 30254 80.91.229.12 (3 Dec 2009 00:06:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Dec 2009 00:06:55 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 03 01:06:48 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NFzDa-00066B-Tk for ged-emacs-devel@m.gmane.org; Thu, 03 Dec 2009 01:06:47 +0100 Original-Received: from localhost ([127.0.0.1]:49489 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFzDa-00014Q-C1 for ged-emacs-devel@m.gmane.org; Wed, 02 Dec 2009 19:06:46 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NFyNX-0008Qv-SG for emacs-devel@gnu.org; Wed, 02 Dec 2009 18:12:59 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NFyNT-0008MA-6a for emacs-devel@gnu.org; Wed, 02 Dec 2009 18:12:59 -0500 Original-Received: from [199.232.76.173] (port=34638 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFyNS-0008M2-SD for emacs-devel@gnu.org; Wed, 02 Dec 2009 18:12:54 -0500 Original-Received: from mail-iw0-f188.google.com ([209.85.223.188]:39230) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NFyNS-0007nz-4E for emacs-devel@gnu.org; Wed, 02 Dec 2009 18:12:54 -0500 Original-Received: by iwn26 with SMTP id 26so470047iwn.14 for ; Wed, 02 Dec 2009 15:12:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=ho+VKuskSlwh3yI/JBQ5MXDuvZbiKjsL3M4XXEZOiyU=; b=p2wyS4mqyNQKwUj1ys6KStNcPsXZx6frFA8qymuoS6/w2Agxxo2RZ9pWFaKWoYwU23 xHg1T8xlk5j39CsnX5SrgXgvVKBaeWH19sT7BRK+FKD5yXadwIMZCRTk06wJH5AqfQOU saIStO5IdR7g84LqFWowvo37/pIdHVpzmNfQo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=jBWBXOAPkPAHQ9ZWgYisbqG+LtneDFe/adeRbeBu7jZzkMBoHaIRz/9duDYsbD1SY3 93vY89kCWostbfZqvVd/kE1NbZywfQ6tMGG1VTDOwUjOkBlqC1uw41ChoiBazYNP53cT TMPnd17nMqltEtnPORQMXqnTOqov4SjZW7aDk= Original-Received: by 10.231.125.28 with SMTP id w28mr1305985ibr.50.1259795573406; Wed, 02 Dec 2009 15:12:53 -0800 (PST) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:118158 Archived-At: I reverted the change of hippie-exp.el@1.43 back to @1.42. It works now. Could someone double check this change? Thanks, Ming On Wed, Dec 2, 2009 at 12:03 PM, Chming wrote: > Hi all, > > My emacs is updated the latest version from cvs. When I use > try-expand-dabbrev with M-/, if "No further expansions found" happens, > the cursor will jump to some other place. The following is my setting > about the dabbrev. Does someone know if something is wrong? > > Thanks, > > Ming > > (setq hippie-expand-try-functions-list > =C2=A0 =C2=A0 =C2=A0'( > =C2=A0 =C2=A0 =C2=A0 =C2=A0try-expand-dabbrev > =C2=A0 =C2=A0 =C2=A0 =C2=A0try-expand-dabbrev-visible > =C2=A0 =C2=A0 =C2=A0 =C2=A0try-expand-dabbrev-all-buffers > =C2=A0 =C2=A0 =C2=A0 =C2=A0try-expand-dabbrev-from-kill > =C2=A0 =C2=A0 =C2=A0 =C2=A0try-expand-list > =C2=A0 =C2=A0 =C2=A0 =C2=A0try-expand-list-all-buffers > =C2=A0 =C2=A0 =C2=A0 =C2=A0try-expand-line > =C2=A0 =C2=A0 =C2=A0 =C2=A0try-expand-line-all-buffers > =C2=A0 =C2=A0 =C2=A0 =C2=A0try-expand-all-abbrevs > =C2=A0 =C2=A0 =C2=A0 =C2=A0try-complete-file-name-partially > =C2=A0 =C2=A0 =C2=A0 =C2=A0try-complete-file-name > =C2=A0 =C2=A0 =C2=A0 =C2=A0try-expand-whole-kill > =C2=A0 =C2=A0 =C2=A0 =C2=A0) > =C2=A0 =C2=A0 =C2=A0) > (eval-after-load "dabbrev" '(defalias 'dabbrev-expand 'hippie-expand)) > (setq dabbrev-case-fold-search t) > (setq dabbrev-case-replace t) > (setq dabbrev-abbrev-skip-leading-regexp "[^ ]*[<>=3D*]") > (setq dabbrev-abbrev-char-regexp "\\sw\\|\\s_") >