From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.help Subject: Re: EIEIO: how to validate a new instance? Date: Thu, 02 Aug 2012 17:46:16 +0200 Message-ID: <878vdxcn5j.fsf@engster.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1343922404 24915 80.91.229.3 (2 Aug 2012 15:46:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 2 Aug 2012 15:46:44 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Raffaele Ricciardi Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 02 17:46:44 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 1Swxbn-0006Km-7t for geh-help-gnu-emacs@m.gmane.org; Thu, 02 Aug 2012 17:46:43 +0200 Original-Received: from localhost ([::1]:37580 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Swxbm-0006BW-Hh for geh-help-gnu-emacs@m.gmane.org; Thu, 02 Aug 2012 11:46:42 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:39475) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Swxbe-00062N-M2 for help-gnu-emacs@gnu.org; Thu, 02 Aug 2012 11:46:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Swxba-0004PI-F2 for help-gnu-emacs@gnu.org; Thu, 02 Aug 2012 11:46:34 -0400 Original-Received: from randomsample.de ([83.169.19.17]:36821) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Swxba-0004LK-6a for help-gnu-emacs@gnu.org; Thu, 02 Aug 2012 11:46:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomsample.de; s=a; h=Content-Type:MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From; bh=KPutwvD41JT7Amw2WB3q3u9PjEB3CpIxUpQWwH+SwQ8=; b=uIYuy/Pfj8L2OB1375A4wklDSmcna/E8FVWaLpWI8Zrfuo9cHuoXOHRh4zki1Qo/idfRVv5xj5E3FuHsQ+bbxutQnfKDErLv5fQF3dSmNETAhij1YiM6C2Hv3+0CR2vC; Original-Received: from dslc-082-083-034-248.pools.arcor-ip.net ([82.83.34.248] helo=spaten) by randomsample.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1SwxbP-0002cJ-4t; Thu, 02 Aug 2012 17:46:19 +0200 In-Reply-To: (Raffaele Ricciardi's message of "Thu, 02 Aug 2012 17:29:42 +0100") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux) Mail-Copies-To: never X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 83.169.19.17 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:86161 Archived-At: Raffaele Ricciardi writes: > but I can't find the proper incantation to make it work (I even > managed to make Emacs crash). Even if your initial problem is solved, please define "crash". If you managed to provoke a segmentation fault through Emacs Lisp, then this is a bug. -David