From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: mrf Newsgroups: gmane.emacs.help Subject: Re: How to prevent debugger reporting error? Date: Wed, 30 Jun 2021 08:42:22 +0300 Message-ID: <87eecjgaw0.fsf@cock.li> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26757"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.5.8; emacs 27.2 Cc: help-gnu-emacs@gnu.org To: Jean Louis Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Wed Jun 30 07:48:59 2021 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lyT5m-0006iF-Jp for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 30 Jun 2021 07:48:59 +0200 Original-Received: from localhost ([::1]:42480 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lyT5l-0006uk-JL for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 30 Jun 2021 01:48:57 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:53452) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lyT5R-0006uY-9X for help-gnu-emacs@gnu.org; Wed, 30 Jun 2021 01:48:37 -0400 Original-Received: from mail.cock.li ([37.120.193.124]:53686) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lyT5P-0004Ae-BY for help-gnu-emacs@gnu.org; Wed, 30 Jun 2021 01:48:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cock.li; s=mail; t=1625032109; bh=HQrGH+byQtyRwgqNUUB0jsC/2sDGq8Xl1S0uU+tNrrY=; h=References:From:To:Cc:Subject:Date:In-reply-to:From; b=RvuEsyrqbrd5R3GKiyyeiWiBYRsVnmPf9xtuMvIZpXBscimPztC+lPwYURbLvKSZj 55ghn22uQnHNw4vlyiV7x2kWSkNmGw18SJOd8sg4un23PaLjA180CPxSMg5goQL7UC vHYAFq9vzcR+ueHDQVkCH5k8Jz7revMm5hZ4AzgduItfKi5KUymcswtyGFNyfio8uN G4HLUtZ2TE5Gazf+leZjANb9gOIUPtiJBGS2uvJcV8oXS0IXfBLFpdHdBwuJjAfUIm Gf3Qu94a6DnOR8RYKLb9TJNzCTyy7O1XC07KRobA+jFGSg3Iw90+uCbLUOtJ7tUaZA L8505HbjKuztA== In-reply-to: Received-SPF: pass client-ip=37.120.193.124; envelope-from=joinlaw@cock.li; helo=mail.cock.li X-Spam_score_int: 12 X-Spam_score: 1.2 X-Spam_bar: + X-Spam_report: (1.2 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_PBL=3.335, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:131353 Archived-At: Jean Louis writes: > I am using Emacs as CGI script and ... For those wondering how you do that I suggesting reading this post: http://www.leancrew.com/all-this/2008/04/a-cgi-script-with-emacs-lisp/ and even you can use sql: https://github.com/skeeto/emacsql