From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [cezar@mixandgo.ro: skeleton bug] Date: Fri, 07 Sep 2007 00:04:03 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1189137858 22982 80.91.229.12 (7 Sep 2007 04:04:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 7 Sep 2007 04:04:18 +0000 (UTC) Cc: cezar@mixandgo.ro, rms@gnu.org, emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 07 06:04:18 2007 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 1ITV4n-000390-BX for ged-emacs-devel@m.gmane.org; Fri, 07 Sep 2007 06:04:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ITV4m-0005aI-7v for ged-emacs-devel@m.gmane.org; Fri, 07 Sep 2007 00:04:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ITV4j-0005Z2-7W for emacs-devel@gnu.org; Fri, 07 Sep 2007 00:04:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ITV4h-0005VY-SU for emacs-devel@gnu.org; Fri, 07 Sep 2007 00:04:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ITV4h-0005VR-Js for emacs-devel@gnu.org; Fri, 07 Sep 2007 00:04:07 -0400 Original-Received: from tomts36.bellnexxia.net ([209.226.175.93] helo=tomts36-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ITV4e-0000G6-OQ; Fri, 07 Sep 2007 00:04:04 -0400 Original-Received: from pastel.home ([70.55.141.227]) by tomts36-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20070907040403.SVRE7033.tomts36-srv.bellnexxia.net@pastel.home>; Fri, 7 Sep 2007 00:04:03 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 2457783C4; Fri, 7 Sep 2007 00:04:03 -0400 (EDT) In-Reply-To: (Kenichi Handa's message of "Fri\, 07 Sep 2007 11\:33\:20 +0900") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.50 (gnu/linux) X-Detected-Kernel: Solaris 8 (1) 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:78068 Archived-At: >> > I think we should keep the changed behavior of char-or-string-p, >> > which fits with its name, and check all 8 callers. >> Agreed, > Ok. It was only skeleton.el that has a problem, and I fixed > it. I didn't create integer-or-string-p because it seems > that the function is not that useful. In skeleton.el, I > simply used the combination of integerp and stringp. Great, thank you, Stefan