From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: [shirai@meadowy.org: try-expand-all-abbrevs bug?] Date: Thu, 26 Jan 2006 19:33:38 -0500 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1138488785 26128 80.91.229.2 (28 Jan 2006 22:53:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 28 Jan 2006 22:53:05 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 28 23:53:02 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F2ywF-0008VU-21 for ged-emacs-devel@m.gmane.org; Sat, 28 Jan 2006 23:52:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F2yKf-0002Mf-FO for ged-emacs-devel@m.gmane.org; Sat, 28 Jan 2006 17:14:10 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F2waY-0006YE-Sk for emacs-devel@gnu.org; Sat, 28 Jan 2006 15:22:27 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F2waW-0006Xl-Q5 for emacs-devel@gnu.org; Sat, 28 Jan 2006 15:22:25 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F2wKM-0000rg-SH for emacs-devel@gnu.org; Sat, 28 Jan 2006 15:05:43 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F2i5N-0001S5-SM for emacs-devel@gnu.org; Fri, 27 Jan 2006 23:53:17 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1F2i2b-0003XR-Lf; Fri, 27 Jan 2006 23:50:32 -0500 Original-To: emacs-devel@gnu.org 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:49630 Archived-At: Could someone please DTRT about this? ------- Start of forwarded message ------- Date: Thu, 26 Jan 2006 19:49:07 +0900 (JST) To: emacs-pretest-bug@gnu.org From: Hideyuki SHIRAI Organization: Panasonic Communications Co., Ltd. Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Subject: try-expand-all-abbrevs bug? In GNU Emacs 22.0.50.3 (sparc-sun-solaris2.7, X toolkit, Xaw3d scroll bars) of 2006-01-26 on sugar X server distributor `ASTEC, Inc.', version 11.0.6600 configured using `configure '--without-xim' 'CC=gcc -mcpu=ultrasparc' 'CFLAGS=-O2'' I found that hippie-expand:try-expand-all-abbrevs() has a bug. ... Some mode has a abbrev-table without EXPANSION like below, (define-abbrev-table 'foo-mode-abbrev-table '( ("foo" "" foo-bar-hooked 0) ... )) And try `hippie-expand' below point, example> abc foo def example> ^ this point Then, change a line below and hippie-expand ends. example> abc def I think that (setq he-expand-list (delete "" he-expand-list)) in try-expand-all-abbrevs() necessary. Thanks, - -- Hideyuki SHIRAI @ I'm sorry English ..botchy... _______________________________________________ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug ------- End of forwarded message -------