From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: sh-mode buglet Date: 25 Feb 2006 06:27:06 -0500 Message-ID: References: <20060224183703.GA72310@flame.pc> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1140866874 2020 80.91.229.2 (25 Feb 2006 11:27:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 25 Feb 2006 11:27:54 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 25 12:27:50 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 1FCxaT-0000Hl-Jc for ged-emacs-devel@m.gmane.org; Sat, 25 Feb 2006 12:27:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FCxaV-0007Cj-BF for ged-emacs-devel@m.gmane.org; Sat, 25 Feb 2006 06:27:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FCxZy-0006Ia-5P for emacs-devel@gnu.org; Sat, 25 Feb 2006 06:27:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FCxZu-0006EL-Iz for emacs-devel@gnu.org; Sat, 25 Feb 2006 06:27:13 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FCxZt-0006DS-Ud for emacs-devel@gnu.org; Sat, 25 Feb 2006 06:27:10 -0500 Original-Received: from [67.59.132.6] (helo=mail.agora-net.com) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FCxaC-0002aH-2M for emacs-devel@gnu.org; Sat, 25 Feb 2006 06:27:28 -0500 Original-Received: from ttn by mail.agora-net.com with local (Exim 4.50) id 1FCxZq-0003gW-92; Sat, 25 Feb 2006 06:27:06 -0500 Original-To: Giorgos Keramidas In-Reply-To: <20060224183703.GA72310@flame.pc> Original-Lines: 17 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 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:50951 Archived-At: Giorgos Keramidas writes: > Debugger entered--Lisp error: (wrong-type-argument stringp nil) > string-match("[.]sh\\>" nil) > sh-mode() > eval((sh-mode)) > eval-last-sexp-1((4)) > eval-last-sexp((4)) > call-interactively(eval-last-sexp) > > I haven't had a chance to build a snapshot with this change yet, > but has anyone else used sh-mode and seen this? Does the change > look reasonable? thanks for reporting this. i installed a (different) fix. thi